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 ...@@ -293,9 +293,8 @@ Example
REQUIREMENTS REQUIREMENTS
============ ============
The VMOD requires the Varnish since version 6.0.0 or the master The VMOD requires Varnish version 6.0.0. See the project repository
branch. See the project repository for versions that are compatible for versions that are compatible with other versions of Varnish.
with other versions of Varnish.
INSTALLATION INSTALLATION
============ ============
......
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], [trunk]) AC_INIT([libvmod-re], [v2.5])
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)
......
...@@ -71,3 +71,9 @@ rm -rf %{buildroot} ...@@ -71,3 +71,9 @@ rm -rf %{buildroot}
/sbin/ldconfig /sbin/ldconfig
%changelog %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 ...@@ -224,9 +224,8 @@ Example
REQUIREMENTS REQUIREMENTS
============ ============
The VMOD requires the Varnish since version 6.0.0 or the master The VMOD requires Varnish version 6.0.0. See the project repository
branch. See the project repository for versions that are compatible for versions that are compatible with other versions of Varnish.
with other versions of Varnish.
INSTALLATION 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