Commit 70b0cabb authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.1 and document Varnish compatibility

parent a943e8b8
Pipeline #154 skipped
...@@ -518,9 +518,9 @@ Example:: ...@@ -518,9 +518,9 @@ Example::
REQUIREMENTS REQUIREMENTS
============ ============
This version of the VMOD requires Varnish version 5.0.0. See branch This version of the VMOD requires Varnish since version 5.1. See the
4.1 in the source repository for versions that are compatible with source repository for versions that are compatible with other versions
Varnish 4.1. of Varnish.
The gcc compiler and Perl 5 are required for the build. For the The gcc compiler and Perl 5 are required for the build. For the
self-tests invoked by ``make check``, the VMODs ``blobcode`` and self-tests invoked by ``make check``, the VMODs ``blobcode`` and
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2016 UPLEX - Nils Goroll Systemoptimierung]) AC_COPYRIGHT([Copyright (c) 2016 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-blobdigest], [0.2]) AC_INIT([libvmod-blobdigest], [1.1])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst])) m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_blobdigest.vcc) AC_CONFIG_SRCDIR(src/vmod_blobdigest.vcc)
......
...@@ -444,9 +444,9 @@ Example:: ...@@ -444,9 +444,9 @@ Example::
REQUIREMENTS REQUIREMENTS
============ ============
This version of the VMOD requires Varnish version 5.0.0. See branch This version of the VMOD requires Varnish since version 5.1. See the
4.1 in the source repository for versions that are compatible with source repository for versions that are compatible with other versions
Varnish 4.1. of Varnish.
The gcc compiler and Perl 5 are required for the build. For the The gcc compiler and Perl 5 are required for the build. For the
self-tests invoked by ``make check``, the VMODs ``blobcode`` and self-tests invoked by ``make check``, the VMODs ``blobcode`` and
......
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