From 07dd0bd0a57feef5f968c559d79cc4a35ad35bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 16 Feb 2014 13:08:20 +0000 Subject: add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Stefan Bühler git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2948 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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) -- cgit v1.2.1