BIND 10 bind10-1.0.0-rc-release, updated. b74d075119b8a018abe3f64bfc0acd8976ea15c4 [bind10-1.0.0-rc-release][master] Add init.pyc to CLEANFILES to make distcheck pass (cherry picked from commit 4ac27e8d2435fad4be79a75ef830e1d0b20a896a)

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 14 18:27:51 UTC 2013


The branch, bind10-1.0.0-rc-release has been updated
       via  b74d075119b8a018abe3f64bfc0acd8976ea15c4 (commit)
       via  eb06a13a00f8ab8f4f85f23e597e7c475c9d8153 (commit)
       via  df299cd873b03594cf389bed1844afe2c2cea68d (commit)
       via  c511153cc2606a892fbad8c40ff1a576af23b2c1 (commit)
      from  2701f5756653568f33ce4f1daf2246072d49efb0 (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 b74d075119b8a018abe3f64bfc0acd8976ea15c4
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Feb 14 16:36:32 2013 +0530

    [bind10-1.0.0-rc-release][master] Add init.pyc to CLEANFILES to make distcheck pass
    (cherry picked from commit 4ac27e8d2435fad4be79a75ef830e1d0b20a896a)

commit eb06a13a00f8ab8f4f85f23e597e7c475c9d8153
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Thu Feb 14 11:53:20 2013 -0600

    [bind10-1.0.0-rc-release][master] remove TODO
    
    This TODO was handled a few minutes ago.
    (cherry picked from commit 4b5aa826a6b741ca9e49e3efef3440c06863ebe8)

commit df299cd873b03594cf389bed1844afe2c2cea68d
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 14 09:44:30 2013 -0800

    [bind10-1.0.0-rc-release][master] editorial: removed spaces after EOL
    (cherry picked from commit 82d462fc39ea567a142decf52bf2ff2a9971cac4)

commit c511153cc2606a892fbad8c40ff1a576af23b2c1
Author: Shane Kerr <shane at isc.org>
Date:   Thu Feb 14 18:13:48 2013 +0100

    [bind10-1.0.0-rc-release]Update the sponsor acknowledgment section in the BIND 10 Guide to include all of the sponsors.
    (cherry picked from commit d1acb02130ae1a8a4f9af1263fa552499a99f377)

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

Summary of changes:
 doc/guide/bind10-guide.xml |   34 +++++++++++++++++++++++++++++-----
 src/bin/bind10/Makefile.am |    2 +-
 2 files changed, 30 insertions(+), 6 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index ce0132a..81438c3 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -59,11 +59,35 @@
     <section id="acknowledgements">
       <title>Acknowledgements</title>
 
-<!-- TODO: acknowledge all sponsors and CNNIC and CZNIC too -->
-
-      <para>ISC would like to acknowledge generous support for
-      BIND 10 development of DHCPv4 and DHCPv6 components provided
-      by <ulink url="http://www.comcast.com/">Comcast</ulink>.</para>
+      <para>BIND 10 is a sponsored development project, and would not
+      be possible without the generous support of the sponsors.</para>
+
+      <para><ulink url="http://jprs.co.jp/">JPRS</ulink> and
+      <ulink url="http://cira.ca/">CIRA</ulink> are Patron Level
+      sponsors.</para>
+
+      <para><ulink url="https://www.afnic.fr/">AFNIC</ulink>,
+      <ulink url="https://www.cnnic.net.cn/">CNNIC</ulink>,
+      <ulink url="https://www.nic.cz/">CZ.NIC</ulink>,
+      <ulink url="http://www.denic.de/">DENIC eG</ulink>,
+      <ulink url="https://www.google.com/">Google</ulink>,
+      <ulink url="https://www.ripe.net/">RIPE NCC</ulink>,
+      <ulink url="https://registro.br/">Registro.br</ulink>,
+      <ulink url="https://nzrs.net.nz/">.nz Registry Services</ulink>, and
+      <ulink url="https://www.tcinet.ru/">Technical Center of Internet</ulink>
+      are current sponsors.</para>
+
+      <para><ulink url="https://www.afilias.info/">Afilias</ulink>,
+      <ulink url="https://www.iis.se/">IIS.SE</ulink>,
+      <ulink url="http://www.nominet.org.uk/">Nominet</ulink>, and
+      <ulink url="https://www.sidn.nl/">SIDN</ulink> were founding
+      sponsors of the project.</para>
+
+<!-- DHCP sponsorship by Comcast -->
+
+      <para>Support for BIND 10 development of the DHCPv4 and DHCPv6
+      components is provided by
+      <ulink url="http://www.comcast.com/">Comcast</ulink>.</para>
 
     </section>
 
diff --git a/src/bin/bind10/Makefile.am b/src/bin/bind10/Makefile.am
index 728fc4a..b2e9f05 100644
--- a/src/bin/bind10/Makefile.am
+++ b/src/bin/bind10/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = . tests
 
 sbin_SCRIPTS = bind10
 pkglibexec_SCRIPTS = b10-init
-CLEANFILES = b10-init b10-init.pyc
+CLEANFILES = b10-init b10-init.pyc init.pyc
 CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/init_messages.py
 CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/init_messages.pyc
 



More information about the bind10-changes mailing list