From 0cec570a4bf88e1c9534add575bc55ce308fd271 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 24 Jan 2014 13:18:45 +0100 Subject: [PATCH] NEWS: Add unit testing improvements --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index e9220756a..40bce4f2a 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 ----------------