[svn] commit: r2709 - in /branches/bind10-20100812-release: ChangeLog configure.ac src/bin/Makefile.am src/bin/bind10/bind10.py.in src/bin/msgq/msgq.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 11 19:23:41 UTC 2010
Author: jreed
Date: Wed Aug 11 19:23:41 2010
New Revision: 2709
Log:
Add release date to changelog. (Merged from trunk.)
Update version in b10-msqg and bind10. Note used dates from
latest change for these. Also removed the "v" prefix.
This was not done in trunk. This will be done via a Trac ticket.
Disabled "host" build (not shipped in tarball).
Increased PACKAGE_VERSION (this is 20100812).
Modified:
branches/bind10-20100812-release/ChangeLog
branches/bind10-20100812-release/configure.ac
branches/bind10-20100812-release/src/bin/Makefile.am
branches/bind10-20100812-release/src/bin/bind10/bind10.py.in
branches/bind10-20100812-release/src/bin/msgq/msgq.py.in
Modified: branches/bind10-20100812-release/ChangeLog
==============================================================================
--- branches/bind10-20100812-release/ChangeLog (original)
+++ branches/bind10-20100812-release/ChangeLog Wed Aug 11 19:23:41 2010
@@ -1,3 +1,5 @@
+bind10-devel-20100812 released on August 12, 2010
+
84. [bug] jinmei, jerry
This is a quick fix patch for the issue: AXFR fails half the
time because of connection problems. xfrout client will make
Modified: branches/bind10-20100812-release/configure.ac
==============================================================================
--- branches/bind10-20100812-release/configure.ac (original)
+++ branches/bind10-20100812-release/configure.ac Wed Aug 11 19:23:41 2010
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
-AC_INIT(bind10-devel, 20100701, bind10-dev at isc.org)
+AC_INIT(bind10-devel, 20100812, bind10-dev at isc.org)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
@@ -391,7 +391,6 @@
src/bin/bindctl/tests/Makefile
src/bin/cfgmgr/Makefile
src/bin/cfgmgr/tests/Makefile
- src/bin/host/Makefile
src/bin/loadzone/Makefile
src/bin/loadzone/tests/correct/Makefile
src/bin/loadzone/tests/error/Makefile
Modified: branches/bind10-20100812-release/src/bin/Makefile.am
==============================================================================
--- branches/bind10-20100812-release/src/bin/Makefile.am (original)
+++ branches/bind10-20100812-release/src/bin/Makefile.am Wed Aug 11 19:23:41 2010
@@ -1,1 +1,1 @@
-SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout usermgr
+SUBDIRS = bind10 bindctl cfgmgr loadzone msgq cmdctl auth xfrin xfrout usermgr
Modified: branches/bind10-20100812-release/src/bin/bind10/bind10.py.in
==============================================================================
--- branches/bind10-20100812-release/src/bin/bind10/bind10.py.in (original)
+++ branches/bind10-20100812-release/src/bin/bind10/bind10.py.in Wed Aug 11 19:23:41 2010
@@ -65,7 +65,7 @@
import isc.cc
# This is the version that gets displayed to the user.
-__version__ = "v20100531"
+__version__ = "20100809"
class RestartSchedule:
"""
Modified: branches/bind10-20100812-release/src/bin/msgq/msgq.py.in
==============================================================================
--- branches/bind10-20100812-release/src/bin/msgq/msgq.py.in (original)
+++ branches/bind10-20100812-release/src/bin/msgq/msgq.py.in Wed Aug 11 19:23:41 2010
@@ -35,7 +35,7 @@
import isc.cc
# This is the version that gets displayed to the user.
-__version__ = "v20091030 (Paving the DNS Parking Lot)"
+__version__ = "20100630"
class MsgQReceiveError(Exception): pass
More information about the bind10-changes
mailing list