summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-31 21:59:32 -0400
committerStefan Bühler <stbuehler@web.de>2016-04-08 16:39:29 +0200
commit97556d992ba73218bcc6a6534346f623de79f489 (patch)
tree369dfa3155d118bf0a6c84cc1d03438ff786831c /NEWS
parentde08a135ea8deec427314eaeb5729ded688681c8 (diff)
downloadlighttpd-git-97556d992ba73218bcc6a6534346f623de79f489.tar.gz
[mod_fastcgi,mod_scgi] check for spawning on same unix socket (fixes #319)
error if unix socket path is duplicated (does not check across modules, but will detect duplicated unix socket paths within fastcgi directives, and separately, duplicated unix socket paths within scgi directives)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4be0678c..dcdf8824 100644
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,7 @@ NEWS
* use li_[iu]tostrn() instead of li_[iu]tostr()
* [stream] fstat() after open() to obtain file size
* [core] clean up srv before exiting for lighttpd -[vVh]
+ * [mod_fastcgi,mod_scgi] check for spawning on same unix socket (fixes #319)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)