summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2014-02-16 13:08:20 +0000
committerStefan Bühler <stbuehler@web.de>2014-02-16 13:08:20 +0000
commit07dd0bd0a57feef5f968c559d79cc4a35ad35bd0 (patch)
treeb32de379d5c8d9392e486a3d6326fe9b3dcccad7 /NEWS
parentfba7dd6f4320701e158e46d2fbbb9eeadb9de33f (diff)
downloadlighttpd-git-07dd0bd0a57feef5f968c559d79cc4a35ad35bd0.tar.gz
add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546)
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2948 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 9c73c2e8..51fc93ab 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ NEWS
* remove logical dead code
* [buffer] fix length check in buffer_is_equal_right_len
* fix resource leaks in error cases on config parsing and other initializations
+ * add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546)
- 1.4.34
* [mod_auth] explicitly link ssl for SHA1 (fixes #2517)