]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
new release 0.7.2. beta-0.7 origin/beta-0.7
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Jan 2008 14:52:38 +0000 (14:52 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Jan 2008 14:52:38 +0000 (14:52 +0000)
git-svn-id: file:///svn/unbound/branches/beta-0.7@832 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 0d8f747e9a62ff92b82d35721d320c235ca131ed..0dfbc8529636efad18be99db9d22cd6d7337810e 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.7.2.
+# Generated by GNU Autoconf 2.61 for unbound 0.7.3.
 #
 # 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.7.2'
-PACKAGE_STRING='unbound 0.7.2'
+PACKAGE_VERSION='0.7.3'
+PACKAGE_STRING='unbound 0.7.3'
 PACKAGE_BUGREPORT='unbound-bugs@nlnetlabs.nl'
 
 # Factoring default headers for most tests.
@@ -1358,7 +1358,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.7.2 to adapt to many kinds of systems.
+\`configure' configures unbound 0.7.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1423,7 +1423,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of unbound 0.7.2:";;
+     short | recursive ) echo "Configuration of unbound 0.7.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1544,7 +1544,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-unbound configure 0.7.2
+unbound configure 0.7.3
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1558,7 +1558,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.7.2, which was
+It was created by unbound $as_me 0.7.3, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -24974,7 +24974,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.7.2, which was
+This file was extended by unbound $as_me 0.7.3, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -25023,7 +25023,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-unbound config.status 0.7.2
+unbound config.status 0.7.3
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index d27b5a0b7b564a7883d92f93d62a5e109726ca88..5d69db64e8481b6fca9d601e77d8dac5ece9ce0d 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
 
-AC_INIT(unbound, 0.7.2, unbound-bugs@nlnetlabs.nl, unbound)
+AC_INIT(unbound, 0.7.3, unbound-bugs@nlnetlabs.nl, unbound)
 
 CFLAGS=
 AC_AIX
index 0908ee39f3f658da18aee5a45ef323707c6824e3..7af8e7e4181040b33b766c0f9ed246b070558ec9 100644 (file)
@@ -1,6 +1,7 @@
 9 January 2008: Wouter
        - fixup openssl RAND problem, when the system is not configured to
          give entropy, and the rng needs to be seeded. (for 0.7.2)
+       - created 0.7.2 release tag.
 
 3 December 2007: Wouter
        - Fixup building in a subdirectory. (for 0.7.2)