chiark / gitweb /
Update version to 1.6.2 and document changes master adns-1.6.2
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 5 May 2026 17:21:41 +0000 (18:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 5 May 2026 17:25:48 +0000 (18:25 +0100)
Makefile.in
changelog
client/client.h

index bc1a0b2bd1a321ce58984aabddd27a4362f848c9..182acbd5e6b63cf5d5b8f2a7c10545c180b0865b 100644 (file)
@@ -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@
index 073db37d9bb183d4fc2a72c1a78a0684880ac1e3..b6193e852fb2dac360200c962e68e7d9ad7b5433 100644 (file)
--- 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 <ijackson@chiark.greenend.org.uk>  Tue, 05 May 2026 18:25:45 +0100
 
 adns (1.6.1) UPSTREAM; urgency=low
 
index 76d021902092910db0e7208eb7417e889cf01b84..0e4e587e60fa778c74b6b88098c27ff4081a4956 100644 (file)
@@ -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" \