diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ | |||
3 | terminate the connection prematurely) | 3 | terminate the connection prematurely) |
4 | 4 | ||
5 | - The GnuTLSCache variable now can be given the specific | 5 | - The GnuTLSCache variable now can be given the specific |
6 | option "sdbm" instead of "dbm". "dbm" will use the default | 6 | option "gdbm" instead of "dbm". "dbm" will use the berkeley |
7 | dbm type of libapr while sdbm will force sdbm to be used. | 7 | db type of libapr while gdbm will force gdbm to be used. |
8 | sdbm is no longer being used due to serious limitations. | ||
8 | 9 | ||
9 | ** Version 0.5.8 (2010-08-18) | 10 | ** Version 0.5.8 (2010-08-18) |
10 | - Session tickets are enabled by default. | 11 | - Session tickets are enabled by default. |