summaryrefslogtreecommitdiffstatsabout
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-01 00:47:51 (GMT)
committer Nikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-01 00:47:51 (GMT)
commit03a9a6b874ae291720e6089c2cf892a3e0ede4d3 (patch)
tree9189b365507e5e05058a07509dc35f95ced3967b /NEWS
parent3928f79a358f10de421ad015ce11679291ccf4c6 (diff)
Force SDBM.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7b796f0..88f4496 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
1** Version 0.5.7 1** Version 0.5.7
2- Force usage of SDBM. For some reason the default in
3 my system had issues after reaching a limit of entries.
4 SDBM seems stable so force it.
5
6- Optimizations in session caching.
7
2- Added support for session tickets. This allows a 8- Added support for session tickets. This allows a
3 server to avoid using a session cache and still support 9 server to avoid using a session cache and still support
4 session resumption. This is at the cost of transporting 10 session resumption. This is at the cost of transporting
@@ -7,8 +13,6 @@
7- Depend on gnutls 2.10.0 to force support for safe 13- Depend on gnutls 2.10.0 to force support for safe
8 renegotiation. 14 renegotiation.
9 15
10- Optimizations in session caching.
11
12** Version 0.5.6 (2010-03-24) 16** Version 0.5.6 (2010-03-24)
13- Corrected issue with firefox and long POST data (by 17- Corrected issue with firefox and long POST data (by
14 handling EINTR and EAGAIN errors in read). 18 handling EINTR and EAGAIN errors in read).