mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Bump statistics channels versions
GL !7412 updated the set of counters exposed via the XML & JSON statistics channels. Apply a corresponding version bump, which was not included in that merge request.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<xsl:output method="html" indent="yes" version="4.0"/>
|
<xsl:output method="html" indent="yes" version="4.0"/>
|
||||||
<!-- the version number **below** must match version in bin/named/statschannel.c -->
|
<!-- the version number **below** must match version in bin/named/statschannel.c -->
|
||||||
<!-- don't forget to update "/xml/v<STATS_XML_VERSION_MAJOR>" in the HTTP endpoints listed below -->
|
<!-- don't forget to update "/xml/v<STATS_XML_VERSION_MAJOR>" in the HTTP endpoints listed below -->
|
||||||
<xsl:template match="statistics[@version="3.13"]">
|
<xsl:template match="statistics[@version="3.14"]">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||||
|
@@ -56,11 +56,11 @@
|
|||||||
#include "xsl_p.h"
|
#include "xsl_p.h"
|
||||||
|
|
||||||
#define STATS_XML_VERSION_MAJOR "3"
|
#define STATS_XML_VERSION_MAJOR "3"
|
||||||
#define STATS_XML_VERSION_MINOR "13"
|
#define STATS_XML_VERSION_MINOR "14"
|
||||||
#define STATS_XML_VERSION STATS_XML_VERSION_MAJOR "." STATS_XML_VERSION_MINOR
|
#define STATS_XML_VERSION STATS_XML_VERSION_MAJOR "." STATS_XML_VERSION_MINOR
|
||||||
|
|
||||||
#define STATS_JSON_VERSION_MAJOR "1"
|
#define STATS_JSON_VERSION_MAJOR "1"
|
||||||
#define STATS_JSON_VERSION_MINOR "7"
|
#define STATS_JSON_VERSION_MINOR "8"
|
||||||
#define STATS_JSON_VERSION STATS_JSON_VERSION_MAJOR "." STATS_JSON_VERSION_MINOR
|
#define STATS_JSON_VERSION STATS_JSON_VERSION_MAJOR "." STATS_JSON_VERSION_MINOR
|
||||||
|
|
||||||
#define CHECK(m) \
|
#define CHECK(m) \
|
||||||
|
Reference in New Issue
Block a user