mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-24 18:55:55 +03:00
[PR #2054] [MERGED] Prepare 0.24 release with branding change to Hickory DNS #2781
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2781
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:prepare-final-trust-dns-0.24📝 Commits (10+)
000a9d6update all READMEs with notices about the name changebe561bdupdate changelog for 0.24deb551fbump crate versions to 0.2470768b9update version notice information328f43eupdate readmes to back reference trust-dnsc5f836crename all crates to hickory counterparts8394a0freplace all Trust-DNS references in code and comments with Hickory DNScd3db0drename all Trust-DNS references to Hickory DNS in non-codeedb42c6rename all trust-dns-resolver references to hickory-resolvera4a20derename 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.