Skip to content

Commit

Permalink
Fix soname!
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Nov 29, 2021
1 parent d395524 commit bc9d017
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions 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.
Expand Down
7 changes: 4 additions & 3 deletions configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit bc9d017

Please sign in to comment.