From 6efe0fb0df236e5dbb41a90cf45d07b198f29312 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 31 May 2011 13:35:13 +0000 Subject: [PATCH] Update version to 1.6.11 --- Changelog | 4 +++- configure.ac | 2 +- drill/configure.ac | 2 +- examples/configure.ac | 2 +- examples/nsd-test/configure.ac | 2 +- lua/configure.ac | 2 +- packaging/fedora/ldns.spec | 5 ++++- pcat/configure.ac | 2 +- 8 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Changelog b/Changelog index aced6b3b..62743918 100644 --- 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 diff --git a/configure.ac b/configure.ac index 27a50732..4072dc64 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],[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 diff --git a/drill/configure.ac b/drill/configure.ac index 5b8038a5..5ed9f6e3 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.10, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.11, libdns@nlnetlabs.nl,libdns) AC_CONFIG_SRCDIR([drill.c]) sinclude(../acx_nlnetlabs.m4) diff --git a/examples/configure.ac b/examples/configure.ac index d2995ba9..9e21bb94 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.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) diff --git a/examples/nsd-test/configure.ac b/examples/nsd-test/configure.ac index 0540a847..8505b94a 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.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' diff --git a/lua/configure.ac b/lua/configure.ac index 65555301..15a5a6e1 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.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 diff --git a/packaging/fedora/ldns.spec b/packaging/fedora/ldns.spec index a255cb89..9a71ecf1 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.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 - 1.6.10 +- Upgraded to 1.6.10. + * Wed Mar 16 2011 Willem Toorop - 1.6.9 - Upgraded to 1.6.9. diff --git a/pcat/configure.ac b/pcat/configure.ac index f025dea7..b3c8c94b 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.10, libdns@nlnetlabs.nl,pcat) +AC_INIT(pcat, 1.6.11, libdns@nlnetlabs.nl,pcat) AC_CONFIG_SRCDIR([pcat.c]) OURCPPFLAGS='' -- 2.47.3