git-svn-id: file:///svn/unbound/trunk@745 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2007-11-14 13:38:13 +00:00
parent 2b2cfd7e4b
commit ad69492495
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT(unbound, 0.6, unbound-bugs@nlnetlabs.nl, unbound) AC_INIT(unbound, 0.7, unbound-bugs@nlnetlabs.nl, unbound)
CFLAGS= CFLAGS=
AC_AIX AC_AIX

View file

@ -2,6 +2,7 @@
- testbed script does not recreate configure, since its in svn now. - testbed script does not recreate configure, since its in svn now.
- fixup checkconf test so that it does not test - fixup checkconf test so that it does not test
/etc/unbound/unbound.conf. /etc/unbound/unbound.conf.
- tag 0.6.
13 November 2007: Wouter 13 November 2007: Wouter
- remove debug print. - remove debug print.