[PR #99] [MERGED] Prepare 0.10 release #1237

Closed
opened 2026-03-16 01:55:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/99
Author: @bluejekyll
Created: 3/6/2017
Status: Merged
Merged: 3/10/2017
Merged by: @bluejekyll

Base: masterHead: prep_0_10


📝 Commits (9)

📊 Changes

14 files changed (+277 additions, -189 deletions)

View changed files

📝 CHANGELOG.md (+1 -1)
📝 Cargo.lock (+72 -79)
📝 Cargo.toml (+7 -4)
📝 README.md (+12 -3)
📝 client/Cargo.toml (+5 -2)
📝 client/src/client/secure_client_handle.rs (+16 -12)
📝 client/src/rr/rr_set.rs (+1 -1)
📝 client/src/tls/tls_client_connection.rs (+2 -0)
📝 client/src/tls/tls_client_stream.rs (+3 -1)
📝 client/src/tls/tls_stream.rs (+1 -0)
📝 client/tests/tls_stream_tests.rs (+38 -16)
📝 server/Cargo.toml (+6 -3)
📝 server/src/named.rs (+107 -67)
📝 server/tests/server_future_tests.rs (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/99 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 3/6/2017 **Status:** ✅ Merged **Merged:** 3/10/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `prep_0_10` --- ### 📝 Commits (9) - [`3e5c825`](https://github.com/hickory-dns/hickory-dns/commit/3e5c825f6020a1aa8fe29e5faa4078727071d81e) make mtls default off - [`5ac26dc`](https://github.com/hickory-dns/hickory-dns/commit/5ac26dcc854797a44fb0dd59823200a8ca649470) comment out the overrides - [`64c2367`](https://github.com/hickory-dns/hickory-dns/commit/64c23674e56245546592c7eea508e9b7842591d6) fix no-default-features - [`b0d38b5`](https://github.com/hickory-dns/hickory-dns/commit/b0d38b576415a60e3e77325935a9bd8e2a113503) remove mtls as option - [`503bb04`](https://github.com/hickory-dns/hickory-dns/commit/503bb04900f1eeeb65e5ea0cf62bf75d85c7c7e0) clean up unwraps in pkcs12 gen - [`7120b2f`](https://github.com/hickory-dns/hickory-dns/commit/7120b2fe0dbc49d670d81ffba4f2097995935816) update dependencies - [`a543b42`](https://github.com/hickory-dns/hickory-dns/commit/a543b42f8999cae7ae16f17b3940e421c4339208) update documentation and readme - [`963f829`](https://github.com/hickory-dns/hickory-dns/commit/963f829df35ef91db186d27c6506d8402ad840a9) 0.10.0 release - [`d1cbe2e`](https://github.com/hickory-dns/hickory-dns/commit/d1cbe2ea12636b42ca56af335e98b1cc4bac9eca) fix changelog for 0.10.0 ### 📊 Changes **14 files changed** (+277 additions, -189 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -1) 📝 `Cargo.lock` (+72 -79) 📝 `Cargo.toml` (+7 -4) 📝 `README.md` (+12 -3) 📝 `client/Cargo.toml` (+5 -2) 📝 `client/src/client/secure_client_handle.rs` (+16 -12) 📝 `client/src/rr/rr_set.rs` (+1 -1) 📝 `client/src/tls/tls_client_connection.rs` (+2 -0) 📝 `client/src/tls/tls_client_stream.rs` (+3 -1) 📝 `client/src/tls/tls_stream.rs` (+1 -0) 📝 `client/tests/tls_stream_tests.rs` (+38 -16) 📝 `server/Cargo.toml` (+6 -3) 📝 `server/src/named.rs` (+107 -67) 📝 `server/tests/server_future_tests.rs` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:55:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1237
No description provided.