From: Mark Andrews Date: Thu, 18 Dec 2008 02:40:35 +0000 (+0000) Subject: 2520. [bug] Update xml statistics version number to 2.0. X-Git-Tag: v9.6.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d28b2fe1600e002cc1edaa80110bdc73dc12f00f;p=thirdparty%2Fbind9.git 2520. [bug] Update xml statistics version number to 2.0. [RT #19080] --- diff --git a/CHANGES b/CHANGES index 413839a772c..b201a4e6860 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2520. [bug] Update xml statistics version number to 2.0. + [RT #19080] --- 9.6.0rc2 released --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index 6dc4fc643f6..634a50dec4c 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -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.14.64.1 2008/12/18 02:40:35 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;