aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-15 11:37:34 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-15 11:49:07 +0200
commitef9772ebab0c3aeaf6ad9a8f843fa458d0c8397c (patch)
tree5e876a7cb5c76e9d8ec40199ce081a85d25341f1
parente89b25b8dd2d494038971cff9de141449616eac3 (diff)
downloadvmod-basicauth-ef9772ebab0c3aeaf6ad9a8f843fa458d0c8397c.tar.gz
vmod-basicauth-ef9772ebab0c3aeaf6ad9a8f843fa458d0c8397c.tar.bz2
Version 1.9. Fix section number in the man filerelease-1.8
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
-rw-r--r--src/vmod-basicauth.34
3 files changed, 10 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b78a16d..556b1b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
-Vmod-basicauth NEWS -- history of user-visible changes. 2018-12-10
+Vmod-basicauth NEWS -- history of user-visible changes. 2019-02-15
See the end of file for copying conditions.
Please send Vmod-basicauth bug reports to <gray@gnu.org>
+Version 1.8, 2019-02-15
+
+* Minor change
+
+
Version 1.7, 2018-12-10
* Support for Varnish 6.0.2
Version 1.6, 2017-10-26
diff --git a/configure.ac b/configure.ac
index a85214e..4408c6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of vmod-basicauth -*- autoconf -*-
-# Copyright (C) 2013-2017 Sergey Poznyakoff
+# Copyright (C) 2013-2019 Sergey Poznyakoff
#
# Vmod-basicauth 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-basicauth. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-basicauth], 1.7, [gray@gnu.org])
+AC_INIT([vmod-basicauth], 1.8, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_basicauth.vcc)
AM_CONFIG_HEADER(config.h)
AC_SUBST([AC_VMOD_BASENAME],[basicauth])
AC_CANONICAL_SYSTEM
diff --git a/src/vmod-basicauth.3 b/src/vmod-basicauth.3
index d0ec1cd..032c08f 100644
--- a/src/vmod-basicauth.3
+++ b/src/vmod-basicauth.3
@@ -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-basicauth. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-BASICAUTH 1 "December 10, 2018" "VMOD-BASICAUTH" "User Reference"
+.TH VMOD-BASICAUTH 3 "February 15, 2019" "VMOD-BASICAUTH" "User Reference"
.SH NAME
vmod-basicauth \- Basic HTTP authentication
.SH SYNOPSIS
.B import basicauth;
.BI "BOOL basicauth.match(STRING " passfile ", STRING " authstr );
@@ -59,13 +59,13 @@ sub vcl_synth {
.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-basicauth
-. ds version 1.7
+. ds version 1.8
. so download.inc
\}
.SH "SEE ALSO"
.BR vcl (7),
.BR varnishd (1).
.SH AUTHORS

Return to:

Send suggestions and report system problems to the System administrator.