- version is 1.4.11.

git-svn-id: file:///svn/unbound/trunk@2430 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2011-06-16 13:27:57 +00:00
parent 8def9c1043
commit 42730aad99
3 changed files with 13 additions and 12 deletions

20
configure vendored
View file

@ -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 <unbound-bugs@nlnetlabs.nl>.
#
@ -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\\"

View file

@ -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

View file

@ -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.