BIND 10 master, updated. 72b428b6f9178a08d8e5bf68062b4082bf0b8429 [master] bump the master version to today's date

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 29 12:46:20 UTC 2013


The branch, master has been updated
       via  72b428b6f9178a08d8e5bf68062b4082bf0b8429 (commit)
       via  01e1910c9db5d1e5dcf2b5ea01afd7aa8075ebc4 (commit)
      from  be23568ad3e10931387612fa90f8d2568e9878e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 72b428b6f9178a08d8e5bf68062b4082bf0b8429
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed May 29 07:46:03 2013 -0500

    [master] bump the master version to today's date

commit 01e1910c9db5d1e5dcf2b5ea01afd7aa8075ebc4
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed May 29 07:45:38 2013 -0500

    [master] fix version for 1.1.0
    
    typo before

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    4 ++--
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 1ec49e4..7347cf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,7 +85,7 @@
 	while Xfrin is running.
 	(Trac #2252, git e1a0ea8ef5c51b9b25afa111fbfe9347afbe5413)
 
-bind10-1.0.0beta2 released on May 10, 2013
+bind10-1.1.0beta2 released on May 10, 2013
 
 610.	[bug]		muks
 	When the sqlite3 program is not available on the system (in
@@ -188,7 +188,7 @@ bind10-1.0.0beta2 released on May 10, 2013
 	messages.
 	(Trac #2827, git 29c3f7f4e82d7e85f0f5fb692345fd55092796b4)
 
-bind10-1.0.0beta1 released on April 4, 2013
+bind10-1.1.0beta1 released on April 4, 2013
 
 598.	[func]*		jinmei
 	The separate "static" data source is now deprecated as it can be
diff --git a/configure.ac b/configure.ac
index 9fd6dec..fc216c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT(bind10, 20130510, bind10-dev at isc.org)
+AC_INIT(bind10, 20130529, bind10-dev at isc.org)
 AC_CONFIG_SRCDIR(README)
 # serial-tests is not available in automake version before 1.13. In
 # automake 1.13 and higher, AM_PROG_INSTALL is undefined, so we'll check



More information about the bind10-changes mailing list