Browse Source

[master] changelog for trac #606

JINMEI Tatuya 14 years ago
parent
commit
71bcc9a5c4
1 changed files with 10 additions and 0 deletions
  1. 10 0
      ChangeLog

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+  191.	[func]		jinmei
+	Imported system test framework of BIND 9.  It can be run by
+	'make systest' at the top source directory.  Notes: currently it
+	doesn't work when built in a separate tree.  It also requires
+	perl, an inherited dependency from the original framework.
+	Also, mainly for the purpose of tests, a new option "--pid-file"
+	was added to BoB, with which the boss process will dump its PID
+	to the specified file.
+	(Trac #606, git 6ac000df85625f5921e8895a1aafff5e4be3ba9c)
+
   190.	[func]		jelte
 	Resolver now sets random qids on outgoing queries using
 	the boost::mt19937 prng.