From: Willem Toorop Date: Wed, 31 Oct 2012 11:04:38 +0000 (+0000) Subject: Bumb version X-Git-Tag: release-1.6.17rc1~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080e774c311bbcc9bf64fce4f1d9337ae6b8bb3f;p=thirdparty%2Fldns.git Bumb version --- diff --git a/Changelog b/Changelog index 6536bc37..c3ef20ef 100644 --- 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 diff --git a/configure.ac b/configure.ac index fae43271..078f7982 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/contrib/python/Changelog b/contrib/python/Changelog index f43d9a9f..8f380887 100644 --- a/contrib/python/Changelog +++ b/contrib/python/Changelog @@ -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 diff --git a/drill/configure.ac b/drill/configure.ac index 17d7541c..b7fe2aee 100644 --- a/drill/configure.ac +++ b/drill/configure.ac @@ -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) diff --git a/examples/configure.ac b/examples/configure.ac index 9bd74ff4..8bf48656 100644 --- a/examples/configure.ac +++ b/examples/configure.ac @@ -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) diff --git a/examples/nsd-test/configure.ac b/examples/nsd-test/configure.ac index 118d8637..a129a2bd 100644 --- a/examples/nsd-test/configure.ac +++ b/examples/nsd-test/configure.ac @@ -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' diff --git a/lua/configure.ac b/lua/configure.ac index 3caba9fd..eb3bb8ea 100644 --- a/lua/configure.ac +++ b/lua/configure.ac @@ -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 diff --git a/pcat/configure.ac b/pcat/configure.ac index 132f52b9..f9c7679b 100644 --- a/pcat/configure.ac +++ b/pcat/configure.ac @@ -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=''