mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #279] [MERGED] Prepare release of Client/Server 0.13 and Resolver 0.7 #1339
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#1339
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/279
Author: @bluejekyll
Created: 11/1/2017
Status: ✅ Merged
Merged: 11/30/2017
Merged by: @bluejekyll
Base:
master← Head:prepare-0.13📝 Commits (10+)
d4986c0bump versions on all crates75fe88dupdate Changelogs331430efix typoc5debceupdate changelog for CAA support35701caMerge branch 'master' into prepare-0.136adee41Merge branch 'master' into prepare-0.1389c6e63final changelog for 0.13 and 0.70a28cdcupdate Cargo.lock for 0.13 and 0.7fee585cfix rustfmt errorsea0379aupdate RFC section in readme📊 Changes
15 files changed (+128 additions, -90 deletions)
View changed files
📝
CHANGELOG.md(+18 -7)📝
Cargo.lock(+69 -54)📝
README.md(+2 -0)📝
client/Cargo.toml(+1 -1)📝
client/src/lib.rs(+1 -1)📝
native-tls/Cargo.toml(+2 -2)📝
openssl/Cargo.toml(+2 -2)📝
resolver/CHANGELOG.md(+8 -0)📝
resolver/Cargo.toml(+1 -1)📝
resolver/src/hosts.rs(+1 -3)📝
resolver/src/lib.rs(+1 -1)📝
resolver/src/resolver_future.rs(+16 -10)📝
rustls/Cargo.toml(+2 -2)📝
server/Cargo.toml(+4 -4)📝
server/src/lib.rs(+0 -2)📄 Description
Reviewing Changelog of Resolver and Client/Server
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.