From: Willem Toorop Date: Mon, 29 Nov 2021 20:49:15 +0000 (+0100) Subject: Fix soname! X-Git-Tag: 1.8.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9d017f6fd8b6b5d2ff6e4489a2931d0aab8184;p=thirdparty%2Fldns.git Fix soname! --- diff --git a/Changelog b/Changelog index f5b737f6..e86d859b 100644 --- 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. diff --git a/configure.ac b/configure.ac index 34d99799..edbee277 100644 --- a/configure.ac +++ b/configure.ac @@ -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