summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-04 15:37:17 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-04 15:37:17 +0000
commitc80ae9b212806eea0adbc675c716ddc4f1b01777 (patch)
tree945991f5ff371fcc6a5501fc692b60e74849a96c /NEWS
parent02594f107ae2a047180f222609e7ca3581b335ca (diff)
downloadlighttpd-git-c80ae9b212806eea0adbc675c716ddc4f1b01777.tar.gz
[mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)
(slightly modified from patch by bert) From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3088 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1e9e60ac..37d41009 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ NEWS
* [core] improve conditional enabling (thx Gwenlliana, #2598)
* [mod_compress] case-insensitive content-codings (fixes #2645)
* [plugins] don't include dlfcn.h if not needed (fixes #2548)
+ * [mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)