diff options
author | Nikos Mavrogiannopoulos | 2010-07-01 02:47:51 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos | 2010-07-01 02:47:51 +0200 |
commit | 21940db3bd285da64a050e54d12a7b2798e7c919 (patch) | |
tree | 9189b365507e5e05058a07509dc35f95ced3967b /NEWS | |
parent | e2d2f9e556f4f6627c96af2672144640f34117e1 (diff) |
Force SDBM.
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). |