aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 18:33:37 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 18:33:37 +0300
commiteae3e0f9bd23456e7b0ce66c258eff9f792f13e2 (patch)
tree5bed6a8aa34b2994390f85fa11a46a7c158bc1ed
parent25db25c6955f74e6f8a5672e5c3dbb3af28b0c7d (diff)
downloadvmod-sql-eae3e0f9bd23456e7b0ce66c258eff9f792f13e2.tar.gz
vmod-sql-eae3e0f9bd23456e7b0ce66c258eff9f792f13e2.tar.bz2
Version 1.1release-1.1
-rw-r--r--NEWS2
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1301b03..1a4d90e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ See the end of file for copying conditions.
5Please send vmod-sql bug reports to <gray@gnu.org> 5Please send vmod-sql bug reports to <gray@gnu.org>
6 6
7 7
8Version 1.0.91 (git) 8Version 1.1, 2017-08-06
9 9
10* Support for Varnish 4.1 10* Support for Varnish 4.1
11 11
diff --git a/README b/README
index 3f96b03..57270da 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1Vmod-sql README 1Vmod-sql README
2Copyright (C) 2013-2014 Sergey Poznyakoff 2Copyright (C) 2013-2017 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5* Introduction 5* Introduction
@@ -62,7 +62,7 @@ Send bug reports and suggestions to <gray@gnu.org>
62 62
63* Copyright information: 63* Copyright information:
64 64
65Copyright (C) 2013 Sergey Poznyakoff 65Copyright (C) 2013-2017 Sergey Poznyakoff
66 66
67 Permission is granted to anyone to make or distribute verbatim copies 67 Permission is granted to anyone to make or distribute verbatim copies
68 of this document as received, in any medium, provided that the 68 of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 8e4529f..df3e17c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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-sql. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-sql. If not, see <http://www.gnu.org/licenses/>.
16AC_PREREQ(2.69) 16AC_PREREQ(2.69)
17AC_INIT([vmod-sql], 1.0.91, [gray@gnu.org]) 17AC_INIT([vmod-sql], 1.1, [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-sql.c) 20AC_CONFIG_SRCDIR(src/vmod-sql.c)

Return to:

Send suggestions and report system problems to the System administrator.