Commit 35dc46fc authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.0 and document Varnish compatibility

parent 9d6bd1f9
Pipeline #155 skipped
...@@ -480,9 +480,9 @@ Example:: ...@@ -480,9 +480,9 @@ Example::
REQUIREMENTS REQUIREMENTS
============ ============
This version of the VMOD requires Varnish version 5.0.0. See branch This version of the VMOD requires Varnish version 5.0.0. 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.0])
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)
......
...@@ -412,9 +412,9 @@ Example:: ...@@ -412,9 +412,9 @@ Example::
REQUIREMENTS REQUIREMENTS
============ ============
This version of the VMOD requires Varnish version 5.0.0. See branch This version of the VMOD requires Varnish version 5.0.0. 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