aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--README6
m---------acvmod0
-rw-r--r--configure.ac5
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/atlocal.in4
6 files changed, 16 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index af878fb..be596dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-Vmod-binlog NEWS -- history of user-visible changes. 2017-08-06
+Vmod-binlog NEWS -- history of user-visible changes. 2017-08-10
Copyright (C) 2013-2017 Sergey Poznyakoff
@@ -6,2 +6,7 @@ Please send Vmod-binlog bug reports to <gray@gnu.org>
+Version 2.2, 2017-08-10
+
+* Support for Varnish 5.1
+
+
Version 2.1, 2017-08-05
diff --git a/README b/README
index b961dcd..c1d552b 100644
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
Vmod-binlog README
-Copyright (C) 2013-2014 Sergey Poznyakoff
+Copyright (C) 2013-2017 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -25,2 +25,4 @@ and searching in binary log files.
+The module was tested with Varnish versions 4.1, and 5.1.
+
* Installation
@@ -92,3 +94,3 @@ Send bug reports and suggestions to <gray@gnu.org>
-Copyright (C) 2013-2014 Sergey Poznyakoff
+Copyright (C) 2013-2017 Sergey Poznyakoff
diff --git a/acvmod b/acvmod
-Subproject ba32780019480b89cd9d796b93a76cae6afe99a
+Subproject 43ef3ce139aa5ddb9aa0437c356a86290536900
diff --git a/configure.ac b/configure.ac
index b0ce64a..b473238 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,3 +16,3 @@
AC_PREREQ(2.69)
-AC_INIT([vmod-binlog], 2.1, [gray@gnu.org])
+AC_INIT([vmod-binlog], 2.2, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
@@ -22,2 +22,3 @@ AM_CONFIG_HEADER(config.h)
+AC_SUBST([AC_VMOD_BASENAME],[binlog])
AC_CANONICAL_SYSTEM
@@ -53,3 +54,3 @@ AC_CHECK_HEADERS([sys/stdlib.h])
-AM_VARNISHAPI
+AM_VARNISHAPI([4.1])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ecaffca..ddb7dd7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -33,2 +33,3 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
+ echo 'm4_define([AT_VMOD_BASENAME], [@AC_VMOD_BASENAME@])'; \
} >$(srcdir)/package.m4
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 61d33f4..955d915 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -4,5 +4,5 @@
-PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH
+PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:@VARNISH_SBINDIR@:$PATH
VARNISHD=@VARNISHD@
-VARNISHTEST="@VARNISHTEST@ -Dvarnishd=$VARNISHD"
+VARNISHTEST=@VARNISHTEST@

Return to:

Send suggestions and report system problems to the System administrator.