chiark / gitweb /
changelog: Document changes in 1.6.0 and finalise version number master adns-1.6.0
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 11 Jun 2020 14:47:17 +0000 (15:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 11 Jun 2020 15:13:10 +0000 (16:13 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
changelog
client/client.h
common.make.in

index 0889ad9d3815b6c5b1c9c081c315bfb434ed4197..976a1595d3cc70c3ebc5b5da01ff9de98457d81d 100644 (file)
@@ -24,7 +24,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.5.2
+DISTVERSION=   1.6.0
 
 srcdir=                @srcdir@
 VPATH=         @srcdir@
index a0cfb25bafbb354691971a4d17ae042a4f21d3f7..aa09bd02b0029f52715d69b5a8fb23460afd922a 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,38 @@
+adns (1.6.0) UPSTREAM; urgency=medium
+
+  Bugfixes:
+  * adnshost: Support --reverse in -f mode input stream
+  * timeout robustness against clock skew: track query start time and
+    duration.  Clock instability may now only cause spurious timeouts
+    rather than indefinite hangs or even assertion failures.
+
+  New features:
+  * adnshost: Offer ability to set adns checkc flags
+  * adnslogres: Honour --checkc-freq (if it comes first)
+  * adnsresfilter: Honour --checkc-freq and --checkc-entex
+  * time handling: Support use of CLOCK_MONOTONIC via an init flag.
+  * adns_str* etc.: Improve robustness; more allowable inputs values.
+
+  Build system improvements:
+  * clean targets: Delete $(TARGETS) too!
+  * Remove all m4 output files from the distributed source tree.
+  * Support DESTDIR=/some/absolute/path on `make install'.
+  * Provide autogen.sh.
+  * Rerun autoheader and autoconf (2.69).
+
+  Internal changes:
+  * adnshost: adh-opts.c: Whitespace adjustments to option table
+
+  Tests:
+  * New tests for fixes in 1.5.3.
+  * Fixes to test harness to avoid false positives during fuzzing.
+  * Other changes to support use with AFL.
+  * Many supporting improvements and refactorings.
+  * Fix skipped tests ($$ reference in Makefile)
+
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 11 Jun 2020 15:49:39 +0100
+
 adns (1.5.2) UPSTREAM; urgency=medium
 
   * Important security fixes:
index 5d9c271c83a2b547659acd597445e8faa90e27a9..908d54a4193c43ea661170dbab094427716ebdb7 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef CLIENT_H_INCLUDED
 #define CLIENT_H_INCLUDED
 
-#define ADNS_VERSION_STRING "1.5.2"
+#define ADNS_VERSION_STRING "1.6.0"
 
 #define COPYRIGHT_MESSAGE \
  "Copyright (C) 1997-2000,2003,2006,2014-2016,2020  Ian Jackson\n" \
index 5e0e80b32a0ae43ef6bce75b330489f4522a0de1..d5188d9355e22a20853ead8ed0dc2b54ddca11f8 100644 (file)
@@ -22,7 +22,7 @@
 #  along with this program; if not, write to the Free Software Foundation.
 
 MAJOR=         1
-MINOR=         5
+MINOR=         6
 SHLIBFILE=     @SHLIBFILE@
 SHLIBSONAME=   @SHLIBSONAME@
 SHLIBFORLINK=  @SHLIBFORLINK@