]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Continue development on ldns-1.9.1 develop
authorWillem Toorop <willem@nlnetlabs.nl>
Thu, 4 Dec 2025 15:54:06 +0000 (16:54 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Thu, 4 Dec 2025 15:54:06 +0000 (16:54 +0100)
Changelog
configure.ac

index 74e2631af72dd0bd8f2e613dd6f901c786b85287..d34c8f3e42efa3ac6d35683840f3dc0eb42a4df8 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+1.9.1  2026-??-??
+       * 
+
 1.9.0  2025-12-04
        * PR #246: Make ldns_calc_keytag() available for CDNSKEY RR
          Thanks tgreenx and pnax
index 91938e4a343090b474ac58981e60cc658cb41838..806d5203d83926481f91505ef7224959e6c1ba58 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],[9])
-m4_define([VERSION_MICRO],[0])
+m4_define([VERSION_MICRO],[1])
 AC_INIT([ldns],m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]),[dns-team@nlnetlabs.nl],[libdns])
 AC_CONFIG_SRCDIR([packet.c])
 # needed to build correct soname
@@ -33,9 +33,10 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO])
 # ldns-1.8.1 had libversion 6:0:3
 # ldns-1.8.2 had libversion 7:0:4
 # ldns-1.8.3 has libversion 8:0:5
-# ldns-1.9.0 will have libversion 9:0:6 (new behaviour for dnssec_rrs_add_rr)
+# ldns-1.9.0 has libversion 9:0:6 (new behaviour for dnssec_rrs_add_rr)
+# ldns-1.9.1 will have libversion 10:0:7
 #
-AC_SUBST(VERSION_INFO, [9:0:6])
+AC_SUBST(VERSION_INFO, [10:0:7])
 
 AC_USE_SYSTEM_EXTENSIONS
 if test "$ac_cv_header_minix_config_h" = "yes"; then