aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-09 11:06:23 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-09 11:08:48 +0300
commit2efd16f0b12131aa09649d14470a5cfd17bea38f (patch)
tree3aa184d76bba6ecaebf4ad0f7075ce35129fbc82
parentf30cd1b791be57e16161fa6455e1ec85e464ebba (diff)
downloadvmod-binlog-2efd16f0b12131aa09649d14470a5cfd17bea38f.tar.gz
vmod-binlog-2efd16f0b12131aa09649d14470a5cfd17bea38f.tar.bz2
Version 2.6v2.6
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--configure.ac4
-rw-r--r--doc/vmod-binlog.38
4 files changed, 10 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 96a0c6c..b6bc902 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
1Vmod-binlog NEWS -- history of user-visible changes. 2020-03-26 1Vmod-binlog NEWS -- history of user-visible changes. 2020-04-09
2See the end of file for copying conditions. 2See the end of file for copying conditions.
@@ -5,3 +5,3 @@ Please send Vmod-binlog bug reports to <gray@gnu.org>
5 5
6Version 2.5.90 (git) 6Version 2.6, 2020-04-09
7 7
@@ -51,3 +51,3 @@ Initial release.
51 51
52Copyright (C) 2013-2018 Sergey Poznyakoff 52Copyright (C) 2013-2020 Sergey Poznyakoff
53 53
diff --git a/README b/README
index 21da492..1e00c9f 100644
--- a/README
+++ b/README
@@ -24,3 +24,3 @@ and searching in binary log files.
24 24
25The module was tested with Varnish versions 6.0.2 through 6.3.2. 25The module was tested with Varnish versions 6.0.2 through 6.4.0.
26 26
diff --git a/configure.ac b/configure.ac
index 6f28517..59509de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,3 +16,3 @@
16AC_PREREQ(2.69) 16AC_PREREQ(2.69)
17AC_INIT([vmod-binlog], 2.5.90, [gray@gnu.org]) 17AC_INIT([vmod-binlog], 2.6, [gray@gnu.org])
18AC_CONFIG_AUX_DIR([build-aux]) 18AC_CONFIG_AUX_DIR([build-aux])
@@ -54,3 +54,3 @@ AC_CHECK_HEADERS([sys/stdlib.h])
54 54
55AM_VARNISHAPI([6.0],[6.3.2]) 55AM_VARNISHAPI([6.0],[6.4.0])
56AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR], 56AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
diff --git a/doc/vmod-binlog.3 b/doc/vmod-binlog.3
index cd74f59..a6c5d00 100644
--- a/doc/vmod-binlog.3
+++ b/doc/vmod-binlog.3
@@ -1,3 +1,3 @@
1.\" This file is part of Vmod-binlog -*- nroff -*- 1.\" This file is part of Vmod-binlog -*- nroff -*-
2.\" Copyright (C) 2013-2018 Sergey Poznyakoff 2.\" Copyright (C) 2013-2020 Sergey Poznyakoff
3.\" 3.\"
@@ -15,3 +15,3 @@
15.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>. 15.\" along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
16.TH VMOD-BINLOG 3 "December 10, 2018" "VMOD-BINLOG" "User Reference" 16.TH VMOD-BINLOG 3 "April 9, 2020" "VMOD-BINLOG" "User Reference"
17.SH NAME 17.SH NAME
@@ -259,3 +259,3 @@ the repeat count.
259. ds package vmod-binlog 259. ds package vmod-binlog
260. ds version 2.3 260. ds version 2.6
261. so download.inc 261. so download.inc
@@ -272,3 +272,3 @@ Report bugs to <gray@gnu.org>.
272.SH COPYRIGHT 272.SH COPYRIGHT
273Copyright \(co 2013-2014 Sergey Poznyakoff 273Copyright \(co 2013-2020 Sergey Poznyakoff
274.br 274.br

Return to:

Send suggestions and report system problems to the System administrator.