Commit 00961233 authored by Geoff Simmons's avatar Geoff Simmons

Update REQUIREMENTS statement in the docs.

parent 2158dd62
......@@ -12,9 +12,9 @@
vmod_re2
========
---------------------------------------------------------------------
Varnish Module for access to the Google RE2 regular expression engine
---------------------------------------------------------------------
-----------------------------------------------------------------------
"Varnish Module for access to the Google RE2 regular expression engine"
-----------------------------------------------------------------------
:Manual section: 3
......@@ -1768,12 +1768,12 @@ Example::
REQUIREMENTS
============
The VMOD requires the Varnish since version 6.0, or the master
The VMOD requires the Varnish since version 6.1, or the master
branch. See the source repository for versions of the VMOD that are
compatible with other Varnish versions.
It requires the RE2 library, and has been tested against RE2 versions
since 2015-06-01 (through 2018-04-01 at the time of writing).
since 2015-06-01 (through 2018-12-01 at the time of writing).
If the VMOD is built against versions of RE2 since 2017-12-01, it uses
a version of the set match operation that reports out-of-memory
......
......@@ -1424,12 +1424,12 @@ Example::
REQUIREMENTS
============
The VMOD requires the Varnish since version 6.0, or the master
The VMOD requires the Varnish since version 6.1, or the master
branch. See the source repository for versions of the VMOD that are
compatible with other Varnish versions.
It requires the RE2 library, and has been tested against RE2 versions
since 2015-06-01 (through 2018-04-01 at the time of writing).
since 2015-06-01 (through 2018-12-01 at the time of writing).
If the VMOD is built against versions of RE2 since 2017-12-01, it uses
a version of the set match operation that reports out-of-memory
......
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