Browse Source

added changelog for trac #513

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

+ 10 - 0
ChangeLog

@@ -1,9 +1,19 @@
+  152.	[func]*		jinmei
+	b10-auth: Added new configuration variable "statistics-interval"
+	to allow the user to change the timer interval for periodic
+	statistics updates.  The update can also be disabled by setting
+	the value to 0.  Disabling statistics updates will also work as
+	a temporary workaround of a known issue that b10-auth can block in
+	sending statistics and stop responding to queries as a result.
+	(Trac #513, git 285c5ee)
+
   151.  [bug]		smann
   151.  [bug]		smann
 	lib/log/dummylog.h: 
 	lib/log/dummylog.h: 
 	lib/log/dummylog.cc: Modify dlog so that it takes an optional 2nd
 	lib/log/dummylog.cc: Modify dlog so that it takes an optional 2nd
         argument of type bool (true or false). This flag, if set, will cause
         argument of type bool (true or false). This flag, if set, will cause
         the message to be printed whether or not -v is chosen.
         the message to be printed whether or not -v is chosen.
         (trac #432, git 880220478c3e8702d56d761b1e0b21b77d08ee5a)
         (trac #432, git 880220478c3e8702d56d761b1e0b21b77d08ee5a)
+
   150.  [bug]		jelte
   150.  [bug]		jelte
 	b10-cfgmgr: No longer save the configuration on exit. Configuration
 	b10-cfgmgr: No longer save the configuration on exit. Configuration
 	is already saved if it is changed succesfully, so writing it on
 	is already saved if it is changed succesfully, so writing it on