aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-03-03 08:36:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-03-03 08:36:17 +0200
commit347da6028be9ae8ea1b5ac0a82ad7783780e6782 (patch)
tree890e1fd873761955821f07c78b68888505001b28
parent5b18b9c1e8d0e0ad14937669a931a1a358e65091 (diff)
downloadvmod-dict-347da6028be9ae8ea1b5ac0a82ad7783780e6782.tar.gz
vmod-dict-347da6028be9ae8ea1b5ac0a82ad7783780e6782.tar.bz2
Support for Varnish 6.3.1v1.3
-rw-r--r--NEWS9
-rw-r--r--configure.ac6
-rw-r--r--src/vmod_dict.c4
-rw-r--r--src/vmod_dict.vcc2
4 files changed, 13 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index dc2ba29..a28b8f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
1vmod_dict -- history of user-visible changes. 2018-12-10 1vmod_dict -- history of user-visible changes. 2020-03-03
2See the end of file for copying conditions. 2See the end of file for copying conditions.
@@ -5,2 +5,7 @@ Please send vmod_dict bug reports to <gray@gnu.org>
5 5
6Version 1.3, 2020-03-03
7
8* Support for Varnish 6.3.1
9
10
6Version 1.2, 2018-12-10 11Version 1.2, 2018-12-10
@@ -21,3 +26,3 @@ Copyright information:
21 26
22Copyright (C) 2017-2018 Sergey Poznyakoff 27Copyright (C) 2017-2020 Sergey Poznyakoff
23 28
diff --git a/configure.ac b/configure.ac
index 1054289..1dc3887 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
1# This file is part of vmod_dict. 1# This file is part of vmod_dict.
2# Copyright (C) 2017-2018 Sergey Poznyakoff 2# Copyright (C) 2017-2020 Sergey Poznyakoff
3# 3#
@@ -17,3 +17,3 @@
17AC_PREREQ(2.69) 17AC_PREREQ(2.69)
18AC_INIT([vmod-dict], [1.2], [gray@gnu.org]) 18AC_INIT([vmod-dict], [1.3], [gray@gnu.org])
19AC_CONFIG_AUX_DIR([build-aux]) 19AC_CONFIG_AUX_DIR([build-aux])
@@ -47,3 +47,3 @@ AC_HEADER_STDC
47 47
48AM_VARNISHAPI([4.1],[6.0.9]) 48AM_VARNISHAPI([4.1],[6.3.1])
49AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR], 49AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
diff --git a/src/vmod_dict.c b/src/vmod_dict.c
index f9114d1..81f35e2 100644
--- a/src/vmod_dict.c
+++ b/src/vmod_dict.c
@@ -1,3 +1,3 @@
1/* This file is part of vmod_dict. 1/* This file is part of vmod_dict.
2 Copyright (C) 2017-2018 Sergey Poznyakoff 2 Copyright (C) 2017-2020 Sergey Poznyakoff
3 3
@@ -376,3 +376,3 @@ fill_table(void)
376int 376int
377dict_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e) 377vmod_dict_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
378{ 378{
diff --git a/src/vmod_dict.vcc b/src/vmod_dict.vcc
index 5e80a02..c5599a0 100644
--- a/src/vmod_dict.vcc
+++ b/src/vmod_dict.vcc
@@ -1,2 +1,2 @@
1$Module dict 3 Dictionary look-up for Varnish Cache 1$Module dict 3 "Dictionary look-up for Varnish Cache"
2 2

Return to:

Send suggestions and report system problems to the System administrator.