]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Update version for release candidate
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 13 Jul 2022 21:45:45 +0000 (23:45 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 13 Jul 2022 21:45:45 +0000 (23:45 +0200)
Changelog
configure.ac

index 23651c50268d3fb46a73d4fc1e59fc48c267ff40..389c1e4918476a6aaf9655fb05da1c8d5d2c8090 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -11,8 +11,8 @@
        * bugfix #166: Grow buffer when writing chars and fixed size
          strings when converting to presentation format, preventing
          potential assersion errors.
-       * bugfix #46: Print failed to get packet instead of null when
-         secure tracing with drill. Thanks reedjc
+       * bugfix #46: Print network errors when secure tracing.
+         Thanks reedjc
 
 1.8.1  2021-12-03
        * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
index 6def676f585d7fbc8a183c646980a4db59ac173c..99b5e3ea8b7c398fc58982a7ca0a2a474c4d2442 100644 (file)
@@ -6,7 +6,7 @@ sinclude(acx_nlnetlabs.m4)
 # must be numbers. ac_defun because of later processing.
 m4_define([VERSION_MAJOR],[1])
 m4_define([VERSION_MINOR],[8])
-m4_define([VERSION_MICRO],[1])
+m4_define([VERSION_MICRO],[2])
 AC_INIT(ldns, m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]), libdns@nlnetlabs.nl, libdns)
 AC_CONFIG_SRCDIR([packet.c])
 # needed to build correct soname
@@ -30,8 +30,9 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO])
 # ldns-1.7.1 had libversion 3:0:0 (though it should have had 3:0:1)
 # ldns-1.8.0 had libversion 4:0:2 (though it should have had 4:0:1)
 # ldns-1.8.1 has libversion 5:0:2
+# ldns-1.8.1 has libversion 6:0:3
 #
-AC_SUBST(VERSION_INFO, [5:0:2])
+AC_SUBST(VERSION_INFO, [6:0:3])
 
 AC_AIX
 if test "$ac_cv_header_minix_config_h" = "yes"; then