diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ | |||
2 | - Corrected behavior in Keep-Alive connections (do not | 2 | - Corrected behavior in Keep-Alive connections (do not |
3 | terminate the connection prematurely) | 3 | terminate the connection prematurely) |
4 | 4 | ||
5 | - The GnuTLSCache variable now can be given the specific | ||
6 | option "sdbm" instead of "dbm". "dbm" will use the default | ||
7 | dbm type of libapr while sdbm will force sdbm to be used. | ||
8 | |||
5 | ** Version 0.5.8 (2010-08-18) | 9 | ** Version 0.5.8 (2010-08-18) |
6 | - Session tickets are enabled by default. | 10 | - Session tickets are enabled by default. |
7 | 11 | ||