From 79b4d0a89f9c9078c0982698ea8772ccd441d033 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 25 Oct 2012 12:09:06 +0000 Subject: [PATCH] Bumb versions for emergency release --- Changelog | 6 +++++- configure.ac | 2 +- drill/configure.ac | 2 +- examples/configure.ac | 2 +- examples/nsd-test/configure.ac | 2 +- lua/configure.ac | 2 +- pcat/configure.ac | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index da8c290a..6536bc37 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,8 @@ -1.6.15 +1.6.16 + +1.6.15 2012-10-25 + * Remove LDNS_STATUS_EXISTS_ERR from ldns/error.h to make ldns + binary compatible with earlier releases again. 1.6.14 2012-10-23 * DANE support (RFC6698), including ldns-dane example tool. diff --git a/configure.ac b/configure.ac index ee6e6858..fae43271 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],[15]) +m4_define([VERSION_MICRO],[16]) 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 7a3e556c..17d7541c 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.15, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.16, libdns@nlnetlabs.nl,libdns) AC_CONFIG_SRCDIR([drill.c]) sinclude(../acx_nlnetlabs.m4) diff --git a/examples/configure.ac b/examples/configure.ac index 3fbf5bf5..9bd74ff4 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.15, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.16, 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 f1d7fa1a..118d8637 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.14, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.16, 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 fa2f1c5c..3caba9fd 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.15, libdns@nlnetlabs.nl, ldns-tests-1.0) +AC_INIT(ldns-tests, 1.6.16, 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 e8f05c9b..132f52b9 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.15, libdns@nlnetlabs.nl,pcat) +AC_INIT(pcat, 1.6.16, libdns@nlnetlabs.nl,pcat) AC_CONFIG_SRCDIR([pcat.c]) OURCPPFLAGS='' -- 2.47.3