From 393b847668232f2a4754ce66e65ca021d876548d Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 30 Apr 2015 11:57:32 +0200 Subject: [PATCH] autoreconf + ChangeLog for Daniel's libversion fix --- ChangeLog | 3 +++ configure | 10 +++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53a43bb4..2b729b87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +* 2015-??-??: Version 0.1.9 + * Fix libversion numbering: Thanks Daniel Kahn Gillmor + * 2015-04-19: Version 0.1.8 * The GETDNS_TRANSPORT_TLS_ONLY_KEEP_CONNECTIONS_OPEN and GETDNS_TRANSPORT_TLS_FIRST_AND_FALL_BACK_TO_TCP_KEEP_CONNECTIONS_OPEN diff --git a/configure b/configure index 490c4ac9..da9cf817 100755 --- a/configure +++ b/configure @@ -2379,18 +2379,14 @@ GETDNS_COMPILATION_COMMENT="getdns 0.1.8 configured on $CURRENT_DATE for the Jan # if any interfaces have been added since the last public release then increment age # if any interfaces have been removed or changed since the last public release then # set age to 0 -# if api unchanged: no changes -# if api broken: current++ ; revision = 0; age = 0 -# if programs compiled against existing library work and link with new -# version of library with new binary api: revision++; age++ # # getdns-0.1.4 had libversion 0:0:0 # getdns-0.1.5 had libversion 1:0:0 # getdns-0.1.6 had libversion 1:1:0 -# getdns-0.1.7 had libversion 1:2:1 -# getdns-0.1.8 will have libversion 1:3:0 +# getdns-0.1.7 had libversion 1:2:1 (but should have had 2:2:1) +# getdns-0.1.8 had libversion 1:3:0 (but should have had 3:3:2) # -GETDNS_LIBVERSION=1:3:0 +GETDNS_LIBVERSION=3:3:2