git-svn-id: file:///svn/unbound/trunk@788 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2007-11-28 15:49:35 +00:00
parent e12d274954
commit 6a355b37fe
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.
AC_PREREQ(2.57)
AC_INIT(unbound, 0.8, unbound-bugs@nlnetlabs.nl, unbound)
AC_INIT(unbound, 0.9, unbound-bugs@nlnetlabs.nl, unbound)
CFLAGS=
AC_AIX

View file

@ -18,6 +18,7 @@
have a SOA record in authority, so this is OK for the validator),
and NS record is needed to be a referral.
- duplicate checking when adding NSECs for a CNAME, and test.
- created svn tag 0.8, after completing testbed tests.
27 November 2007: Wouter
- per suggestion in rfc2308, replaced default max-ttl value with 1 day.