summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-25 01:53:19 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-25 01:53:19 -0400
commit8f255d35df4b473e7671fa6496d6029df9dbc11e (patch)
tree3270c0eb2c7b8f15d8385c6526915c26319376f2 /NEWS
parentbed63b79625cf98f41317b62519fa8abb7a82c1e (diff)
downloadlighttpd-git-8f255d35df4b473e7671fa6496d6029df9dbc11e.tar.gz
[doc] NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d09f5ac..9d8b3552 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,15 @@ NEWS
* [config] server.listen-backlog option (fixes #1825, #2116)
* [core] retry tempdirs on partial write, ENOSPC (fixes #2588)
* [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
+ * [core] improve dynamic handler control flow logic
+ * [core] defer reading request body until handle subrequest (fixes #2541)
+ * [core] always poll for client POLLHUP/POLLERR events (fixes #399)
+ * [mod_fastcgi,mod_scgi,mod_proxy] handlers can read response before sending req body (fixes #131, #2566)
+ * [mod_cgi] asynchronous send of request body to CGI
+ * [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
+ * [core] set REDIRECT_STATUS to error_handler_saved_status (fixes #1828)
+ * [core] server.error-handler new directive for error pages (fixes #2702)
+ * [core] support IPv6 in $HTTP["remote-ip"] CIDR cond match (fixes #2706)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)