]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing CHANGES note
authorEvan Hunt <each@isc.org>
Mon, 26 Feb 2018 23:08:16 +0000 (15:08 -0800)
committerEvan Hunt <each@isc.org>
Mon, 26 Feb 2018 23:08:16 +0000 (15:08 -0800)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7051095a5b910324d3e5487ecf5f87f3702832bb..e28cde2f4acf951fc53d3567afd178415c6848a1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
 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.