diff --git a/ChangeLog b/ChangeLog index cd94b2e4ad..85783f78bc 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 e2f1b541fb..d6b93769a9 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@isc.org) +AC_INIT(bind10-devel, 20110224, bind10-dev@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 c48a88cf22..5a4ba4a090 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 2e9d513c0a..080c3bca83 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 8a8362ae70..06fe8400f5 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