From: Ian Jackson Date: Sun, 5 May 2024 21:39:12 +0000 (+0100) Subject: Set version to 1.6.1 and document changes X-Git-Tag: adns-1.6.1^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a412d8930791ce8e73f184f3f537d7f6b97b7283;p=adns.git Set version to 1.6.1 and document changes --- diff --git a/Makefile.in b/Makefile.in index 49cde3e..bc1a0b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ include ./common.make # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in common.make.in). -DISTVERSION= 1.6.0 +DISTVERSION= 1.6.1 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index aa09bd0..d4c72b7 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,22 @@ +adns (1.6.1) UPSTREAM; urgency=low + + Minor bugfix: + * Suppress warning about `trust-ad` in resolv.conf. Debian #1028112. + + Build system: + * Honour DESTDIR, avoiding need for prefix= workaround. + [Contribution from Sergey Poznyakoff] + * regression tests: Add missing dependency on hsyscalls.i. + GNU #51329. [Report from Sergei Trofimovich] + * regression tests: build with 64-bit time_t on 32-bit systems. + Debian #1065725, Ubuntu Launchpad #2057735. + [Report from Sebastian Ramacher] + + Documentation: + * Fix all http: URLs in docs to be https: instead. + + -- Ian Jackson Sun, 05 May 2024 22:39:28 +0100 + adns (1.6.0) UPSTREAM; urgency=medium Bugfixes: diff --git a/client/client.h b/client/client.h index 2b5e308..76d0219 100644 --- a/client/client.h +++ b/client/client.h @@ -23,7 +23,7 @@ #ifndef CLIENT_H_INCLUDED #define CLIENT_H_INCLUDED -#define ADNS_VERSION_STRING "1.6.0" +#define ADNS_VERSION_STRING "1.6.1" #define COPYRIGHT_MESSAGE \ "Copyright Ian Jackson and contributors\n" \