mirror of https://github.com/getdnsapi/getdns.git
autoreconf + ChangeLog for Daniel's libversion fix
This commit is contained in:
parent
f61a3d0fce
commit
393b847668
|
@ -1,3 +1,6 @@
|
||||||
|
* 2015-??-??: Version 0.1.9
|
||||||
|
* Fix libversion numbering: Thanks Daniel Kahn Gillmor
|
||||||
|
|
||||||
* 2015-04-19: Version 0.1.8
|
* 2015-04-19: Version 0.1.8
|
||||||
* The GETDNS_TRANSPORT_TLS_ONLY_KEEP_CONNECTIONS_OPEN and
|
* The GETDNS_TRANSPORT_TLS_ONLY_KEEP_CONNECTIONS_OPEN and
|
||||||
GETDNS_TRANSPORT_TLS_FIRST_AND_FALL_BACK_TO_TCP_KEEP_CONNECTIONS_OPEN
|
GETDNS_TRANSPORT_TLS_FIRST_AND_FALL_BACK_TO_TCP_KEEP_CONNECTIONS_OPEN
|
||||||
|
|
|
@ -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 added since the last public release then increment age
|
||||||
# if any interfaces have been removed or changed since the last public release then
|
# if any interfaces have been removed or changed since the last public release then
|
||||||
# set age to 0
|
# 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.4 had libversion 0:0:0
|
||||||
# getdns-0.1.5 had libversion 1:0:0
|
# getdns-0.1.5 had libversion 1:0:0
|
||||||
# getdns-0.1.6 had libversion 1:1:0
|
# getdns-0.1.6 had libversion 1:1:0
|
||||||
# getdns-0.1.7 had libversion 1:2:1
|
# getdns-0.1.7 had libversion 1:2:1 (but should have had 2:2:1)
|
||||||
# getdns-0.1.8 will have libversion 1:3:0
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue