]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep for release of 9.7.0b3
authorEvan Hunt <each@isc.org>
Wed, 18 Nov 2009 00:30:37 +0000 (00:30 +0000)
committerEvan Hunt <each@isc.org>
Wed, 18 Nov 2009 00:30:37 +0000 (00:30 +0000)
CHANGES
lib/dns/api
lib/dns/win32/libdns.def
lib/isc/api
version

diff --git a/CHANGES b/CHANGES
index 40c3e4feaaaea3d1c2dd352c905b2c7181c80b89..0e2440074d3833f1f401d818b01027e3e44e8f73 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.7.0b3 released ---
+
 2772.  [security]      When validating, track whether pending data was from
                        the additional section or not and only return it if
                        validates as secure. [RT #20438]
index acbd59ffa61ae3d18b501918727ce28a6f938dc9..737fa9b946ad86db313d8c273d4c5dfb324ec773 100644 (file)
@@ -1,3 +1,3 @@
-LIBINTERFACE = 61
+LIBINTERFACE = 62
 LIBREVISION = 0
-LIBAGE = 0
+LIBAGE = 1
index a2c99f60991316c6958880cedc0eb566bb0cfa4f..12e6e6ffed687b5b675342e774e7917a06418417 100644 (file)
@@ -230,6 +230,7 @@ dns_journal_next_rr
 dns_journal_open
 dns_journal_print
 dns_journal_rollforward
+dns_journal_rollforward2
 dns_journal_write_transaction
 dns_journal_writediff
 dns_keydata_fromdnskey
index 5146f4d5d9a47fcf295b89c8afcf947e2f9d08a8..ba292fc67513a05089004493e1db65ec2ddef8af 100644 (file)
@@ -1,3 +1,3 @@
 LIBINTERFACE = 61
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 1
diff --git a/version b/version
index 8cbe283a03f3bb3a9244051287507ec13843263c..236052e4a8d2bc304da6ea443f482fe3a7400008 100644 (file)
--- a/version
+++ b/version
@@ -1,4 +1,4 @@
-# $Id: version,v 1.49 2009/10/27 05:49:31 each Exp $
+# $Id: version,v 1.50 2009/11/18 00:30:37 each Exp $
 # 
 # This file must follow /bin/sh rules.  It is imported directly via
 # configure.
@@ -7,4 +7,4 @@ MAJORVER=9
 MINORVER=7
 PATCHVER=0
 RELEASETYPE=b
-RELEASEVER=2
+RELEASEVER=3