summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:03:58 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:03:58 +0100
commit985230456afb0b945234dfac919a6ece3df4a715 (patch)
tree8f820570c0f78de9a32888317a48163721da923a /NEWS
parentae5d7c9fce70d39274e4da707f384021f6ec46d4 (diff)
downloadlighttpd-985230456afb0b945234dfac919a6ece3df4a715.tar.gz
Imported Upstream version 1.4.26upstream/1.4.26
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa02c18..493f0de 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,19 @@
NEWS
====
-- 1.4.25 -
+- 1.4.26 -
+ * Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
+ * Remove dependency on automake >= 1.11 with m4_ifdef check
+ * mod_accesslog: support %e (fixes #2113, thx presbrey)
+ * Fix mod_cgi cgi.execute-x-only option in global block
+ * mod_fastcgi: x-sendfile2 parse error debugging
+ * Fix mod_proxy dead host detection if connect() fails
+ * Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
+ * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
+ * Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, CVE-2010-0295)
+ * Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
+
+- 1.4.25 - 2009-11-21
* mod_magnet: fix pairs() for normal tables and strings (fixes #1307)
* mod_magnet: add traceback for printing lua errors
* mod_rewrite: fix compile error if compiled without pcre