diff options
author | Nikos Mavrogiannopoulos | 2010-07-01 02:55:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos | 2010-07-01 02:55:00 +0200 |
commit | 47e0ccc66d3ed9112140ae9ec75394d7fa4bf5e1 (patch) | |
tree | c60a343fef8075165726480881c6950eadc12a6a | |
parent | 21940db3bd285da64a050e54d12a7b2798e7c919 (diff) |
Released 0.5.7.0.5.7
-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) |