BIND 10 master, updated. c1b8e63ca9cf15d022805691970e3ecc0dd0e096 Create a file to hold differences to other software

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 30 08:56:36 UTC 2013


The branch, master has been updated
       via  c1b8e63ca9cf15d022805691970e3ecc0dd0e096 (commit)
      from  57f3e532a4cb9ef57484b638cfb53296dc403e95 (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 c1b8e63ca9cf15d022805691970e3ecc0dd0e096
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Jan 30 09:47:30 2013 +0100

    Create a file to hold differences to other software
    
    Also, include one known difference to bind9. This is both to store it
    somewhere before we forget about it and to have an example to how the
    file would look like.

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

Summary of changes:
 doc/Makefile.am     |    2 +-
 doc/differences.txt |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 doc/differences.txt

-----------------------------------------------------------------------
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7642220..3120280 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = guide
 
-EXTRA_DIST = version.ent.in
+EXTRA_DIST = version.ent.in differences.txt
 
 devel:
 	mkdir -p html
diff --git a/doc/differences.txt b/doc/differences.txt
new file mode 100644
index 0000000..2bc77c6
--- /dev/null
+++ b/doc/differences.txt
@@ -0,0 +1,12 @@
+Differences of Bind 10 to other software
+========================================
+
+Bind 9
+------
+
+TODO: There are definitely more differences than just this.
+
+* When an incoming zone transfer fails, for example because the
+  received zone doesn't contain a NS record, bind 9 stops serving the
+  zone and returns SERVFAIL to queries for that zone. Bind 10 still
+  uses the previous version of zone.



More information about the bind10-changes mailing list