aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-10 16:18:43 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-12-10 16:18:43 +0200
commitdffed71f70f7e7b6bf1cd32539a1a1131916a8b4 (patch)
tree3da9fd2691eef4333f0783e50bddbd68b9484367
parent245a89645fead857aa1ca18c0d10d72e03e3746f (diff)
downloadvarnish-mib-dffed71f70f7e7b6bf1cd32539a1a1131916a8b4.tar.gz
varnish-mib-dffed71f70f7e7b6bf1cd32539a1a1131916a8b4.tar.bz2
Version 3.1 (support for Varnish 6.0.2)release-3.1
-rw-r--r--NEWS7
-rw-r--r--README5
-rw-r--r--configure.ac2
-rw-r--r--src/varnish_mib.mib2c1
4 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ecb0dc0..34ba295 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
1Varnish-mib NEWS -- history of user-visible changes. 2018-02-05 1Varnish-mib NEWS -- history of user-visible changes. 2018-12-10
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send Varnish-mib bug reports to <gray@gnu.org> 4Please send Varnish-mib bug reports to <gray@gnu.org>
5 5
6Version 3.1, 2018-12-10
7
8Supports Varnish 6.0.2.
9
10
6Version 3.0, 2018-02-05 11Version 3.0, 2018-02-05
7 12
8Supports Varnish 5.2.1 only. 13Supports Varnish 5.2.1 only.
diff --git a/README b/README
index f9083ed..22c3844 100644
--- a/README
+++ b/README
@@ -26,8 +26,9 @@ of Varnish API version it is written for:
26 1.0, 1.1 Varnish 4.0 and 4.1 26 1.0, 1.1 Varnish 4.0 and 4.1
27 1.2 Varnish 4.0, 4.1, 5.1 27 1.2 Varnish 4.0, 4.1, 5.1
28 2.0 Varnish 5.2.0 28 2.0 Varnish 5.2.0
29 3.0 (this release) Varnish 5.2.1 29 3.0 Varnish 5.2.1
30 30 3.1 (this release) Varnish 5.2.1 to 6.0.2
31
31* Installation 32* Installation
32 33
33In order to compile the package you need to have Net-SNMP and Varnish 34In order to compile the package you need to have Net-SNMP and Varnish
diff --git a/configure.ac b/configure.ac
index c9506a6..f2bca53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
15# along with Varnish-mib. If not, see <http://www.gnu.org/licenses/>. 15# along with Varnish-mib. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.69) 17AC_PREREQ(2.69)
18AC_INIT([varnish-mib], 3.0, [gray@gnu.org]) 18AC_INIT([varnish-mib], 3.1, [gray@gnu.org])
19AC_CONFIG_SRCDIR(src/varnish_mib.mib2c) 19AC_CONFIG_SRCDIR(src/varnish_mib.mib2c)
20AM_CONFIG_HEADER(config.h) 20AM_CONFIG_HEADER(config.h)
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
diff --git a/src/varnish_mib.mib2c b/src/varnish_mib.mib2c
index b061022..e8c143f 100644
--- a/src/varnish_mib.mib2c
+++ b/src/varnish_mib.mib2c
@@ -175,6 +175,7 @@ $vars{'modulename'} =~ s/\.c$//;
175#include <limits.h> 175#include <limits.h>
176#include <errno.h> 176#include <errno.h>
177 177
178#include <vdef.h>
178#include <vapi/vsc.h> 179#include <vapi/vsc.h>
179#include <vapi/vsm.h> 180#include <vapi/vsm.h>
180#include <vcli.h> 181#include <vcli.h>

Return to:

Send suggestions and report system problems to the System administrator.