aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-09 11:36:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-09 11:37:46 +0300
commit01457d80e5982ed96d2c220609440616bb5b8a94 (patch)
treeb924fc0713a2ffd55b2dac9ef32a1d87de6e3700
parentda558c2d28e9c61b88687aefedf64320a8c09b24 (diff)
downloadvmod-dict-01457d80e5982ed96d2c220609440616bb5b8a94.tar.gz
vmod-dict-01457d80e5982ed96d2c220609440616bb5b8a94.tar.bz2
Version 1.4v1.4
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bc30866..7b99fc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-vmod_dict -- history of user-visible changes. 2020-03-27
+vmod_dict -- history of user-visible changes. 2020-04-09
See the end of file for copying conditions.
Please send vmod_dict bug reports to <gray@gnu.org>
-Version 1.3.90 (git)
+Version 1.4, 2020-04-09
* Drop support for Varnish versions prior to 6.0.0
diff --git a/configure.ac b/configure.ac
index 0dc3f0b..2384ba9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with vmod_dict. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-dict], [1.3.90], [gray@gnu.org])
+AC_INIT([vmod-dict], [1.4], [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_dict.vcc)
@@ -45,7 +45,7 @@ AC_HEADER_STDC
# Check for functions
-AM_VARNISHAPI([6.0.0],[6.3.2])
+AM_VARNISHAPI([6.0.0],[6.4.0])
AC_DEFINE_UNQUOTED([VARNISHAPI_MAJOR],[$VARNISHAPI_MAJOR],
[Varnish API major version number])

Return to:

Send suggestions and report system problems to the System administrator.