]> 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:19:30 +0000 (15:19 -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 ced344aec4e7dda83e8122dd61e250d0d2d03f2f..e03b4ab93049cf2de6706434954e5de413324c99 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",