BIND 10 bind10-1.1.0-release, updated. 515cf0ab42d1aae7fa9db5140ebdef8d889d970a [bind10-1.1.0-release] update version to rc1

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


The branch, bind10-1.1.0-release has been updated
       via  515cf0ab42d1aae7fa9db5140ebdef8d889d970a (commit)
       via  0424397c49a1ea6d253f369cbab3d85166a661eb (commit)
      from  a4230b00aea0cb3ac8cb70d06b928736ea2ff6a5 (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 515cf0ab42d1aae7fa9db5140ebdef8d889d970a
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed May 29 07:49:14 2013 -0500

    [bind10-1.1.0-release] update version to rc1

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

    [bind10-1.1.0-release][master] fix version for 1.1.0
    
    typo before
    (and fix conflict due to other changes not in this branch)

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

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

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 1dbb52b..990b1b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
 	happen if listen_on parameters are reconfigured at run time.
 	(Trac #2946, git d5f2a0d0954acd8bc33aabb220fab31652394fcd)
 
-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
@@ -108,7 +108,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 06bb040..02eb8c6 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, 1.1.0beta2, bind10-dev at isc.org)
+AC_INIT(bind10, 1.1.0rc1, 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