summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3bde2cd..7053a95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
1** Version 0.5.8 (unreleased) 1** Version 0.5.8 (2010-08-18)
2- Session tickets are enabled by default. 2- Session tickets are enabled by default.
3 3
4- Fixes some segmentation faults noticed in some
5 configurations.
6
4** Version 0.5.7 (2010-07-01) 7** Version 0.5.7 (2010-07-01)
5- Force usage of SDBM. For some reason the default in 8- Force usage of SDBM. For some reason the default in
6 my system had issues after reaching a limit of entries. 9 my system had issues after reaching a limit of entries.
diff --git a/configure.ac b/configure.ac
index d840754..90f4ab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl 1dnl
2AC_INIT(mod_gnutls, 0.5.7) 2AC_INIT(mod_gnutls, 0.5.8)
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)