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

Final version compatible with Varnish 5.0.

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