BIND 10 master, updated. 7a34e78976f20bec3f0e8287cb44a4ed7e351924 [master] increase the master version to today's date

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 21 12:11:18 UTC 2013


The branch, master has been updated
       via  7a34e78976f20bec3f0e8287cb44a4ed7e351924 (commit)
       via  9afaf171e6bd58b74e4ae89b394b51f5e8bc6fb4 (commit)
      from  77d49bfce9ba4ef3bcd39529b1cd0148381044cf (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 7a34e78976f20bec3f0e8287cb44a4ed7e351924
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Thu Feb 21 06:10:49 2013 -0600

    [master] increase the master version to today's date

commit 9afaf171e6bd58b74e4ae89b394b51f5e8bc6fb4
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Thu Feb 21 06:09:47 2013 -0600

    [master] be clear that DHCP is limited
    
    also point to wiki for known issues for DHCP

-----------------------------------------------------------------------

Summary of changes:
 README       |    5 ++++-
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/README b/README
index 618e89d..70c6bee 100644
--- a/README
+++ b/README
@@ -20,7 +20,10 @@ of concept recursive or forwarding DNS server, b10-resolver.)
 
 BIND 10 also provides experimental DHCPv4 and DHCPv6 servers,
 b10-dhcp4 and b10-dhcp6, a portable DHCP library, libdhcp++, and
-a DHCP benchmarking tool, perfdhcp.
+a DHCP benchmarking tool, perfdhcp.  In this release of BIND 10,
+the DHCPv4 and DHCPv6 servers must be considered experimental.
+Limitations and known issues with this DHCP release can be found
+at http://bind10.isc.org/wiki/KeaKnownIssues
 
 Documentation is included with the source. See doc/guide/bind10-guide.txt
 (or bind10-guide.html) for installation instructions.  The
diff --git a/configure.ac b/configure.ac
index e7e028f..c9f398a 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, 20130213, bind10-dev at isc.org)
+AC_INIT(bind10, 20130221, bind10-dev at isc.org)
 AC_CONFIG_SRCDIR(README)
 # serial-tests is not available in automake version before 1.13. In
 # automake 1.13 and higher, AM_PROG_INSTALL is undefined, so we'll check



More information about the bind10-changes mailing list