Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-re
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-re
Commits
67f43312
Commit
67f43312
authored
Mar 21, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document compatibility with Varnish 5.1.
parent
9204e61b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
9 deletions
+31
-9
README.rst
README.rst
+15
-4
configure.ac
configure.ac
+1
-1
vmod_re.vcc
src/vmod_re.vcc
+15
-4
No files found.
README.rst
View file @
67f43312
...
...
@@ -242,13 +242,20 @@ Description
Example
``set resp.http.X-re-version = re.version();``
REQUIREMENTS
============
The VMOD requires Varnish since version 5.1. 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 +322,10 @@ 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
Version 2.0: compatible with Varnish 5.1
LIMITATIONS
===========
...
...
configure.ac
View file @
67f43312
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [
1
.0])
AC_INIT([libvmod-re], [
2
.0])
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)
...
...
src/vmod_re.vcc
View file @
67f43312
...
...
@@ -172,13 +172,20 @@ Description
Example
``set resp.http.X-re-version = re.version();``
REQUIREMENTS
============
The VMOD requires Varnish since version 5.1. 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 +252,10 @@ 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
Version 2.0: compatible with Varnish 5.1
LIMITATIONS
===========
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment