Commit 92b3349c authored by Geoff Simmons's avatar Geoff Simmons

Final version compatible with Varnish 5.0.

parent aec3634b
......@@ -242,13 +242,19 @@ Description
Example
``set resp.http.X-re-version = re.version();``
REQUIREMENTS
============
The VMOD requires Varnish 5.0.0. See the project repository for
versions that are compatible with other versions of Varnish.
INSTALLATION
============
The installation process is standard for a Varnish 4 VMOD -- build the
VMOD on a system where an instance of Varnish 4 is installed, and the
auto-tools will attempt to locate the Varnish instance, and then pull
in libraries and other support files from there.
The VMOD is built on a system where an instance of Varnish is
installed, and the auto-tools will attempt to locate the Varnish
instance, and then pull in libraries and other support files from
there.
Quick start
-----------
......@@ -315,6 +321,8 @@ Version 0.6: bugfix backrefs for which no string is captured
Version 1.0: stable version compatible with Varnish 4.0, maintained on
branch 4.0, before beginning upgrades for 4.1
Version 1.1: compatible with Varnish 5.0
LIMITATIONS
===========
......
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [1.0])
AC_INIT([libvmod-re], [1.1])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_re.vcc)
......
......@@ -172,13 +172,19 @@ Description
Example
``set resp.http.X-re-version = re.version();``
REQUIREMENTS
============
The VMOD requires Varnish 5.0.0. See the project repository for
versions that are compatible with other versions of Varnish.
INSTALLATION
============
The installation process is standard for a Varnish 4 VMOD -- build the
VMOD on a system where an instance of Varnish 4 is installed, and the
auto-tools will attempt to locate the Varnish instance, and then pull
in libraries and other support files from there.
The VMOD is built on a system where an instance of Varnish is
installed, and the auto-tools will attempt to locate the Varnish
instance, and then pull in libraries and other support files from
there.
Quick start
-----------
......@@ -245,6 +251,8 @@ Version 0.6: bugfix backrefs for which no string is captured
Version 1.0: stable version compatible with Varnish 4.0, maintained on
branch 4.0, before beginning upgrades for 4.1
Version 1.1: compatible with Varnish 5.0
LIMITATIONS
===========
......
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