chiark / gitweb /
Set version to 1.6.1 and document changes adns-1.6.1
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 May 2024 21:39:12 +0000 (22:39 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 May 2024 21:39:32 +0000 (22:39 +0100)
Makefile.in
changelog
client/client.h

index 49cde3ef83163b89d93033e2641ea5f1424b1e65..bc1a0b2bd1a321ce58984aabddd27a4362f848c9 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).
 
 # 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@
 
 srcdir=                @srcdir@
 VPATH=         @srcdir@
index aa09bd02b0029f52715d69b5a8fb23460afd922a..d4c72b7cae5328bed882cbf0e1b7a9725928fe30 100644 (file)
--- 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 <ijackson@chiark.greenend.org.uk>  Sun, 05 May 2024 22:39:28 +0100
+
 adns (1.6.0) UPSTREAM; urgency=medium
 
   Bugfixes:
 adns (1.6.0) UPSTREAM; urgency=medium
 
   Bugfixes:
index 2b5e308dd257297a67ed70ed3f26b5c1d71300b8..76d021902092910db0e7208eb7417e889cf01b84 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef CLIENT_H_INCLUDED
 #define CLIENT_H_INCLUDED
 
 #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" \
 
 #define COPYRIGHT_MESSAGE \
  "Copyright Ian Jackson and contributors\n" \