summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-01 00:55:00 (GMT)
committer Nikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-01 00:55:00 (GMT)
commit47e0ccc66d3ed9112140ae9ec75394d7fa4bf5e1 (patch)
treec60a343fef8075165726480881c6950eadc12a6a
parent21940db3bd285da64a050e54d12a7b2798e7c919 (diff)
Released 0.5.7.0.5.7
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 88f4496..d7bb44f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1** Version 0.5.7 1** Version 0.5.7 (2010-07-01)
2- Force usage of SDBM. For some reason the default in 2- Force usage of SDBM. For some reason the default in
3 my system had issues after reaching a limit of entries. 3 my system had issues after reaching a limit of entries.
4 SDBM seems stable so force it. 4 SDBM seems stable so force it.
diff --git a/configure.ac b/configure.ac
index 497f73a..d840754 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl 1dnl
2AC_INIT(mod_gnutls, 0.5.6) 2AC_INIT(mod_gnutls, 0.5.7)
3OOO_CONFIG_NICE(config.nice) 3OOO_CONFIG_NICE(config.nice)
4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION 4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
5AC_PREREQ(2.53) 5AC_PREREQ(2.53)