Commit 248d7623 authored by Geoff Simmons's avatar Geoff Simmons

Enforce and document compatibility with Varnish versions 4.1.4 through 4.1.6.

parent 20ba9f51
Pipeline #253 skipped
......@@ -315,7 +315,9 @@ deleted. There is no error message.
REQUIREMENTS
============
This VMOD requires Varnish 4.1.4 or later.
This VMOD requires Varnish versions 4.1.4 through 4.1.6. See the
source repository for VMOD versions that are compatible with other
versions of Varnish.
INSTALLATION
============
......
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([VMOD backend_dyn], [trunk], [varnish-support@uplex.de],
AC_INIT([VMOD backend_dyn], [0.3], [varnish-support@uplex.de],
[libvmod-backend_dyn],
[https://code.uplex.de/uplex-varnish/libvmod-gcrypt])
AC_CONFIG_MACRO_DIR([m4])
......@@ -59,7 +59,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl
])# PKG_CHECK_VAR
])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi >= 4.1.4])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi >= 4.1.4 varnishapi <= 4.1.6])
PKG_CHECK_VAR([LIBVARNISHAPI_PREFIX], [varnishapi], [prefix])
PKG_CHECK_VAR([LIBVARNISHAPI_DATAROOTDIR], [varnishapi], [datarootdir])
PKG_CHECK_VAR([LIBVARNISHAPI_BINDIR], [varnishapi], [bindir])
......
......@@ -272,7 +272,9 @@ deleted. There is no error message.
REQUIREMENTS
============
This VMOD requires Varnish 4.1.4 or later.
This VMOD requires Varnish versions 4.1.4 through 4.1.6. See the
source repository for VMOD versions that are compatible with other
versions of Varnish.
INSTALLATION
============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment