diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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). |