mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 04:57:52 +00:00
[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.
This commit is contained in:
parent
6e0b739857
commit
d3f8f8fce7
@ -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
|
||||
|
@ -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])
|
||||
|
@ -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()
|
||||
|
@ -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."
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user