summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-26 11:24:15 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-26 11:24:15 +0000
commitb4a4afdaf7f873a3aa08f98e248f93542dc72161 (patch)
tree88c43c5da4c31cabd25ee442dea84b60a1b537d4 /NEWS
parenta579e7ffc0d524886cf5c65c97284c2b2c3d958a (diff)
downloadlighttpd-git-b4a4afdaf7f873a3aa08f98e248f93542dc72161.tar.gz
[config] warn if server.upload-dirs has non-existent dirs (fixes #2508)
Warn at startup if any dirs in server.upload-dirs do not exist. Take server.chroot into account, if set. From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3125 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 dc5020f5..46777200 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,7 @@ NEWS
* [buffer] refactor buffer_path_simplify (fixes #2560)
* validate return values from strtol, strtoul (fixes #2564)
* [mod_ssi] Add SSI vars SCRIPT_{URI,URL} and REQUEST_SCHEME (fixes #2721)
+ * [config] warn if server.upload-dirs has non-existent dirs (fixes #2508)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)