[PR #90] [CLOSED] Back compat client #1232

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/90
Author: @bluejekyll
Created: 1/24/2017
Status: Closed

Base: masterHead: back_compat_client


📝 Commits (3)

📊 Changes

7 files changed (+402 additions, -49 deletions)

View changed files

📝 .travis.yml (+2 -0)
📝 CHANGELOG.md (+9 -8)
client/Cargo.lock (+350 -0)
📝 client/src/client/client.rs (+20 -20)
📝 client/src/client/mod.rs (+1 -1)
📝 server/tests/client_tests.rs (+19 -19)
📝 server/tests/server_future_tests.rs (+1 -1)

📄 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/90 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 1/24/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `back_compat_client` --- ### 📝 Commits (3) - [`f138acd`](https://github.com/hickory-dns/hickory-dns/commit/f138acd537c66333cb2a760d6873edc913161fb9) better names for easier upgrades - [`eceb803`](https://github.com/hickory-dns/hickory-dns/commit/eceb8032983362e193b46424d1c8e0f98ef73f82) update some docs - [`c2108ea`](https://github.com/hickory-dns/hickory-dns/commit/c2108ea9ac37ae88a8852360254828b95f2d651c) add minimum build to travis ### 📊 Changes **7 files changed** (+402 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+2 -0) 📝 `CHANGELOG.md` (+9 -8) ➕ `client/Cargo.lock` (+350 -0) 📝 `client/src/client/client.rs` (+20 -20) 📝 `client/src/client/mod.rs` (+1 -1) 📝 `server/tests/client_tests.rs` (+19 -19) 📝 `server/tests/server_future_tests.rs` (+1 -1) </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:21 +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#1232
No description provided.