Browse Source

[917] add an entry to ChangeLog for #917

Naoki Kambe 13 years ago
parent
commit
2085b2255a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      ChangeLog

+ 11 - 0
ChangeLog

@@ -1,3 +1,14 @@
+xxx.	[func]		kambe
+	b10-stats-httpd was updated. In addition of the access of all
+	statistics items of all module, the specified item or the items of the
+	specified module name can be accessed. For example, the URI requested
+	by using the feature is showed as "/bind10/statistics/xml/Auth" or
+	"/bind10/statistics/xml/Auth/queries.tcp". The list of all possible
+	module names and all possible item names can be showed in the root
+	document, whose URI is "/bind10/statistics/xml". This change is not
+	only for the XML documents but also is for the XSD and XSL documents.
+	(Trac #917, git TBD)
+
 305.	[bug]		jinmei
 	Python isc.dns, isc.datasrc, xfrin, xfrout: fixed reference leak
 	in Message.get_question(), Message.get_section(),