From: Ian Jackson Date: Tue, 5 May 2026 17:21:41 +0000 (+0100) Subject: Update version to 1.6.2 and document changes X-Git-Tag: adns-1.6.2^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f82d6edf1cfa7de43ae860a434c66bae0a7a063d;p=adns.git Update version to 1.6.2 and document changes --- diff --git a/Makefile.in b/Makefile.in index bc1a0b2..182acbd 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.1 +DISTVERSION= 1.6.2 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index 073db37..b6193e8 100644 --- a/changelog +++ b/changelog @@ -1,10 +1,19 @@ adns (1.6.2) UPSTREAM; urgency=low - * Disable debugging output to stderr from adns_addr2text - and adns_text2addr. + Minor bugfix: + * Disable debugging output to stderr from adns_addr2text and + adns_text2addr, when used with exciting values (eg scoped addresses). + + Minor portability fix: * Fix a harmelss compiler warning about sortlist never being NULL. - -- + Build system: + * Rerun autogen.sh using autoconf 2.72 from Debian trixie. + + Administrivia: + * Minor fixes to README, INSTALL and some copyright notices. + + -- Ian Jackson Tue, 05 May 2026 18:25:45 +0100 adns (1.6.1) UPSTREAM; urgency=low diff --git a/client/client.h b/client/client.h index 76d0219..0e4e587 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.1" +#define ADNS_VERSION_STRING "1.6.2" #define COPYRIGHT_MESSAGE \ "Copyright Ian Jackson and contributors\n" \