summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2015-08-29 09:28:01 +0000
committerStefan Bühler <stbuehler@web.de>2015-08-29 09:28:01 +0000
commitb66fa2cb68a7c0ca6fae280bd71662d5ddce8c24 (patch)
tree858cbaf7c85cc2b905e3c409866f106d3104109a /NEWS
parent912533cd685b63c468df9409a3739a3432c24a39 (diff)
downloadlighttpd-git-b66fa2cb68a7c0ca6fae280bd71662d5ddce8c24.tar.gz
[plugins] when modules are linked statically still only load the modules given in the config
- previously it would load all modules in some fixed order - also warn when mod_magnet or mod_trigger_b4_dl are compiled without needed dependencies - mod_trigger_b4_dl fails in plugin_init when dependencies are missing From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3029 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 942d2c20..e0b0940f 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ NEWS
* [bsd xattr] fix compile break with BSD extended attributes in stat_cache
* [mod_cgi] rewrite mmap and generic (post body) send error handling
* [mmap] fix mmap alignment
+ * [plugins] when modules are linked statically still only load the modules given in the config
- 1.4.36 - 2015-07-26
* use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body