summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-13 02:34:34 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-13 03:54:04 -0400
commit51e0f2087bae96978d743244d6dcc95a5a3dc60d (patch)
tree87d7b98b975ab5a24292f7764ac7028d61d4767e /NEWS
parentc4edd3565500719edae5c077f742a3f56afb1e15 (diff)
downloadlighttpd-git-51e0f2087bae96978d743244d6dcc95a5a3dc60d.tar.gz
[core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
x-ref: "define __STDC_WANT_LIB_EXT1__ for memset_s()" https://redmine.lighttpd.net/issues/2722
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc6f35f9..b197082b 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,7 @@ NEWS
* [mod_status] page refresh option (fixes #2170)
* [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)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)