summaryrefslogtreecommitdiffstatsabout
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dea61e..124f60a 100644
--- a/NEWS
+++ b/NEWS
@@ -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
8http://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