summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2011-08-22 15:32:55 +0000
committerStefan Bühler <stbuehler@web.de>2011-08-22 15:32:55 +0000
commitcbf1baacc9b864cdc63eaf55c74c9ca8744210d8 (patch)
tree6f3ee04a0ef5504f7ea210122c5391ef56e136bf /NEWS
parentf434d514ad89c1149847843712f976bdf2f251ab (diff)
downloadlighttpd-git-cbf1baacc9b864cdc63eaf55c74c9ca8744210d8.tar.gz
[ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2802 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bfb1e869..cf622f5c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ NEWS
- 1.4.30 -
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
+ * Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
+ * [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
- 1.4.29 - 2011-07-03
* Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)