]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
tag 0.9
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 8 Feb 2008 12:27:41 +0000 (12:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 8 Feb 2008 12:27:41 +0000 (12:27 +0000)
git-svn-id: file:///svn/unbound/trunk@937 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 1e5c9e0344d5644b841f124ec62e3a51f4cfc468..b874bbb01425657230d615eaaa9dd88a8b441069 100755 (executable)
--- 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 0.9.
+# Generated by GNU Autoconf 2.61 for unbound 1.0.
 #
 # Report bugs to <unbound-bugs@nlnetlabs.nl>.
 #
@@ -724,8 +724,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='unbound'
 PACKAGE_TARNAME='unbound'
-PACKAGE_VERSION='0.9'
-PACKAGE_STRING='unbound 0.9'
+PACKAGE_VERSION='1.0'
+PACKAGE_STRING='unbound 1.0'
 PACKAGE_BUGREPORT='unbound-bugs@nlnetlabs.nl'
 
 # Factoring default headers for most tests.
@@ -1359,7 +1359,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 0.9 to adapt to many kinds of systems.
+\`configure' configures unbound 1.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of unbound 0.9:";;
+     short | recursive ) echo "Configuration of unbound 1.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1547,7 +1547,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-unbound configure 0.9
+unbound configure 1.0
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1561,7 +1561,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 0.9, which was
+It was created by unbound $as_me 1.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -25192,7 +25192,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 0.9, which was
+This file was extended by unbound $as_me 1.0, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -25241,7 +25241,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-unbound config.status 0.9
+unbound config.status 1.0
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 43c464a7db919504953c4d33910d1a3bc87ac43f..614097a5bbba0947e616692f56753bbbaf3f7668 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
 
-AC_INIT(unbound, 0.9, unbound-bugs@nlnetlabs.nl, unbound)
+AC_INIT(unbound, 1.0, unbound-bugs@nlnetlabs.nl, unbound)
 
 CFLAGS=
 AC_AIX
index e978906b8559a970aa5b7ec83f2a12391a5cbb6b..f7b29e396ba2687c1eb0b5fa147fd6aef7ef4d63 100644 (file)
@@ -4,6 +4,7 @@
        - unbound replies to multiple TCP queries on a TCP channel.
        - fixup misclassification of root referral with NS in answer
          when validating a nonrec query.
+       - tag 0.9
 
 7 February 2008: Wouter
        - moved up all current level 2 to be level 3. And 3 to 4.