]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Update version to 1.6.11
authorWillem Toorop <willem@NLnetLabs.nl>
Tue, 31 May 2011 13:35:13 +0000 (13:35 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Tue, 31 May 2011 13:35:13 +0000 (13:35 +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 aced6b3b4a78caba79b62a3db8d51bb87671e913..62743918260b2b6f29ac70e0bd7fce6a252e23d1 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
-1.6.10
+1.6.11
+
+1.6.10 2011-05-31
        * New example tool added: ldns-gen-zone.
        * bugfix #359: Serial-arithmetic for the inception and expiration
          fields of a RRSIG and correctly converting them to broken-out time
index 27a507321299b5fd1b7a7c21209f9ea427d74e7a..4072dc646a95e1610ee278ed50c5e140daa2a2a3 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],[10])
+m4_define([VERSION_MICRO],[11])
 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 5b8038a50d369a68fe7407b3bab67592f011766f..5ed9f6e33156b16b0ce8fde6f6129cb0570cbb09 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.10, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.11, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([drill.c])
 sinclude(../acx_nlnetlabs.m4)
 
index d2995ba9178b14997c2854c581c5f7463df870f7..9e21bb94b996fbd9135d3f328278025687e52df2 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.10, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.11, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([ldns-read-zone.c])
 sinclude(../acx_nlnetlabs.m4)
 
index 0540a847e86af0b84b01a5b03085271ccdd246c4..8505b94acfe916bba8ffbffd522960375df17010 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.10, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.6.11, 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 655553017d8948afe929dd1ddbcb46e87be22884..15a5a6e1e1803e56954672d588f315ddfbabe686 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.10, libdns@nlnetlabs.nl, ldns-tests-1.0)
+AC_INIT(ldns-tests, 1.6.11, libdns@nlnetlabs.nl, ldns-tests-1.0)
 AC_CONFIG_SRCDIR([../ldns/config.h])
 
 AC_AIX
index a255cb892605239cfa395b26ad946c03826b5fdf..9a71ecf1a814654b765681834c2aa843c0d9dc21 100644 (file)
@@ -7,7 +7,7 @@
 
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.6.10
+Version: 1.6.11
 Release: 2%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
@@ -120,6 +120,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue May 31 2011 Willem Toorop <willem@nlnetlabs.nl> - 1.6.10
+- Upgraded to 1.6.10.
+
 * Wed Mar 16 2011 Willem Toorop <willem@nlnetlabs.nl> - 1.6.9
 - Upgraded to 1.6.9.
 
index f025dea7562fd5435cfac7bc4e3113a712895692..b3c8c94b278b9865ff011064fb57c517941e5f6b 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.10, libdns@nlnetlabs.nl,pcat)
+AC_INIT(pcat, 1.6.11, libdns@nlnetlabs.nl,pcat)
 AC_CONFIG_SRCDIR([pcat.c])
 
 OURCPPFLAGS=''