BIND 10 master, updated. d3f8f8fce7957a2227dbc38d2faf58ca33f85fd1 [master] update some version numbers

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 24 20:04:57 UTC 2011


The branch, master has been updated
       via  d3f8f8fce7957a2227dbc38d2faf58ca33f85fd1 (commit)
      from  6e0b7398570e219d417f991681f6d6428fb12a67 (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 d3f8f8fce7957a2227dbc38d2faf58ca33f85fd1
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Feb 24 14:03:34 2011 -0600

    [master] update some version numbers
    
    This is 20110224.
    
    Add release stamp in the ChangeLog
    
    Update versions for bind10, bindctl, and msgq.
    Maybe not precise and we should discuss if or how we should
    maintain per component version numbers.

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

Summary of changes:
 ChangeLog                            |    2 ++
 configure.ac                         |    2 +-
 src/bin/bind10/bind10.py.in          |    2 +-
 src/bin/bindctl/bindctl-source.py.in |    2 +-
 src/bin/msgq/msgq.py.in              |    2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index cd94b2e..85783f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+bind10-devel-20110224 released on February 24, 2011
+
   179.  [func]      vorner
 	It is possible to start and stop resolver and authoritative
 	server without restart of the whole system. Change of the
diff --git a/configure.ac b/configure.ac
index e2f1b54..d6b9376 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-devel, 20110120, bind10-dev at isc.org)
+AC_INIT(bind10-devel, 20110224, bind10-dev at isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/bin/bind10/bind10.py.in b/src/bin/bind10/bind10.py.in
index c48a88c..5a4ba4a 100755
--- a/src/bin/bind10/bind10.py.in
+++ b/src/bin/bind10/bind10.py.in
@@ -72,7 +72,7 @@ isc.util.process.rename(sys.argv[0])
 # This is the version that gets displayed to the user.
 # The VERSION string consists of the module name, the module version
 # number, and the overall BIND 10 version number (set in configure.ac).
-VERSION = "bind10 20101129 (BIND 10 @PACKAGE_VERSION@)"
+VERSION = "bind10 20110223 (BIND 10 @PACKAGE_VERSION@)"
 
 # This is for bind10.boottime of stats module
 _BASETIME = time.gmtime()
diff --git a/src/bin/bindctl/bindctl-source.py.in b/src/bin/bindctl/bindctl-source.py.in
index 2e9d513..080c3bc 100644
--- a/src/bin/bindctl/bindctl-source.py.in
+++ b/src/bin/bindctl/bindctl-source.py.in
@@ -31,7 +31,7 @@ isc.util.process.rename()
 # This is the version that gets displayed to the user.
 # The VERSION string consists of the module name, the module version
 # number, and the overall BIND 10 version number (set in configure.ac).
-VERSION = "bindctl 20101201 (BIND 10 @PACKAGE_VERSION@)"
+VERSION = "bindctl 20110217 (BIND 10 @PACKAGE_VERSION@)"
 
 DEFAULT_IDENTIFIER_DESC = "The identifier specifies the config item. Child elements are separated with the '/' character. List indices can be specified with '[i]', where i is an integer specifying the index, starting with 0. Examples: 'Boss/start_auth', 'Recurse/listen_on[0]/address'. If no identifier is given, shows the item at the current location."
 
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index 8a8362a..06fe840 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -40,7 +40,7 @@ isc.util.process.rename()
 # This is the version that gets displayed to the user.
 # The VERSION string consists of the module name, the module version
 # number, and the overall BIND 10 version number (set in configure.ac).
-VERSION = "b10-msgq 20100818 (BIND 10 @PACKAGE_VERSION@)"
+VERSION = "b10-msgq 20110127 (BIND 10 @PACKAGE_VERSION@)"
 
 class MsgQReceiveError(Exception): pass
 




More information about the bind10-changes mailing list