summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-13 02:39:14 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-13 03:54:06 -0400
commitbb95317774023dcbfaaeaeb635942ec15f17c3d8 (patch)
treea7a843fbd10873044bbbdc762960c6a0a5fb31fb /NEWS
parent51e0f2087bae96978d743244d6dcc95a5a3dc60d (diff)
downloadlighttpd-git-bb95317774023dcbfaaeaeb635942ec15f17c3d8.tar.gz
[core] setrlimit max-fds <= rlim_max for non-root (fixes #2723)
x-ref: "setrlimit can increase RLIMIT_NOFILE up to rlim_max for non-root" https://redmine.lighttpd.net/issues/2723
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b197082b..6a934ded 100644
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,7 @@ NEWS
* [mod_status] table w/ count of con states (fixes #2427)
* [mod_dirlisting] class for dir <tr> (fixes #2304)
* [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
+ * [core] setrlimit max-fds <= rlim_max for non-root (fixes #2723)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)