]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix soname!
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 29 Nov 2021 20:49:15 +0000 (21:49 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 29 Nov 2021 20:49:15 +0000 (21:49 +0100)
Changelog
configure.ac

index f5b737f6f90526621ed658904e513980472ddc53..e86d859be1933fbfcbabf92056554d0f16315aaa 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+1.8.1  2021-12-??
+       * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
+         needs to larger.
+
 1.8.0  2021-11-26
        * bugfix #38: Print "line" before line number when printing
          zone parse errors. Thanks Petr Špaček.
index 34d9979901816e120fe1f2abc1ac83e50baa5f7e..edbee277a22041df4585e00f3a98783d3f67edf2 100644 (file)
@@ -27,10 +27,11 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO])
 #
 # ldns-1.6.17 and before had a .so with version same as VERSION_INFO
 # ldns-1.7.0 had libversion 2:0:0
-# ldns-1.7.1 had libversion 3:0:1
-# ldns-1.8.0 has libversion 4:0:2
+# 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
 #
-AC_SUBST(VERSION_INFO, [4:0:2])
+AC_SUBST(VERSION_INFO, [5:0:2])
 
 AC_AIX
 if test "$ac_cv_header_minix_config_h" = "yes"; then