aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-08-21 22:47:49 +0200
committerSergey Poznyakoff <gray@gnu.org>2022-08-21 22:47:49 +0200
commit75e6be9502bc56d5379a165448e84a00e5b868f2 (patch)
treec2e1f2cb0150c3609795307a1f5190c0a3515b78
parent769c77fef69b2b29bff7b2b36e3acbd438e143de (diff)
downloadvmod-sql-master.tar.gz
vmod-sql-master.tar.bz2
Version 1.5: support for Varnish 7.1HEADv1.5master
-rw-r--r--NEWS5
m---------acvmod0
-rw-r--r--configure.ac6
-rw-r--r--doc/vmod-sql.38
4 files changed, 10 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index a8dba12..6743da1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,14 @@
-vmod-sql -- history of user-visible changes. 2020-03-27
+vmod-sql -- history of user-visible changes. 2022-08-21
See the end of file for copying conditions.
Please send vmod-sql bug reports to <gray@gnu.org>
-Version 1.4.90
+Version 1.5, 2022-08-21
+* Support for Varnish 7.1
* Drop support for Varnish versions prior to 6.0.0.
Version 1.4, 2020-03-03
* Support for Varnish 6.3.1
diff --git a/acvmod b/acvmod
-Subproject 99b8dd21c7d1a91021b0a63c0d846ac35c4b009
+Subproject 0516e2461e8f2e3b33a7fffa13705cdb1de77c5
diff --git a/configure.ac b/configure.ac
index eecc831..a9f5951 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of vmod-sql -*- autoconf -*-
-# Copyright (C) 2013-2020 Sergey Poznyakoff
+# Copyright (C) 2013-2022 Sergey Poznyakoff
#
# Vmod-sql is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -11,13 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with vmod-sql. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-sql], 1.4.90, [gray@gnu.org])
+AC_INIT([vmod-sql], 1.5, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod-sql.c)
AM_CONFIG_HEADER(config.h)
AC_SUBST([AC_VMOD_BASENAME],[sql])
@@ -40,13 +40,13 @@ AC_PROG_LIBTOOL
AC_PROG_MAKE_SET
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/stdlib.h])
-AM_VARNISHAPI([6.0.2],[6.3.2])
+AM_VARNISHAPI([6.0.2],[7.1.0])
AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
[Varnish API major version number])
###########
# Check for SQL support
build_mysql=probe
diff --git a/doc/vmod-sql.3 b/doc/vmod-sql.3
index ad46771..b3d3d9e 100644
--- a/doc/vmod-sql.3
+++ b/doc/vmod-sql.3
@@ -1,8 +1,8 @@
.\" This file is part of Vmod-sql -*- nroff -*-
-.\" Copyright (C) 2013-2018 Sergey Poznyakoff
+.\" Copyright (C) 2013-2022 Sergey Poznyakoff
.\"
.\" Vmod-sql is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 3, or (at your option)
.\" any later version.
.\"
@@ -10,13 +10,13 @@
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with vmod-sql. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-SQL 3 "December 10, 2018" "VMOD-SQL" "User Reference"
+.TH VMOD-SQL 3 "August 21, 2022" "VMOD-SQL" "User Reference"
.SH NAME
vmod-sql \- SQL access for Varnish Cache
.SH SYNOPSIS
.B import sql;
.PP
.BI "INT sql.connect(STRING " dbtype ", STRING " params ");"
@@ -204,13 +204,13 @@ vcl_recv {
.EE
.\" The MANCGI variable is set by man.cgi script on Ulysses.
.\" The download.inc file contains the default DOWNLOAD section
.\" for man-based doc pages.
.if "\V[MANCGI]"WEBDOC" \{\
. ds package vmod-sql
-. ds version 1.3
+. ds version 1.5
. so download.inc
\}
.SH "SEE ALSO"
.BR vmod-dbrw (3),
.BR vcl (7),
.BR varnishd (1).
@@ -250,13 +250,13 @@ package, e.g.:
.PP
.SH AUTHORS
Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013-2018 Sergey Poznyakoff
+Copyright \(co 2013-2022 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
.ad
This is free software: you are free to change and redistribute it.

Return to:

Send suggestions and report system problems to the System administrator.