From: Martin Willi Date: Thu, 18 Jul 2013 13:13:49 +0000 (+0200) Subject: NEWS: leak-detective improvements X-Git-Tag: 5.1.0rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b753ca04df7f1cdaefc7542c1c6d6940093850;p=thirdparty%2Fstrongswan.git NEWS: leak-detective improvements --- diff --git a/NEWS b/NEWS index f09aa1f917..ac1fe2dc4d 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,10 @@ strongswan-5.1.0 disables any optimization, so it should not be enabled when building production releases). +- The leak-detective developer tool has been greatly improved. It works much + faster/stabler with multiple threads, does not use deprecated malloc hooks + anymore and has been ported to OS X. + - chunk_hash() is now based on SipHash-2-4 with a random key. This provides better distribution and prevents hash flooding attacks when used with hashtables.