aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-27 12:10:00 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-27 12:10:00 +0200
commit564aba170b3238d8bce6deadb9b01370bf1bc15b (patch)
tree9dcd4ae5c914a0acd0c57bc89d2cff16c59b5766
parent090f79134c6c8ff6ef1ae09390f5e1f5df82bf7f (diff)
downloadvmod-variable-564aba170b3238d8bce6deadb9b01370bf1bc15b.tar.gz
vmod-variable-564aba170b3238d8bce6deadb9b01370bf1bc15b.tar.bz2
Drop support for Varnish versions prior to 6.0
-rw-r--r--NEWS7
-rw-r--r--README2
m---------acvmod0
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 275afd8..4728485 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
-vmod-variable -- history of user-visible changes. 2018-12-10
+vmod-variable -- history of user-visible changes. 2020-03-27
See the end of file for copying conditions.
Please send vmod-variable bug reports to <gray@gnu.org>
+
+Version 1.3.90 (git)
+
+* Drop support for Varnish versions prior to 6.0.0.
+
Version 1.3, 2018-12-10
diff --git a/README b/README
index 372fb2c..d0bce6f 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ the section "vmod_variable vs. vmod_var".
* Overview
This module provides enhanced variable support for VCL scripts.
-It compiles for Varnish versions from 4.1 to 6.0.2.
+It compiles for Varnish versions 6.0.0 - 6.3.2.
There are two kinds of variables: session-specific, which have the
lifespan of one HTTP session (connection) and cease to exist when
diff --git a/acvmod b/acvmod
-Subproject 5b214e3d72f9e261a37cf31deb41e7f8a61a181
+Subproject 99b8dd21c7d1a91021b0a63c0d846ac35c4b009

Return to:

Send suggestions and report system problems to the System administrator.