diff options
author | Nikos Mavrogiannopoulos | 2010-08-18 20:44:12 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos | 2010-08-18 20:44:12 +0200 |
commit | c223258e7c0c117059483a80e7ed102546a5b0ec (patch) | |
tree | e08e2b4e987d47aae7870b35db97892ab31d34a9 | |
parent | 69771b6784e7172f9f1ece47f55ef6dc90d3d2c5 (diff) |
Released 0.5.8.0.5.8
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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 @@ | |||
1 | dnl | 1 | dnl |
2 | AC_INIT(mod_gnutls, 0.5.7) | 2 | AC_INIT(mod_gnutls, 0.5.8) |
3 | OOO_CONFIG_NICE(config.nice) | 3 | OOO_CONFIG_NICE(config.nice) |
4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION | 4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION |
5 | AC_PREREQ(2.53) | 5 | AC_PREREQ(2.53) |