]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] [rt37159] relnote
authorEvan Hunt <each@isc.org>
Wed, 22 Oct 2014 17:24:20 +0000 (10:24 -0700)
committerEvan Hunt <each@isc.org>
Wed, 22 Oct 2014 17:24:20 +0000 (10:24 -0700)
doc/arm/notes.xml

index 8a3aa101a74d1c9b3fccc6ec80bd16e665088d07..704ccdd03935631cfd94eb2e7b4cf7048e12d9f1 100644 (file)
     <itemizedlist>
       <listitem>
         <para>
-         When files that <command>named</command> opens for writing,
+         Semicolon characters (;) included in TXT records were
+         incorrectly escaped with a backslash when the record was
+         displayed as text. This is actually only necessary when there
+         are no quotation marks. [RT #37159]
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+         When files opened for writing by <command>named</command>,
          such as zone journal files, were referenced more than once
          in <filename>named.conf</filename>, it could lead to file
          corruption as multiple threads wrote to the same file. This