From: Wouter Wijngaards Date: Thu, 16 Jun 2011 13:27:57 +0000 (+0000) Subject: - version is 1.4.11. X-Git-Tag: release-1.4.11rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42730aad9944ed4bdeb0dc8493a8abf943a76a7d;p=thirdparty%2Funbound.git - version is 1.4.11. git-svn-id: file:///svn/unbound/trunk@2430 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 963df2889..0898f8199 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.5.0. +# Generated by GNU Autoconf 2.66 for unbound 1.4.11. # # Report bugs to . # @@ -562,8 +562,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='unbound' PACKAGE_TARNAME='unbound' -PACKAGE_VERSION='1.5.0' -PACKAGE_STRING='unbound 1.5.0' +PACKAGE_VERSION='1.4.11' +PACKAGE_STRING='unbound 1.4.11' PACKAGE_BUGREPORT='unbound-bugs@nlnetlabs.nl' PACKAGE_URL='' @@ -1321,7 +1321,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.5.0 to adapt to many kinds of systems. +\`configure' configures unbound 1.4.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1387,7 +1387,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of unbound 1.5.0:";; + short | recursive ) echo "Configuration of unbound 1.4.11:";; esac cat <<\_ACEOF @@ -1550,7 +1550,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -unbound configure 1.5.0 +unbound configure 1.4.11 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2019,7 +2019,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.5.0, which was +It was created by unbound $as_me 1.4.11, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -2395,7 +2395,7 @@ LIBUNBOUND_AGE=0 # 1.4.8 had 2:8:0 # 1.4.9 had 2:9:0 # 1.4.10 had 2:10:0 -# 1.5.0 had 2:11:0 +# 1.4.11 had 2:11:0 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary @@ -17450,7 +17450,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.5.0, which was +This file was extended by unbound $as_me 1.4.11, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17516,7 +17516,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.5.0 +unbound config.status 1.4.11 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 318042c87..fc33dd3f3 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ sinclude(acx_pthread.m4) sinclude(acx_python.m4) sinclude(ac_pkg_swig.m4) -AC_INIT(unbound, 1.5.0, unbound-bugs@nlnetlabs.nl, unbound) +AC_INIT(unbound, 1.4.11, unbound-bugs@nlnetlabs.nl, unbound) LIBUNBOUND_CURRENT=2 LIBUNBOUND_REVISION=11 @@ -35,7 +35,7 @@ LIBUNBOUND_AGE=0 # 1.4.8 had 2:8:0 # 1.4.9 had 2:9:0 # 1.4.10 had 2:10:0 -# 1.5.0 had 2:11:0 +# 1.4.11 had 2:11: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 639cf39dd..6628a7fbe 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 16 June 2011: Wouter - log-queries: yesno option, default is no, prints querylog. + - version is 1.4.11. 14 June 2011: Wouter - Use -flto compiler flag for link time optimization, if supported.