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--README3
-rw-r--r--configure.ac2
-rw-r--r--src/varnish_mib.mib2c1
4 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ecb0dc0..34ba295 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
-Varnish-mib NEWS -- history of user-visible changes. 2018-02-05
+Varnish-mib NEWS -- history of user-visible changes. 2018-12-10
See the end of file for copying conditions.
Please send Varnish-mib bug reports to <gray@gnu.org>
+Version 3.1, 2018-12-10
+
+Supports Varnish 6.0.2.
+
+
Version 3.0, 2018-02-05
Supports Varnish 5.2.1 only.
diff --git a/README b/README
index f9083ed..22c3844 100644
--- a/README
+++ b/README
@@ -26,7 +26,8 @@ of Varnish API version it is written for:
1.0, 1.1 Varnish 4.0 and 4.1
1.2 Varnish 4.0, 4.1, 5.1
2.0 Varnish 5.2.0
- 3.0 (this release) Varnish 5.2.1
+ 3.0 Varnish 5.2.1
+ 3.1 (this release) Varnish 5.2.1 to 6.0.2
* Installation
diff --git a/configure.ac b/configure.ac
index c9506a6..f2bca53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with Varnish-mib. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([varnish-mib], 3.0, [gray@gnu.org])
+AC_INIT([varnish-mib], 3.1, [gray@gnu.org])
AC_CONFIG_SRCDIR(src/varnish_mib.mib2c)
AM_CONFIG_HEADER(config.h)
AC_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$//;
#include <limits.h>
#include <errno.h>
+#include <vdef.h>
#include <vapi/vsc.h>
#include <vapi/vsm.h>
#include <vcli.h>

Return to:

Send suggestions and report system problems to the System administrator.