BIND 10 master, updated. 06fa3ca48f34c5bb6c235a1fbda2cf00be69c2c8 [master] update version to today's timestamp

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 5 16:20:15 UTC 2013


The branch, master has been updated
       via  06fa3ca48f34c5bb6c235a1fbda2cf00be69c2c8 (commit)
       via  2baf0ceb67f23351cd20ac77978b29366f7c5638 (commit)
      from  6ded04bbd0fb963754e4123cee99cb07de07a618 (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 06fa3ca48f34c5bb6c235a1fbda2cf00be69c2c8
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Tue Feb 5 10:19:46 2013 -0600

    [master] update version to today's timestamp

commit 2baf0ceb67f23351cd20ac77978b29366f7c5638
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Tue Feb 5 10:17:07 2013 -0600

    [master] minor manpage improvements
    
    update date
    update a copyright year
    add a history sentence about rename
    space between BIND & 10 (consistent style)
    fix manual section number in a reference
    change date (it was in Dutch anyways :)

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

Summary of changes:
 configure.ac                |    2 +-
 src/bin/bind10/b10-init.xml |    9 ++++++---
 src/bin/bind10/bind10.xml   |    8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 1fcc342..2075a74 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, 20121219, bind10-dev at isc.org)
+AC_INIT(bind10, 20130205, 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/src/bin/bind10/b10-init.xml b/src/bin/bind10/b10-init.xml
index dc8cf7f..f166683 100644
--- a/src/bin/bind10/b10-init.xml
+++ b/src/bin/bind10/b10-init.xml
@@ -20,7 +20,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>April 12, 2012</date>
+    <date>February 5, 2013</date>
   </refentryinfo>
 
   <refmeta>
@@ -36,7 +36,7 @@
 
   <docinfo>
     <copyright>
-      <year>2010-2012</year>
+      <year>2010-2013</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
@@ -493,7 +493,10 @@ xfrin
 
   <refsect1 id='history'><title>HISTORY</title>
     <para>The development of <command>b10-init</command>
-    was started in October 2009.</para>
+      was started in October 2009.
+      It was renamed and its configuration identifier changed
+      in February 2013.
+    </para>
   </refsect1>
 
   <refsect1>
diff --git a/src/bin/bind10/bind10.xml b/src/bin/bind10/bind10.xml
index f366554..16082f3 100644
--- a/src/bin/bind10/bind10.xml
+++ b/src/bin/bind10/bind10.xml
@@ -20,7 +20,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>April 12, 2012</date>
+    <date>February 5, 2013</date>
   </refentryinfo>
 
   <refmeta>
@@ -52,7 +52,7 @@
     <title>DESCRIPTION</title>
 
     <para>The <command>bind10</command> script is a simple wrapper that
-    starts BIND10 by running the <command>b10-init</command> daemon. All
+    starts BIND 10 by running the <command>b10-init</command> daemon. All
     options passed to <command>bind10</command> are directly passed on to
     <command>b10-init</command>.</para>
 
@@ -62,14 +62,14 @@
     <title>SEE ALSO</title>
     <para>
       <citerefentry>
-        <refentrytitle>b10-init</refentrytitle><manvolnum>1</manvolnum>
+        <refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
       </citerefentry>,
       <citetitle>BIND 10 Guide</citetitle>.
     </para>
   </refsect1>
 
   <refsect1 id='history'><title>HISTORY</title>
-    <para>The <command>bind10</command> script was added in Januari 2013
+    <para>The <command>bind10</command> script was added in February 2013.
     </para>
   </refsect1>
 



More information about the bind10-changes mailing list