summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2016-03-19 14:31:53 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-19 14:31:53 +0000
commitd8f4d20d9a86eb3911cdc1175399989061060796 (patch)
tree4236d2f0ec380be9d1123d6fe7d1f7693b7d5eeb /NEWS
parent00063098c1e435985f7caf42138d6674b4e29bb3 (diff)
downloadlighttpd-git-d8f4d20d9a86eb3911cdc1175399989061060796.tar.gz
restart (some) syscalls after SIGCHLD interrupted them; should fix LDAP problems (fixes #2464)
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3108 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 eb11925c..341e4aef 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,7 @@ NEWS
* [core] accept $SERVER["socket"] without port, use server.port as fallback (fixes #2204)
* [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)
* [ssl] support disabling ssl.verifyclient.activate in SNI callback (fixes #2531)
+ * restart (some) syscalls after SIGCHLD interrupted them; should fix LDAP problems (fixes #2464)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)