aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-09 10:29:05 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-09 10:29:52 +0300
commit47242942b0b16f0bbd29ee5a70fa717086219807 (patch)
tree3792eab5ccbf09f7dbd396d8a5b57b09a864c530
parent564aba170b3238d8bce6deadb9b01370bf1bc15b (diff)
downloadvmod-variable-47242942b0b16f0bbd29ee5a70fa717086219807.tar.gz
vmod-variable-47242942b0b16f0bbd29ee5a70fa717086219807.tar.bz2
Version 1.4v1.4
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--configure.ac4
3 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 4728485..cf99bf9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-vmod-variable -- history of user-visible changes. 2020-03-27
+vmod-variable -- history of user-visible changes. 2020-04-09
See the end of file for copying conditions.
Please send vmod-variable bug reports to <gray@gnu.org>
-
-Version 1.3.90 (git)
+
+Version 1.4, 2020-04-09
* Drop support for Varnish versions prior to 6.0.0.
diff --git a/README b/README
index d0bce6f..3cdf65e 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 6.0.0 - 6.3.2.
+It compiles for Varnish versions 6.0.0 - 6.4.0.
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/configure.ac b/configure.ac
index 3a2fdb7..76f5ead 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-variable. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-variable], [1.3], [gray@gnu.org])
+AC_INIT([vmod-variable], [1.4], [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/variable.vcc)
@@ -50,7 +50,7 @@ AC_CHECK_FUNCS(sysinfo getloadavg)
AC_CHECK_LIB(pcre, pcre_compile,,
AC_MSG_ERROR([required library libpcre not found]))
-AM_VARNISHAPI([4.1],[6.3.2])
+AM_VARNISHAPI([6.0.0],[6.4.0])
AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
[Varnish API major version number])

Return to:

Send suggestions and report system problems to the System administrator.