BIND 10 bind10-1.0.X-release, updated. 10d334b70abec98cd7ee1fc419b87c3ea5b25465 [bind10-1.0.X-release] change version to 1.0.0

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


The branch, bind10-1.0.X-release has been updated
       via  10d334b70abec98cd7ee1fc419b87c3ea5b25465 (commit)
       via  70c62bda0ea9d9cce2f2ec702d048d0ae6417338 (commit)
       via  fa136186502ae0b5b5a2a5751cf1ec035506b6ad (commit)
       via  e4ee3c57ceb3183aa5703122a622dc22fe0748e4 (commit)
      from  fe5478b124614d5d6b6abc8bb4815288e53fc9c7 (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 10d334b70abec98cd7ee1fc419b87c3ea5b25465
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Thu Feb 21 06:28:22 2013 -0600

    [bind10-1.0.X-release] change version to 1.0.0

commit 70c62bda0ea9d9cce2f2ec702d048d0ae6417338
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Thu Feb 21 06:27:50 2013 -0600

    [bind10-1.0.X-release] add release date for the 1.0.0 release

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

    [bind10-1.0.X-release][master] be clear that DHCP is limited
    
    also point to wiki for known issues for DHCP
    (cherry picked from commit 9afaf171e6bd58b74e4ae89b394b51f5e8bc6fb4)

commit e4ee3c57ceb3183aa5703122a622dc22fe0748e4
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Feb 20 16:19:36 2013 -0600

    [bind10-1.0.X-release][master] mention again that dhcp is experimental
    
    statement is from stephen.

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

Summary of changes:
 ChangeLog                  |    2 ++
 README                     |    5 ++++-
 configure.ac               |    2 +-
 doc/guide/bind10-guide.xml |    7 +++++++
 4 files changed, 14 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 2f909d7..a80cb13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+bind10-1.0.0 released on February 21, 2013
+
 bind10-1.0.0-rc released on February 14, 2013
 
 580.	[func]*		muks
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 5683b65..974430e 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, 1.0.0-rc, bind10-dev at isc.org)
+AC_INIT(bind10, 1.0.0, 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
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index cea70c2..583ee60 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -3372,6 +3372,13 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
     while those details specific to DHCPv6 are described in <xref linkend="dhcp6"/>
     </para>
 
+    <note>
+      <simpara>
+	In this release of BIND 10, the DHCPv4 and DHCPv6 servers
+	must be considered experimental.
+      </simpara>
+    </note>
+
     <section id="dhcp-install-configure">
       <title>DHCP Database Installation and Configuration</title>
       <para>



More information about the bind10-changes mailing list