]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2520. [bug] Update xml statistics version number to 2.0.
authorMark Andrews <marka@isc.org>
Thu, 18 Dec 2008 02:23:27 +0000 (02:23 +0000)
committerMark Andrews <marka@isc.org>
Thu, 18 Dec 2008 02:23:27 +0000 (02:23 +0000)
                        [RT #19080]

CHANGES
bin/named/statschannel.c

diff --git a/CHANGES b/CHANGES
index ac3cd907fe7088e6ba0ba970313403879606f616..d8548aa17da9a5cae9d185ac406922a45f708566 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2520.  [bug]           Update xml statistics version number to 2.0.
+                       [RT #19080]
+
 2519.  [bug]           dig/host with -4 or -6 didn't work if more than two
                        nameserver addresses of the excluded address family
                        preceded in resolv.conf. [RT #19081]
index 6dc4fc643f6fbb4b53be4f2567ef837a7f97fc9e..a5ca1bbb923e8c67bd7727de862170c9b908f2a7 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: statschannel.c,v 1.14 2008/08/08 05:06:49 marka Exp $ */
+/* $Id: statschannel.c,v 1.15 2008/12/18 02:23:27 marka Exp $ */
 
 /*! \file */
 
@@ -635,7 +635,7 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) {
        TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "bind"));
        TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "statistics"));
        TRY0(xmlTextWriterWriteAttribute(writer, ISC_XMLCHAR "version",
-                                        ISC_XMLCHAR "1.0"));
+                                        ISC_XMLCHAR "2.0"));
 
        /* Set common fields for statistics dump */
        dumparg.type = statsformat_xml;