From: Martin Willi Date: Fri, 24 Jan 2014 12:18:45 +0000 (+0100) Subject: NEWS: Add unit testing improvements X-Git-Tag: 5.1.2rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cec570a4bf88e1c9534add575bc55ce308fd271;p=thirdparty%2Fstrongswan.git NEWS: Add unit testing improvements --- diff --git a/NEWS b/NEWS index e9220756a0..40bce4f2aa 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,11 @@ strongswan-5.1.2 and closes a PAM session for each established IKE_SA. Patch courtesy of Andrea Bonomi. +- The strongSwan unit testing framework has been rewritten without the "check" + dependency for improved flexibility and portability. It now properly supports + multi-threaded and memory leak testing and brings a bunch of new test cases. + + strongswan-5.1.1 ----------------