aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-03-03 08:55:40 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-03-03 08:57:29 +0200
commitbe960ccd030ba4091338604e7d6b1b120ab2da7c (patch)
tree513f353154c97c095c0d1659ed3c31acf185c84c
parent45f329477f5bc8b2259cf11b489095ac94b0a813 (diff)
downloadvmod-dbrw-be960ccd030ba4091338604e7d6b1b120ab2da7c.tar.gz
vmod-dbrw-be960ccd030ba4091338604e7d6b1b120ab2da7c.tar.bz2
Support for Varnish 6.3.1v2.6
-rw-r--r--NEWS7
-rw-r--r--configure.ac6
-rw-r--r--doc/vmod-dbrw.36
-rw-r--r--doc/vmod-dbrw.texi2
-rw-r--r--src/vmod_dbrw.c4
-rw-r--r--src/vmod_dbrw.vcc4
6 files changed, 17 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 06d58b3..d7d5f09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
1vmod-dbrw -- history of user-visible changes. 2019-02-15 1vmod-dbrw -- history of user-visible changes. 2020-03-03
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send vmod-dbrw bug reports to <gray@gnu.org> 4Please send vmod-dbrw bug reports to <gray@gnu.org>
5 5
6Version 2.6, 2020-03-03
7
8* Builds with Varnish 6.3.1
9
10
6Version 2.5, 2019-02-15 11Version 2.5, 2019-02-15
7 12
8* req.http.X-VMOD-DBRW-Error 13* req.http.X-VMOD-DBRW-Error
diff --git a/configure.ac b/configure.ac
index b226b87..b9b0845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of vmod-dbrw -*- autoconf -*- 1# This file is part of vmod-dbrw -*- autoconf -*-
2# Copyright (C) 2013-2019 Sergey Poznyakoff 2# Copyright (C) 2013-2020 Sergey Poznyakoff
3# 3#
4# Vmod-dbrw is free software; you can redistribute it and/or modify 4# Vmod-dbrw is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -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-dbrw. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
16AC_PREREQ(2.69) 16AC_PREREQ(2.69)
17AC_INIT([vmod-dbrw], 2.5, [gray@gnu.org]) 17AC_INIT([vmod-dbrw], 2.6, [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/vmod_dbrw.vcc) 20AC_CONFIG_SRCDIR(src/vmod_dbrw.vcc)
@@ -43,7 +43,7 @@ AC_PROG_MAKE_SET
43AC_HEADER_STDC 43AC_HEADER_STDC
44AC_CHECK_HEADERS([sys/stdlib.h]) 44AC_CHECK_HEADERS([sys/stdlib.h])
45 45
46AM_VARNISHAPI([4.1],[6.0.2]) 46AM_VARNISHAPI([4.1],[6.3.1])
47AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR], 47AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
48 [Varnish API major version number]) 48 [Varnish API major version number])
49 49
diff --git a/doc/vmod-dbrw.3 b/doc/vmod-dbrw.3
index 67aad5f..074565a 100644
--- a/doc/vmod-dbrw.3
+++ b/doc/vmod-dbrw.3
@@ -1,5 +1,5 @@
1.\" This file is part of Vmod-dbrw -*- nroff -*- 1.\" This file is part of Vmod-dbrw -*- nroff -*-
2.\" Copyright (C) 2013-2018 Sergey Poznyakoff 2.\" Copyright (C) 2013-2020 Sergey Poznyakoff
3.\" 3.\"
4.\" Vmod-dbrw is free software; you can redistribute it and/or modify 4.\" Vmod-dbrw is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
13.\" 13.\"
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-dbrw. If not, see <http://www.gnu.org/licenses/>. 15.\" along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
16.TH VMOD-DBRW 3 "February 13, 2019" "VMOD-DBRW" "User Reference" 16.TH VMOD-DBRW 3 "March 3, 2020" "VMOD-DBRW" "User Reference"
17.SH NAME 17.SH NAME
18vmod-dbrw \- Database-driven rewrite rules for Varnish Cache 18vmod-dbrw \- Database-driven rewrite rules for Varnish Cache
19.SH SYNOPSIS 19.SH SYNOPSIS
@@ -318,7 +318,7 @@ sub vcl_synth {
318.\" for man-based doc pages. 318.\" for man-based doc pages.
319.if "\V[MANCGI]"WEBDOC" \{\ 319.if "\V[MANCGI]"WEBDOC" \{\
320. ds package vmod-dbrw 320. ds package vmod-dbrw
321. ds version 2.5 321. ds version 2.6
322. so download.inc 322. so download.inc
323\} 323\}
324.SH "SEE ALSO" 324.SH "SEE ALSO"
diff --git a/doc/vmod-dbrw.texi b/doc/vmod-dbrw.texi
index 6a987ed..200ca0d 100644
--- a/doc/vmod-dbrw.texi
+++ b/doc/vmod-dbrw.texi
@@ -30,7 +30,7 @@ Published by the Free Software Foundation,
3051 Franklin Street, Fifth Floor, 3051 Franklin Street, Fifth Floor,
31Boston, MA 02110-1301 USA 31Boston, MA 02110-1301 USA
32 32
33Copyright @copyright{} 2013-2018 Sergey Poznyakoff 33Copyright @copyright{} 2013-2020 Sergey Poznyakoff
34 34
35Permission is granted to copy, distribute and/or modify this document 35Permission is granted to copy, distribute and/or modify this document
36under the terms of the GNU Free Documentation License, Version 1.3 or 36under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/src/vmod_dbrw.c b/src/vmod_dbrw.c
index beeb9af..4f48113 100644
--- a/src/vmod_dbrw.c
+++ b/src/vmod_dbrw.c
@@ -1,5 +1,5 @@
1/* This file is part of vmod-dbrw 1/* This file is part of vmod-dbrw
2 Copyright (C) 2013-2019 Sergey Poznyakoff 2 Copyright (C) 2013-2020 Sergey Poznyakoff
3 3
4 Vmod-dbrw is free software; you can redistribute it and/or modify 4 Vmod-dbrw is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -121,7 +121,7 @@ disconnect(void)
121} 121}
122 122
123int 123int
124dbrw_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e) 124vmod_dbrw_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
125{ 125{
126 switch (e) { 126 switch (e) {
127 case VCL_EVENT_LOAD: 127 case VCL_EVENT_LOAD:
diff --git a/src/vmod_dbrw.vcc b/src/vmod_dbrw.vcc
index 9a15af1..479ca66 100644
--- a/src/vmod_dbrw.vcc
+++ b/src/vmod_dbrw.vcc
@@ -1,5 +1,5 @@
1# This file is part of vmod-dbrw 1# This file is part of vmod-dbrw
2# Copyright (C) 2013-2016 Sergey Poznyakoff 2# Copyright (C) 2013-2020 Sergey Poznyakoff
3# 3#
4# Vmod-dbrw is free software; you can redistribute it and/or modify 4# Vmod-dbrw is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -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-dbrw. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
16 16
17$Module dbrw 3 Database-driven rewrite rules for Varnish Cache 17$Module dbrw 3 "Database-driven rewrite rules for Varnish Cache"
18 18
19COLOPHON 19COLOPHON
20======== 20========

Return to:

Send suggestions and report system problems to the System administrator.