Commit 6d04ea32 authored by Geoff Simmons's avatar Geoff Simmons

Set version v2.5 and package for Varnish 6.0.0.

parent 79324c59
......@@ -293,9 +293,8 @@ Example
REQUIREMENTS
============
The VMOD requires the Varnish since version 6.0.0 or the master
branch. See the project repository for versions that are compatible
with other versions of Varnish.
The VMOD requires Varnish version 6.0.0. See the project repository
for versions that are compatible with other versions of Varnish.
INSTALLATION
============
......
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [trunk])
AC_INIT([libvmod-re], [v2.5])
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)
......
......@@ -71,3 +71,9 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Mon Apr 02 2018 Geoff Simmons <geoff@uplex.de> - 2.5
- ABI compatibility with VRT 7.0, require Varnish 6.0.0.
- pcre limit parameters are now set in the VMOD (not inherited from Varnish).
* Mon Dec 11 2017 Geoff Simmons <geoff@uplex.de> - 2.4
- Enforce ABI compatibility with VRT 6.0.
......@@ -224,9 +224,8 @@ Example
REQUIREMENTS
============
The VMOD requires the Varnish since version 6.0.0 or the master
branch. See the project repository for versions that are compatible
with other versions of Varnish.
The VMOD requires Varnish version 6.0.0. See the project repository
for versions that are compatible with other versions of Varnish.
INSTALLATION
============
......
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