]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Bumb version
authorWillem Toorop <willem@NLnetLabs.nl>
Wed, 31 Oct 2012 11:04:38 +0000 (11:04 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Wed, 31 Oct 2012 11:04:38 +0000 (11:04 +0000)
Changelog
configure.ac
contrib/python/Changelog
drill/configure.ac
examples/configure.ac
examples/nsd-test/configure.ac
lua/configure.ac
pcat/configure.ac

index 6536bc374f38eafb802baf285397296962f719c7..c3ef20ef47425fc5bc9cd451e3a286d204f199be 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
+1.6.17
+
 1.6.16
+       * Fix typo in exporting b32_* symbols to make pyldns load again
 
 1.6.15 2012-10-25
        * Remove LDNS_STATUS_EXISTS_ERR from ldns/error.h to make ldns
index fae43271960aa3d757bce8ec843bd90137fe3a8b..078f7982c6e23cbb40aea6d2fdeb0327ae9b14f8 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],[16])
+m4_define([VERSION_MICRO],[17])
 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 f43d9a9fffa6849bb7cf8ea5e4648ce9b83f8e93..8f38088713717eb3280d7c3c763db3d78b24841f 100644 (file)
@@ -1,4 +1,7 @@
-1.6.15
+1.6.17
+
+1.6.16
+       * Fix typo in ldns_struct_pkt.opcode2str
 
 1.6.14 2012-10-23
        * Added rich comparison methods for ldns_dname, ldns_rdf, ldns_rr and
index 17d7541c027b84569721ec47be6070a2f0609bb3..b7fe2aee07a8e8ee85bb6047886bfb1cb33c478d 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.16, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.17, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([drill.c])
 sinclude(../acx_nlnetlabs.m4)
 
index 9bd74ff41aa681854b4ff3c740a569d1c724b7bc..8bf48656d719ed88ab32d120310dab6cc33372d4 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.16, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.17, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([ldns-read-zone.c])
 sinclude(../acx_nlnetlabs.m4)
 
index 118d86378b10feee60c0c5a7eccb3c3745d32657..a129a2bd3ca7c9065aede77057a3149360e761d1 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.16, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.17, 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 3caba9fd92aedc1e5bfd11802db1f1db312bd3be..eb3bb8ea10a1fe0baa7619e8cca0c5669fa0b821 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.16, libdns@nlnetlabs.nl, ldns-tests-1.0)
+AC_INIT(ldns-tests, 1.6.17, libdns@nlnetlabs.nl, ldns-tests-1.0)
 AC_CONFIG_SRCDIR([../ldns/config.h])
 
 AC_AIX
index 132f52b9fe050af5754be607c1939e07122627c4..f9c7679b1181f773652613917acea1ed17154964 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.16, libdns@nlnetlabs.nl,pcat)
+AC_INIT(pcat, 1.6.17, libdns@nlnetlabs.nl,pcat)
 AC_CONFIG_SRCDIR([pcat.c])
 
 OURCPPFLAGS=''