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 @@
1vmod-variable -- history of user-visible changes. 2020-03-27 1vmod-variable -- history of user-visible changes. 2020-04-09
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send vmod-variable bug reports to <gray@gnu.org> 4Please send vmod-variable bug reports to <gray@gnu.org>
5 5
6Version 1.3.90 (git) 6Version 1.4, 2020-04-09
7 7
8* Drop support for Varnish versions prior to 6.0.0. 8* Drop support for Varnish versions prior to 6.0.0.
9 9
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".
15* Overview 15* Overview
16 16
17This module provides enhanced variable support for VCL scripts. 17This module provides enhanced variable support for VCL scripts.
18It compiles for Varnish versions 6.0.0 - 6.3.2. 18It compiles for Varnish versions 6.0.0 - 6.4.0.
19 19
20There are two kinds of variables: session-specific, which have the 20There are two kinds of variables: session-specific, which have the
21lifespan of one HTTP session (connection) and cease to exist when 21lifespan 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 @@
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with vmod-variable. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-variable. If not, see <http://www.gnu.org/licenses/>.
16AC_PREREQ(2.69) 16AC_PREREQ(2.69)
17AC_INIT([vmod-variable], [1.3], [gray@gnu.org]) 17AC_INIT([vmod-variable], [1.4], [gray@gnu.org])
18AC_CONFIG_AUX_DIR([build-aux]) 18AC_CONFIG_AUX_DIR([build-aux])
19AC_CONFIG_MACRO_DIR([m4]) 19AC_CONFIG_MACRO_DIR([m4])
20AC_CONFIG_SRCDIR(src/variable.vcc) 20AC_CONFIG_SRCDIR(src/variable.vcc)
@@ -50,7 +50,7 @@ AC_CHECK_FUNCS(sysinfo getloadavg)
50AC_CHECK_LIB(pcre, pcre_compile,, 50AC_CHECK_LIB(pcre, pcre_compile,,
51 AC_MSG_ERROR([required library libpcre not found])) 51 AC_MSG_ERROR([required library libpcre not found]))
52 52
53AM_VARNISHAPI([4.1],[6.3.2]) 53AM_VARNISHAPI([6.0.0],[6.4.0])
54AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR], 54AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
55 [Varnish API major version number]) 55 [Varnish API major version number])
56 56

Return to:

Send suggestions and report system problems to the System administrator.