BIND 10 bind10-20110322-release, updated. 19107a9e45199d5b2ab9eb09ba7248b8d4c3952f [bind10-20110322-release] update version and remove host for release
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 17 19:50:45 UTC 2011
The branch, bind10-20110322-release has been updated
via 19107a9e45199d5b2ab9eb09ba7248b8d4c3952f (commit)
from 1516f8a92c2366f34a7c880ba6e6becad841e981 (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 19107a9e45199d5b2ab9eb09ba7248b8d4c3952f
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Mar 17 14:50:23 2011 -0500
[bind10-20110322-release] update version and remove host for release
This is for 20110322.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 +--
src/bin/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7f2b3ea..bafa733 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, 20110224, bind10-dev at isc.org)
+AC_INIT(bind10-devel, 20110322, bind10-dev at isc.org)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
@@ -613,7 +613,6 @@ AC_CONFIG_FILES([Makefile
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
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 1768ce7..2164821 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout \
+SUBDIRS = bind10 bindctl cfgmgr loadzone msgq cmdctl auth xfrin xfrout \
usermgr zonemgr stats tests resolver
check-recursive: all-recursive
More information about the bind10-changes
mailing list