From f3d8514681a6a9a0664d3ad0b6b72eb87346f92f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 14 Jan 2021 23:24:53 +0000 Subject: Prepare for 2.3.5.0, s6dns_message_get_domain_nodecode() now public --- .gitignore | 3 ++ INSTALL | 2 +- NEWS | 7 ++++ doc/index.html | 4 +- doc/libs6dns/s6dns-message.html | 19 +++++++-- doc/upgrade.html | 10 +++++ package/deps.mak | 14 +++---- package/info | 2 +- src/include/s6-dns/s6dns-message.h | 1 + src/libs6dns/deps-lib/s6dns | 2 +- src/libs6dns/s6dns-message-internal.h | 1 - src/libs6dns/s6dns_engine.c | 3 +- src/libs6dns/s6dns_message_get_domain.c | 3 +- src/libs6dns/s6dns_message_get_domain_internal.c | 49 ------------------------ src/libs6dns/s6dns_message_get_domain_nodecode.c | 49 ++++++++++++++++++++++++ src/libs6dns/s6dns_message_parse_skipqd.c | 3 +- 16 files changed, 101 insertions(+), 71 deletions(-) delete mode 100644 src/libs6dns/s6dns_message_get_domain_internal.c create mode 100644 src/libs6dns/s6dns_message_get_domain_nodecode.c diff --git a/.gitignore b/.gitignore index fe331b4..d30de7c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ /libs6dns.so.xyzzy /libskadns.a.xyzzy /libskadns.so.xyzzy +/libdcache.a.xyzzy +/libdcache.so.xyzzy +/s6-dnsip /s6-dnsip4 /s6-dnsip4-filter /s6-dnsip6 diff --git a/INSTALL b/INSTALL index 8bbd34a..86d9d71 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.10.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.10.0.1 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index 906d2ae..c037045 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for s6-dns. +In 2.3.5.0 +---------- + + - s6dns_message_get_domain_internal() is now public under the +name s6dns_message_get_domain_nodecode(). + + In 2.3.4.0 ---------- diff --git a/doc/index.html b/doc/index.html index 7af0349..f7b0ed7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -46,7 +46,7 @@ point in the future.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.10.0.0 or later. It's a build-time requirement. It's also a run-time +2.10.0.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -60,7 +60,7 @@ requirement if you link against the shared version of the skalibs library.

    Download