summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-05-02 16:03:51 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-05-02 23:51:50 -0400
commit01ec2c458cd219eefb6bb7c9fada4659ea1741dc (patch)
tree395b84448ec9c7736afd33b3e8c30b75c3d983a8 /NEWS
parent9b14e017c8e6d4e1ee719d6a31f94df191289c06 (diff)
downloadlighttpd-git-01ec2c458cd219eefb6bb7c9fada4659ea1741dc.tar.gz
[doc] NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fec79a4..8fb96016 100644
--- a/NEWS
+++ b/NEWS
@@ -101,6 +101,13 @@ NEWS
* [mod_auth] skip blank lines and comment lines (fixes #2327)
* [core] fallback to write if sendfile not supported (fixes #471, #987)
* [core] preserve PATH_INFO case on case-insensitive fs (fixes #406)
+ * [mod_ssi, mod_cml] set DOCUMENT_ROOT to basedir (fixes #2383)
+ * [core] cmd line opt to shutdown after idle time limit (fixes #2696)
+ * [core] lighttpd -1 handles single request on stdin socket (fixes #1584)
+ * [mod_fastcgi,mod_scgi] IPv6 support (fixes #2372)
+ * [mod_status] add JSON output option (fixed #2432)
+ * [mod_webdav] map COPY/MOVE Destination to aliases (fixes #1787)
+ * [mod_webdav] improve PROPFIND,PROPPATCH (#1818, #1953)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)