[PR #1468] [CLOSED] Prepare 0.20.2 #2346

Closed
opened 2026-03-16 08:48:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1468
Author: @bluejekyll
Created: 4/20/2021
Status: Closed

Base: mainHead: prepare-0.20.2


📝 Commits (4)

📊 Changes

28 files changed (+96 additions, -83 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 Cargo.lock (+13 -13)
📝 Makefile.toml (+1 -1)
📝 bin/Cargo.toml (+10 -10)
📝 bin/src/named.rs (+1 -1)
📝 crates/async-std-resolver/Cargo.toml (+3 -3)
📝 crates/client/Cargo.toml (+3 -3)
📝 crates/client/src/lib.rs (+1 -1)
📝 crates/https/Cargo.toml (+3 -3)
📝 crates/native-tls/Cargo.toml (+2 -2)
📝 crates/openssl/Cargo.toml (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/proto/src/lib.rs (+1 -1)
📝 crates/proto/src/rr/dnssec/rdata/mod.rs (+1 -1)
📝 crates/proto/src/rr/rdata/opt.rs (+2 -1)
📝 crates/proto/src/rr/rdata/svcb.rs (+11 -2)
📝 crates/proto/src/rr/record_data.rs (+1 -1)
📝 crates/proto/src/xfer/dns_request.rs (+1 -0)
📝 crates/resolver/Cargo.toml (+6 -6)
📝 crates/resolver/src/lib.rs (+1 -5)

...and 8 more files

📄 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/1468 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/20/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `prepare-0.20.2` --- ### 📝 Commits (4) - [`e37f71c`](https://github.com/hickory-dns/hickory-dns/commit/e37f71c2908c32de2e9f484d8abe94ce2a4434ad) Fix panic on bad length for SVCB record - [`1fdd54e`](https://github.com/hickory-dns/hickory-dns/commit/1fdd54ecd20e45276ec9f3c5e3333efb73abb316) fix clippy warnings - [`f8ea42e`](https://github.com/hickory-dns/hickory-dns/commit/f8ea42ed04c297d3c9286f3b548002b95bc708eb) fix formatting - [`5552483`](https://github.com/hickory-dns/hickory-dns/commit/555248311e8e2c777ecfa6ad7433ad6f2e522375) prepare 0.20.2 release ### 📊 Changes **28 files changed** (+96 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `Cargo.lock` (+13 -13) 📝 `Makefile.toml` (+1 -1) 📝 `bin/Cargo.toml` (+10 -10) 📝 `bin/src/named.rs` (+1 -1) 📝 `crates/async-std-resolver/Cargo.toml` (+3 -3) 📝 `crates/client/Cargo.toml` (+3 -3) 📝 `crates/client/src/lib.rs` (+1 -1) 📝 `crates/https/Cargo.toml` (+3 -3) 📝 `crates/native-tls/Cargo.toml` (+2 -2) 📝 `crates/openssl/Cargo.toml` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/proto/src/lib.rs` (+1 -1) 📝 `crates/proto/src/rr/dnssec/rdata/mod.rs` (+1 -1) 📝 `crates/proto/src/rr/rdata/opt.rs` (+2 -1) 📝 `crates/proto/src/rr/rdata/svcb.rs` (+11 -2) 📝 `crates/proto/src/rr/record_data.rs` (+1 -1) 📝 `crates/proto/src/xfer/dns_request.rs` (+1 -0) 📝 `crates/resolver/Cargo.toml` (+6 -6) 📝 `crates/resolver/src/lib.rs` (+1 -5) _...and 8 more files_ </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 08:48:56 +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#2346
No description provided.