Browse Source

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


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2380 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
222a6e821c
3 changed files with 7 additions and 6 deletions
  1. 1 0
      ChangeLog
  2. 5 5
      README
  3. 1 1
      configure.ac

+ 1 - 0
ChangeLog

@@ -1,3 +1,4 @@
+bind10-devel-20100701 released on July 1, 2010
 
 
   69.  [func]*		jelte
   69.  [func]*		jelte
 	Added python wrappers for libdns++ (isc::dns), and libxfr. This
 	Added python wrappers for libdns++ (isc::dns), and libxfr. This

+ 5 - 5
README

@@ -3,21 +3,21 @@ This is the source for the development version of BIND 10.
 BIND is the popular implementation of a DNS server, developer
 BIND is the popular implementation of a DNS server, developer
 interfaces, and DNS tools. BIND 10 is a rewrite of BIND 9. BIND 10
 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
 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
 BIND10-devel is new development leading up to the production
 BIND 10 release. It contains prototype code and experimental
 BIND 10 release. It contains prototype code and experimental
 interfaces. Nevertheless it is ready to use now for testing the
 interfaces. Nevertheless it is ready to use now for testing the
-new BIND 10 infrastructure ideas. The Year 1 (Y1) deliverable of
+new BIND 10 infrastructure ideas. The Year 2 milestones of the
-the five year plan is described here:
+five year plan are described here:
 
 
-        http://bind10.isc.org/wiki/Year1Deliverable
+	https://bind10.isc.org/wiki/Year2Milestones
 
 
 This release includes the bind10 master process, b10-msgq message
 This release includes the bind10 master process, b10-msgq message
 bus, b10-auth authoritative DNS server (with SQLite3 backend),
 bus, b10-auth authoritative DNS server (with SQLite3 backend),
 b10-cmdctl remote control daemon, b10-cfgmgr configuration manager,
 b10-cmdctl remote control daemon, b10-cfgmgr configuration manager,
 b10-xfrin AXFR inbound service, b10-xfrout outgoing AXFR service,
 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
 Documentation is included and also available via the BIND 10
 website at http://bind10.isc.org/
 website at http://bind10.isc.org/

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 # Process this file with autoconf to produce a configure script.
 
 
 AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT(bind10-devel, 20100602, bind10-dev@isc.org)
+AC_INIT(bind10-devel, 20100701, bind10-dev@isc.org)
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_HEADERS([config.h])