Parcourir la 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 il y a 15 ans
Parent
commit
222a6e821c
3 fichiers modifiés avec 7 ajouts et 6 suppressions
  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
 	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
 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:
+new BIND 10 infrastructure ideas. The Year 2 milestones of the
+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
 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/

+ 1 - 1
configure.ac

@@ -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@isc.org)
+AC_INIT(bind10-devel, 20100701, bind10-dev@isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])