From: Wouter Wijngaards Date: Thu, 14 Jul 2011 08:33:12 +0000 (+0000) Subject: release 1.4.12 noted. 1.4.13 developed in svn trunk. X-Git-Tag: release-1.4.13rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47653ae679296b3b7f6721ff085569cc3aac30a2;p=thirdparty%2Funbound.git release 1.4.12 noted. 1.4.13 developed in svn trunk. git-svn-id: file:///svn/unbound/trunk@2465 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index ccf9d1152..33d763d84 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.66 for unbound 1.4.12. +# Generated by GNU Autoconf 2.66 for unbound 1.4.13. # # Report bugs to . # @@ -562,8 +562,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='unbound' PACKAGE_TARNAME='unbound' -PACKAGE_VERSION='1.4.12' -PACKAGE_STRING='unbound 1.4.12' +PACKAGE_VERSION='1.4.13' +PACKAGE_STRING='unbound 1.4.13' PACKAGE_BUGREPORT='unbound-bugs@nlnetlabs.nl' PACKAGE_URL='' @@ -1318,7 +1318,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures unbound 1.4.12 to adapt to many kinds of systems. +\`configure' configures unbound 1.4.13 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1384,7 +1384,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of unbound 1.4.12:";; + short | recursive ) echo "Configuration of unbound 1.4.13:";; esac cat <<\_ACEOF @@ -1546,7 +1546,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -unbound configure 1.4.12 +unbound configure 1.4.13 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2015,7 +2015,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by unbound $as_me 1.4.12, which was +It was created by unbound $as_me 1.4.13, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -2365,7 +2365,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu LIBUNBOUND_CURRENT=2 -LIBUNBOUND_REVISION=12 +LIBUNBOUND_REVISION=13 LIBUNBOUND_AGE=0 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -2393,6 +2393,7 @@ LIBUNBOUND_AGE=0 # 1.4.10 had 2:10:0 # 1.4.11 had 2:11:0 # 1.4.12 had 2:12:0 +# 1.4.13 had 2:13:0 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary @@ -17420,7 +17421,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by unbound $as_me 1.4.12, which was +This file was extended by unbound $as_me 1.4.13, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17486,7 +17487,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -unbound config.status 1.4.12 +unbound config.status 1.4.13 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 38a4acb25..62b173107 100644 --- a/configure.ac +++ b/configure.ac @@ -6,10 +6,10 @@ sinclude(acx_pthread.m4) sinclude(acx_python.m4) sinclude(ac_pkg_swig.m4) -AC_INIT(unbound, 1.4.12, unbound-bugs@nlnetlabs.nl, unbound) +AC_INIT(unbound, 1.4.13, unbound-bugs@nlnetlabs.nl, unbound) LIBUNBOUND_CURRENT=2 -LIBUNBOUND_REVISION=12 +LIBUNBOUND_REVISION=13 LIBUNBOUND_AGE=0 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -37,6 +37,7 @@ LIBUNBOUND_AGE=0 # 1.4.10 had 2:10:0 # 1.4.11 had 2:11:0 # 1.4.12 had 2:12:0 +# 1.4.13 had 2:13:0 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary diff --git a/doc/Changelog b/doc/Changelog index f50b77256..132d094ee 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,7 @@ 14 July 2011: Wouter - Unbound implements RFC6303 (since version 1.4.7). + - tag 1.4.12rc1 is released as 1.4.12 (without the other fixes in the + meantime, those are for 1.4.13). 13 July 2011: Wouter - Quick fix for contrib/unbound.spec example, no ldns-builtin any more.