aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
-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,8 +26,9 @@ 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
In 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 @@
# 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.