From 9085f5b533fdf85e86c9d7ab2f0f4ac4c8906e2a Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 15 Mar 2010 20:48:49 +0000 Subject: Corrected issue with firefox and long post data (had to do with read function not handling EAGAIN and EINTR correctly). --- (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5dea61e..124f60a 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,20 @@ -** Version 0.5.5 (unreleased) +** Version 0.5.6 +- Corrected issue with firefox and long POST data (by + handling EINTR and EAGAIN errors in read). + +- Added support for chained client certificates + +- Corrected more issues related to double frees +http://issues.outoforder.cc/view.php?id=102 + +** Version 0.5.5 (2009-06-13) - Removed limits on CA certificate loading. Reported by Sander Marechal and Jack Bates. +- Do not allow sending empty TLS packets even when instructed to. + This had the side effect of clients closing connection. + ** Version 0.5.4 (2009-01-04) - mod_gnutls.h: modified definition to extern to avoid compilation -- cgit v0.9.2