]> 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:17:33 +0000 (15:17 -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)
(cherry picked from commit 71a35bc8e58cdb210ebf29ed49ce9edf645f1f45)

CHANGES

diff --git a/CHANGES b/CHANGES
index c6643ffd9f50f92a5b072958f178fedb4aa2b8ee..1116a64ccf1fd593cd02155fc999df8edeaa108a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+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",
+                       where N is the number of processors to use. [GL #91]
+
 4896.  [test]          cacheclean system test was not robust. [GL #82]
 
 4895.  [test]          Allow some system tests to run in parallel.