]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
The 1.6.12 release and preperations for 1.6.13
authorWillem Toorop <willem@NLnetLabs.nl>
Wed, 11 Jan 2012 13:52:20 +0000 (13:52 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Wed, 11 Jan 2012 13:52:20 +0000 (13:52 +0000)
Changelog
configure.ac
drill/configure.ac
examples/configure.ac
examples/nsd-test/configure.ac
lua/configure.ac
packaging/fedora/ldns.spec
pcat/configure.ac

index a15813618217df986ea025bbbd18af3538a43b0e..f28486c8dcbe320164e61f13baa2a632df68d269 100644 (file)
--- 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
index 98861d93e74ad4e5644fdb1bb267d519430698ea..ff61e3f020c578f0a5061fa1dab57b7ced3581dc 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],[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
index 5c28053d99dea962ec00194fd680b1b28e56f13f..afd5c63803b3462e3687619556cbbac1fe5f9835 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.12, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.13, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([drill.c])
 sinclude(../acx_nlnetlabs.m4)
 
index 0f75e0fd47264be1a6c37295ea558870a4ff398c..67345dac7cd24098054327f546bb3a5f8a422c11 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.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)
 
index 120077f7d72353a1f8b1a2bc5ca972a6a1577d7b..4622dee7cf14f446d9f627945b5eb005728f3278 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.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'
index d1a1e61ac3f8527aebeb4579de94317126d25981..54b0fae46c6bd49ad26b5d245ad014a606718970 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.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
index f247a8db7aede5bc096e34441cd64812c7479ec9..6658d011a000377e8f9d69313ed4fa014ce8857c 100644 (file)
@@ -7,7 +7,7 @@
 \r
 Summary: Lowlevel DNS(SEC) library with API\r
 Name: ldns\r
-Version: 1.6.11\r
+Version: 1.6.13\r
 Release: 1%{?dist}\r
 License: BSD\r
 Url: http://www.nlnetlabs.nl/%{name}/\r
index 3bb081b9c34610f0fbb30b7e520c1dc17b9c3870..79c953b5935ac0724f5a8d2b5c9c94150b22ca55 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.12, libdns@nlnetlabs.nl,pcat)
+AC_INIT(pcat, 1.6.13, libdns@nlnetlabs.nl,pcat)
 AC_CONFIG_SRCDIR([pcat.c])
 
 OURCPPFLAGS=''