[PR #2054] [MERGED] Prepare 0.24 release with branding change to Hickory DNS #2781

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2054
Author: @bluejekyll
Created: 10/7/2023
Status: Merged
Merged: 10/14/2023
Merged by: @bluejekyll

Base: mainHead: prepare-final-trust-dns-0.24


📝 Commits (10+)

  • 000a9d6 update all READMEs with notices about the name change
  • be561bd update changelog for 0.24
  • deb551f bump crate versions to 0.24
  • 70768b9 update version notice information
  • 328f43e update readmes to back reference trust-dns
  • c5f836c rename all crates to hickory counterparts
  • 8394a0f replace all Trust-DNS references in code and comments with Hickory DNS
  • cd3db0d rename all Trust-DNS references to Hickory DNS in non-code
  • edb42c6 rename all trust-dns-resolver references to hickory-resolver
  • a4a20de rename all trust-dns-client references to hickory-client

📊 Changes

369 files changed (+2247 additions, -1911 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 ARCHITECTURE.md (+15 -14)
📝 CHANGELOG.md (+37 -2)
📝 CONTRIBUTING.md (+6 -6)
📝 Cargo.lock (+224 -224)
📝 Cargo.toml (+10 -10)
📝 LICENSE-APACHE (+2 -2)
📝 LICENSE-MIT (+1 -1)
📝 README.md (+42 -40)
📝 bin/Cargo.toml (+80 -32)
📝 bin/LICENSE-APACHE (+2 -2)
📝 bin/LICENSE-MIT (+1 -1)
📝 bin/README.md (+9 -5)
📝 bin/benches/bind_conf/example.conf (+2 -2)
📝 bin/benches/comparison_benches.rs (+18 -18)
bin/src/hickory-dns.ascii (+42 -0)
📝 bin/src/hickory-dns.rs (+34 -30)
📝 bin/tests/named_https_tests.rs (+6 -6)
📝 bin/tests/named_openssl_tests.rs (+7 -7)
📝 bin/tests/named_quic_tests.rs (+5 -5)

...and 80 more files

📄 Description

See #2051


🔄 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/2054 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/7/2023 **Status:** ✅ Merged **Merged:** 10/14/2023 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `prepare-final-trust-dns-0.24` --- ### 📝 Commits (10+) - [`000a9d6`](https://github.com/hickory-dns/hickory-dns/commit/000a9d64d4ea14ef69a98169763a256f37a5f160) update all READMEs with notices about the name change - [`be561bd`](https://github.com/hickory-dns/hickory-dns/commit/be561bdc60bf2fee742528fbb5244be6760e5be1) update changelog for 0.24 - [`deb551f`](https://github.com/hickory-dns/hickory-dns/commit/deb551f904ccb5bb8d311e1cdb7ba68a08a3d12d) bump crate versions to 0.24 - [`70768b9`](https://github.com/hickory-dns/hickory-dns/commit/70768b96f136d310e5d8869fc8f705515bab437c) update version notice information - [`328f43e`](https://github.com/hickory-dns/hickory-dns/commit/328f43ee840c13d6ed78ccff1f29047a0392b7b8) update readmes to back reference trust-dns - [`c5f836c`](https://github.com/hickory-dns/hickory-dns/commit/c5f836c69fe265e4408e208ab35626b01e97f11e) rename all crates to hickory counterparts - [`8394a0f`](https://github.com/hickory-dns/hickory-dns/commit/8394a0f612a5d7032d28fed06c7b92bae7243f8c) replace all Trust-DNS references in code and comments with Hickory DNS - [`cd3db0d`](https://github.com/hickory-dns/hickory-dns/commit/cd3db0dc34b2d7bf1d6a8c3725b480b278921f90) rename all Trust-DNS references to Hickory DNS in non-code - [`edb42c6`](https://github.com/hickory-dns/hickory-dns/commit/edb42c68f6be78dedcb85889f134458719bae010) rename all trust-dns-resolver references to hickory-resolver - [`a4a20de`](https://github.com/hickory-dns/hickory-dns/commit/a4a20de56fadac89d4731b6f03bb4989a59062fd) rename all trust-dns-client references to hickory-client ### 📊 Changes **369 files changed** (+2247 additions, -1911 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `ARCHITECTURE.md` (+15 -14) 📝 `CHANGELOG.md` (+37 -2) 📝 `CONTRIBUTING.md` (+6 -6) 📝 `Cargo.lock` (+224 -224) 📝 `Cargo.toml` (+10 -10) 📝 `LICENSE-APACHE` (+2 -2) 📝 `LICENSE-MIT` (+1 -1) 📝 `README.md` (+42 -40) 📝 `bin/Cargo.toml` (+80 -32) 📝 `bin/LICENSE-APACHE` (+2 -2) 📝 `bin/LICENSE-MIT` (+1 -1) 📝 `bin/README.md` (+9 -5) 📝 `bin/benches/bind_conf/example.conf` (+2 -2) 📝 `bin/benches/comparison_benches.rs` (+18 -18) ➕ `bin/src/hickory-dns.ascii` (+42 -0) 📝 `bin/src/hickory-dns.rs` (+34 -30) 📝 `bin/tests/named_https_tests.rs` (+6 -6) 📝 `bin/tests/named_openssl_tests.rs` (+7 -7) 📝 `bin/tests/named_quic_tests.rs` (+5 -5) _...and 80 more files_ </details> ### 📄 Description See #2051 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:07:55 +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#2781
No description provided.