aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-08-21 22:36:34 +0200
committerSergey Poznyakoff <gray@gnu.org>2022-08-21 22:36:34 +0200
commit93296d7c61672d5b4c933767dc3ebb3c4b54fc33 (patch)
tree72f38788645333981eed3ea2882173e8f9031b6e
parent24e237d36ab701feddf31b9e84751a91158ed5c3 (diff)
downloadvmod-variable-master.tar.gz
vmod-variable-master.tar.bz2
Version 1.5: support for Varnish 7.1HEADv1.5master
-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,8 +1,13 @@
-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.
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
* Drop support for Varnish versions prior to 6.0.0.
diff --git a/configure.ac b/configure.ac
index 8db29c6..f573452 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.4.90], [gray@gnu.org])
+AC_INIT([vmod-variable], [1.5], [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/variable.vcc)
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,5 +1,5 @@
.\" This file is part of Vmod-variable -*- nroff -*-
-.\" Copyright (C) 2015-2018 Sergey Poznyakoff
+.\" Copyright (C) 2015-2022 Sergey Poznyakoff
.\"
.\" Vmod-variable is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
@@ -13,7 +13,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/>.
-.TH VMOD-VARIABLE 3 "December 10, 2018" "VMOD-VARIABLE" "User Reference"
+.TH VMOD-VARIABLE 3 "August 21, 2022" "VMOD-VARIABLE" "User Reference"
.SH NAME
vmod-variable \- variable support for Varnish Cache
.SH SYNOPSIS
@@ -221,7 +221,7 @@ if (req.request == "GET") {
.\" for man-based doc pages.
.if "\V[MANCGI]"WEBDOC" \{\
. ds package vmod-variable
-. ds version 1.3
+. ds version 1.5
. so download.inc
\}
.SH "SEE ALSO"
@@ -232,7 +232,7 @@ Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2015-2018 Sergey Poznyakoff
+Copyright \(co 2015-2022 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Return to:

Send suggestions and report system problems to the System administrator.