diff options
author | Nikos Mavrogiannopoulos | 2010-03-15 20:48:49 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2010-03-15 20:48:49 +0000 |
commit | 9085f5b533fdf85e86c9d7ab2f0f4ac4c8906e2a (patch) | |
tree | e493bf6176b6f05a1737cfcf2c5ddd14b4838981 /NEWS | |
parent | dcf11188825117a0ead90b383093e87f9a6ed445 (diff) |
Corrected issue with firefox and long post data (had to do
with read function not handling EAGAIN and EINTR correctly).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,8 +1,20 @@ | |||
1 | ** Version 0.5.5 (unreleased) | 1 | ** Version 0.5.6 |
2 | - Corrected issue with firefox and long POST data (by | ||
3 | handling EINTR and EAGAIN errors in read). | ||
4 | |||
5 | - Added support for chained client certificates | ||
6 | |||
7 | - Corrected more issues related to double frees | ||
8 | http://issues.outoforder.cc/view.php?id=102 | ||
9 | |||
10 | ** Version 0.5.5 (2009-06-13) | ||
2 | 11 | ||
3 | - Removed limits on CA certificate loading. Reported by | 12 | - Removed limits on CA certificate loading. Reported by |
4 | Sander Marechal and Jack Bates. | 13 | Sander Marechal and Jack Bates. |
5 | 14 | ||
15 | - Do not allow sending empty TLS packets even when instructed to. | ||
16 | This had the side effect of clients closing connection. | ||
17 | |||
6 | ** Version 0.5.4 (2009-01-04) | 18 | ** Version 0.5.4 (2009-01-04) |
7 | 19 | ||
8 | - mod_gnutls.h: modified definition to extern to avoid compilation | 20 | - mod_gnutls.h: modified definition to extern to avoid compilation |