]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Mon, 26 Feb 2018 12:26:45 +0000 (13:26 +0100)
committerEvan Hunt <each@isc.org>
Mon, 26 Feb 2018 23:20:26 +0000 (15:20 -0800)
4903. [bug] "check-mx fail;" did not prevent MX records containing
IP addresses from being added to a zone by a dynamic
update. [GL #112]

(cherry picked from commit 1d403f9d3c09960fc443f33bd89d2645f1994b3b)

CHANGES

diff --git a/CHANGES b/CHANGES
index 659be45ad9f142f6265803cf245083b82a962e33..b9e877b47a1fec2cd5b469961b37cf1bba9223b6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+4903.  [bug]           "check-mx fail;" did not prevent MX records containing
+                       IP addresses from being added to a zone by a dynamic
+                       update. [GL #112]
+
+4902.  [test]          Improved the reliability of the 'ixfr' system
+                       test. [GL #66]
+
 4899.  [test]          Convert most of the remaining system tests to be able
                        to run in parallel, continuing the work from change
                        #4895. To take advantage of this, use "make -jN check",