aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--src/vmod-variable.38
3 files changed, 11 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index cf99bf9..7bec66d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-vmod-variable -- history of user-visible changes. 2020-04-09
+vmod-variable -- history of user-visible changes. 2022-08-21
See the end of file for copying conditions.
@@ -5,2 +5,7 @@ Please send vmod-variable bug reports to <gray@gnu.org>
+Version 1.5, 2022-08-21
+
+* Support for Varnish 7.1
+
+
Version 1.4, 2020-04-09
diff --git a/configure.ac b/configure.ac
index 8db29c6..f573452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,3 +16,3 @@
AC_PREREQ(2.69)
-AC_INIT([vmod-variable], [1.4.90], [gray@gnu.org])
+AC_INIT([vmod-variable], [1.5], [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/src/vmod-variable.3 b/src/vmod-variable.3
index b74e069..8e7d8df 100644
--- a/src/vmod-variable.3
+++ b/src/vmod-variable.3
@@ -1,3 +1,3 @@
.\" This file is part of Vmod-variable -*- nroff -*-
-.\" Copyright (C) 2015-2018 Sergey Poznyakoff
+.\" Copyright (C) 2015-2022 Sergey Poznyakoff
.\"
@@ -15,3 +15,3 @@
.\" along with vmod-variable. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-VARIABLE 3 "December 10, 2018" "VMOD-VARIABLE" "User Reference"
+.TH VMOD-VARIABLE 3 "August 21, 2022" "VMOD-VARIABLE" "User Reference"
.SH NAME
@@ -223,3 +223,3 @@ if (req.request == "GET") {
. ds package vmod-variable
-. ds version 1.3
+. ds version 1.5
. so download.inc
@@ -234,3 +234,3 @@ Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2015-2018 Sergey Poznyakoff
+Copyright \(co 2015-2022 Sergey Poznyakoff
.br

Return to:

Send suggestions and report system problems to the System administrator.