[svn] commit: r2380 - in /trunk: ChangeLog README configure.ac

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 30 23:08:18 UTC 2010


Author: jreed
Date: Wed Jun 30 23:08:17 2010
New Revision: 2380

Log:
Update version number in configure.ac.
Minor updates in README, point to some Y2 descriptions.
Add release date to ChangeLog.

Modified:
    trunk/ChangeLog
    trunk/README
    trunk/configure.ac

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Jun 30 23:08:17 2010
@@ -1,3 +1,4 @@
+bind10-devel-20100701 released on July 1, 2010
 
   69.  [func]*		jelte
 	Added python wrappers for libdns++ (isc::dns), and libxfr. This

Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Wed Jun 30 23:08:17 2010
@@ -3,21 +3,21 @@
 BIND is the popular implementation of a DNS server, developer
 interfaces, and DNS tools. BIND 10 is a rewrite of BIND 9. BIND 10
 is written in C++ and Python and provides a modular environment
-for serving and maintaining DNS.
+for serving, maintaining, and developing DNS.
 
 BIND10-devel is new development leading up to the production
 BIND 10 release. It contains prototype code and experimental
 interfaces. Nevertheless it is ready to use now for testing the
-new BIND 10 infrastructure ideas. The Year 1 (Y1) deliverable of
-the five year plan is described here:
-
-        http://bind10.isc.org/wiki/Year1Deliverable
+new BIND 10 infrastructure ideas. The Year 2 milestones of the
+five year plan are described here:
+
+	https://bind10.isc.org/wiki/Year2Milestones
 
 This release includes the bind10 master process, b10-msgq message
 bus, b10-auth authoritative DNS server (with SQLite3 backend),
 b10-cmdctl remote control daemon, b10-cfgmgr configuration manager,
 b10-xfrin AXFR inbound service, b10-xfrout outgoing AXFR service,
-and a new libdns library.
+and a new libdns++ library for C++ with a python wrapper.
 
 Documentation is included and also available via the BIND 10
 website at http://bind10.isc.org/

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jun 30 23:08:17 2010
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT(bind10-devel, 20100602, bind10-dev at isc.org)
+AC_INIT(bind10-devel, 20100701, bind10-dev at isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])




More information about the bind10-changes mailing list