From: Willem Toorop Date: Wed, 11 Jan 2012 13:52:20 +0000 (+0000) Subject: The 1.6.12 release and preperations for 1.6.13 X-Git-Tag: release-1.6.13rc1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa398b210732aece62c0281d5a762ab8154f666e;p=thirdparty%2Fldns.git The 1.6.12 release and preperations for 1.6.13 --- diff --git a/Changelog b/Changelog index a1581361..f28486c8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +1.6.13 + 1.6.12 2012-01-11 * bugfix #413: Fix manpage source for srcdir != builddir * Canonicalize the signers name rdata field in RRSIGs when signing diff --git a/configure.ac b/configure.ac index 98861d93..ff61e3f0 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],[12]) +m4_define([VERSION_MICRO],[13]) 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/drill/configure.ac b/drill/configure.ac index 5c28053d..afd5c638 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.12, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.13, libdns@nlnetlabs.nl,libdns) AC_CONFIG_SRCDIR([drill.c]) sinclude(../acx_nlnetlabs.m4) diff --git a/examples/configure.ac b/examples/configure.ac index 0f75e0fd..67345dac 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.12, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.13, 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 120077f7..4622dee7 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.12, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.13, 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 d1a1e61a..54b0fae4 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.12, libdns@nlnetlabs.nl, ldns-tests-1.0) +AC_INIT(ldns-tests, 1.6.13, libdns@nlnetlabs.nl, ldns-tests-1.0) AC_CONFIG_SRCDIR([../ldns/config.h]) AC_AIX diff --git a/packaging/fedora/ldns.spec b/packaging/fedora/ldns.spec index f247a8db..6658d011 100644 --- a/packaging/fedora/ldns.spec +++ b/packaging/fedora/ldns.spec @@ -7,7 +7,7 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.6.11 +Version: 1.6.13 Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ diff --git a/pcat/configure.ac b/pcat/configure.ac index 3bb081b9..79c953b5 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.12, libdns@nlnetlabs.nl,pcat) +AC_INIT(pcat, 1.6.13, libdns@nlnetlabs.nl,pcat) AC_CONFIG_SRCDIR([pcat.c]) OURCPPFLAGS=''