]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Bump version
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Aug 2022 10:22:11 +0000 (12:22 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 15 Aug 2022 10:22:11 +0000 (12:22 +0200)
Changelog
configure.ac

index ca301b8844b82ff81a4633ece52f1dedd050dc24..364268fbd68e4c044e0572568a00bc0c293f4577 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+1.8.3  2022-08-15
+       * bugfix #183: Assertion failure with OPT record without rdata
+         Thanks Anand Buddhdev
+
 1.8.2  2022-08-12
        * bugfix #147: Allow for tabs in whitespace before quoted rdata
          fields. Thanks Felipe Gasper
index 1045536d40d0c618bc2df2f7d61350b81b7ba2b2..20b7aba19e86cbfce1d0c36d3ed3700176bee265 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],[2])
+m4_define([VERSION_MICRO],[3])
 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
@@ -31,9 +31,10 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO])
 # ldns-1.8.0 had libversion 4:0:2 (though it should have had 4:0:1)
 # ldns-1.8.1 had libversion 5:0:2
 # ldns-1.8.1 had libversion 6:0:3
-# ldns-1.8.2 has libversion 7:0:4
+# ldns-1.8.2 had libversion 7:0:4
+# ldns-1.8.3 has libversion 8:0:5
 #
-AC_SUBST(VERSION_INFO, [7:0:4])
+AC_SUBST(VERSION_INFO, [8:0:5])
 
 AC_AIX
 if test "$ac_cv_header_minix_config_h" = "yes"; then