summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-15 18:56:05 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-15 18:56:05 +0000
commit43da5818939817e00ca0128caee4a8b2d746a384 (patch)
tree0b0319ecedcb88c694d592aeca3a7dab70e373a8 /NEWS
parent68e4a416cc9936a1d5d168f199ac88a8e24b75e9 (diff)
downloadlighttpd-git-43da5818939817e00ca0128caee4a8b2d746a384.tar.gz
[core] configparser: error on duplicate keys in array merge (fixes #2685)
From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3103 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 23c7bba8..9f6befcf 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@ NEWS
* [core] refactor array search; raise array size limit to SSIZE_MAX
* [core] fix memory leak in configparser_merge_data
* [core] provide array_extract_element and use it
+ * [core] configparser: error on duplicate keys in array merge (fixes #2685)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)