summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:04:00 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:04:00 +0100
commitc0f89a02702b44a811cac511838cbd217ee5dd82 (patch)
tree2b5310112a38be371deafa22d3a018958b1eb9a9 /NEWS
parent16cadaab87d25fc026ac777746eabbff3030f0cc (diff)
downloadlighttpd-c0f89a02702b44a811cac511838cbd217ee5dd82.tar.gz
Imported Upstream version 1.4.29upstream/1.4.29
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f2cd39c..84f4600 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,22 @@
NEWS
====
-- 1.4.28 -
+- 1.4.29 -
+ * Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)
+ * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
+ * mod_cgi: make read buffer as big as incoming data block
+ * [build] Fix detection of libev (fixes #2300)
+ * ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301)
+ add ssl.use-sslv3 (fixes #2246)
+ load all algorithms (fixes #2239)
+ * [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269)
+ * [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
+ * [proc,include_shell] log error if exec shell fails (fixes #2280)
+ * [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
+ * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
+ * fdevent: add solaris eventports (fixes #2171)
+
+- 1.4.28 - 2010-08-22
* Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2249)
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)