]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Bumb versions for emergency release
authorWillem Toorop <willem@NLnetLabs.nl>
Thu, 25 Oct 2012 12:09:06 +0000 (12:09 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Thu, 25 Oct 2012 12:09:06 +0000 (12:09 +0000)
Changelog
configure.ac
drill/configure.ac
examples/configure.ac
examples/nsd-test/configure.ac
lua/configure.ac
pcat/configure.ac

index da8c290ad0d89b415abde150f7d3b44a17d7f211..6536bc374f38eafb802baf285397296962f719c7 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,8 @@
-1.6.15
+1.6.16
+
+1.6.15 2012-10-25
+       * Remove LDNS_STATUS_EXISTS_ERR from ldns/error.h to make ldns
+         binary compatible with earlier releases again.
 
 1.6.14 2012-10-23
        * DANE support (RFC6698), including ldns-dane example tool.
index ee6e6858a283f79f228edd66d62efb7296561ba5..fae43271960aa3d757bce8ec843bd90137fe3a8b 100644 (file)
@@ -6,7 +6,7 @@ sinclude(acx_nlnetlabs.m4)
 # must be numbers. ac_defun because of later processing.
 m4_define([VERSION_MAJOR],[1])
 m4_define([VERSION_MINOR],[6])
-m4_define([VERSION_MICRO],[15])
+m4_define([VERSION_MICRO],[16])
 AC_INIT(ldns, m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]), libdns@nlnetlabs.nl, libdns)
 AC_CONFIG_SRCDIR([packet.c])
 # needed to build correct soname
index 7a3e556cb8f2ad703ff7218e53323fa9861ef1e0..17d7541c027b84569721ec47be6070a2f0609bb3 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.56)
-AC_INIT(ldns, 1.6.15, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.16, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([drill.c])
 sinclude(../acx_nlnetlabs.m4)
 
index 3fbf5bf5d8ed03c429b7ccc8dad390d52f77851b..9bd74ff41aa681854b4ff3c740a569d1c724b7bc 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.56)
-AC_INIT(ldns, 1.6.15, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.16, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([ldns-read-zone.c])
 sinclude(../acx_nlnetlabs.m4)
 
index f1d7fa1a5f6fe2a03ecdb17d134972fed705840c..118d86378b10feee60c0c5a7eccb3c3745d32657 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(ldns, 1.6.14, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.16, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([nsd-ldnsd.c])
 
 OURCPPFLAGS='-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D__BSD_VISIBLE'
index fa2f1c5c1ece70f3c3135602bc946fbe508a7840..3caba9fd92aedc1e5bfd11802db1f1db312bd3be 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(ldns-tests, 1.6.15, libdns@nlnetlabs.nl, ldns-tests-1.0)
+AC_INIT(ldns-tests, 1.6.16, libdns@nlnetlabs.nl, ldns-tests-1.0)
 AC_CONFIG_SRCDIR([../ldns/config.h])
 
 AC_AIX
index e8f05c9b07e95c6562ecfcc93b770207c19bfd36..132f52b9fe050af5754be607c1939e07122627c4 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(pcat, 1.6.15, libdns@nlnetlabs.nl,pcat)
+AC_INIT(pcat, 1.6.16, libdns@nlnetlabs.nl,pcat)
 AC_CONFIG_SRCDIR([pcat.c])
 
 OURCPPFLAGS=''