From 632234b5e4651ef54bc4daf8458718c89d3191ae Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 18 Nov 2008 12:22:07 +0000 Subject: [PATCH] 1.1.0 number. git-svn-id: file:///svn/unbound/trunk@1357 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 20 ++++++++++---------- configure.ac | 4 ++-- doc/Changelog | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/configure b/configure index 6f95179a4..e7a4cf5fb 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.61 for unbound 1.1.1. +# Generated by GNU Autoconf 2.61 for unbound 1.1.0. # # Report bugs to . # @@ -724,8 +724,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='unbound' PACKAGE_TARNAME='unbound' -PACKAGE_VERSION='1.1.1' -PACKAGE_STRING='unbound 1.1.1' +PACKAGE_VERSION='1.1.0' +PACKAGE_STRING='unbound 1.1.0' PACKAGE_BUGREPORT='unbound-bugs@nlnetlabs.nl' # Factoring default headers for most tests. @@ -1368,7 +1368,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.1.1 to adapt to many kinds of systems. +\`configure' configures unbound 1.1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1433,7 +1433,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of unbound 1.1.1:";; + short | recursive ) echo "Configuration of unbound 1.1.0:";; esac cat <<\_ACEOF @@ -1566,7 +1566,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -unbound configure 1.1.1 +unbound configure 1.1.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1580,7 +1580,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.1.1, which was +It was created by unbound $as_me 1.1.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1935,7 +1935,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu LIBUNBOUND_CURRENT=0 -LIBUNBOUND_REVISION=16 +LIBUNBOUND_REVISION=15 LIBUNBOUND_AGE=0 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -26779,7 +26779,7 @@ exec 6>&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.1.1, which was +This file was extended by unbound $as_me 1.1.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -26828,7 +26828,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -unbound config.status 1.1.1 +unbound config.status 1.1.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 40d83d690..9d5d31417 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(unbound,1.1.1, unbound-bugs@nlnetlabs.nl, unbound) +AC_INIT(unbound,1.1.0, unbound-bugs@nlnetlabs.nl, unbound) LIBUNBOUND_CURRENT=0 -LIBUNBOUND_REVISION=16 +LIBUNBOUND_REVISION=15 LIBUNBOUND_AGE=0 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 diff --git a/doc/Changelog b/doc/Changelog index 34e15a6fb..87cc7281d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 18 November 2008: Wouter - iana portlist updated. - removed cast in unit test debug print that was not 64bit safe. + - trunk back to 1.1.0; copied to tags 1.1.0 release. 17 November 2008: Wouter - theoretical fix for problems reported on mailing list.