summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-14 08:14:24 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-14 16:02:11 -0400
commite0bafab2db7a97cdbb3ec984e506987053e1556b (patch)
tree909ee13a3525b5fc7eddf8edc5085badf6c21950 /NEWS
parent186e7073fbccc04a496ef27f987f69b81ed87107 (diff)
downloadlighttpd-git-e0bafab2db7a97cdbb3ec984e506987053e1556b.tar.gz
[mod_indexfile] save physical path to env (fixes #448, #892)
save physical path to environment (PATH_TRANSLATED_DIRINDEX) when index generator is full path (not relative path) fix uri.path when index generator is full path (not relative path)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 105544ef..b0f3b06f 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,7 @@ NEWS
* [mod_ssi] config ssi.conditional-requests
* [mod_ssi] config ssi.exec (fixes #2051)
* [mod_redirect,mod_rewrite] short-circuit if blank replacement (fixes #2085)
+ * [mod_indexfile] save physical path to env (fixes #448, #892)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)