diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ | |||
1 | dnl | 1 | dnl |
2 | AC_INIT(mod_gnutls, 0.5.6) | 2 | AC_INIT(mod_gnutls, 0.5.7) |
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) |