diff options
author | Nikos Mavrogiannopoulos | 2010-09-23 09:27:03 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos | 2010-09-23 09:35:27 +0200 |
commit | 771ca63efe669f8b0a3ffaeba1f3be7e3688b35f (patch) | |
tree | 4f0694c0c060aa03f0e2c9ccfae965b74a463e71 /NEWS | |
parent | 0fce7c2dd90a0d5214be02a09bf694c7cd0289aa (diff) |
The GnuTLSCache variable now can be given the specific
option "sdbm" instead of "dbm". "dbm" will use the default
dbm type of libapr while sdbm will force sdbm to be used.
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 | ||