# 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.2
+DISTVERSION= 1.7.0
srcdir= @srcdir@
VPATH= @srcdir@
-adns (1.6.3~) UPSTREAM; urgency=medium
+adns (1.7.0) UPSTREAM; urgency=medium
* Select query IDs randomly using getentropy, if we can.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145407.
* README: Ask for bugs to go to Debian.
* This changelog: Remove obsolete Emacs local variables section.
- --
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Fri, 11 Sep 2026 13:35:34 +0100
adns (1.6.2) UPSTREAM; urgency=low
#ifndef CLIENT_H_INCLUDED
#define CLIENT_H_INCLUDED
-#define ADNS_VERSION_STRING "1.6.2"
+#define ADNS_VERSION_STRING "1.7.0"
#define COPYRIGHT_MESSAGE \
"Copyright Ian Jackson and contributors\n" \
# along with this program; if not, write to the Free Software Foundation.
MAJOR= 1
-MINOR= 6
+MINOR= 7
SHLIBFILE= @SHLIBFILE@
SHLIBSONAME= @SHLIBSONAME@
SHLIBFORLINK= @SHLIBFORLINK@