summaryrefslogtreecommitdiffstatsabout
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ec3622d..85fcb5b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.