From c9c1f273708777c8923268cf61798ed0dc2ffded Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Tue, 13 Oct 2015 16:32:29 -0400 Subject: [PATCH] Updated libselinux ChangeLog. Signed-off-by: Stephen Smalley --- libselinux/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index 3f3971e8..9b948382 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,4 @@ + * Fix parallel build with swig python, from Jason Zaman. * Flush the class/perm string mapping cache on policy reload, from Stephen Smalley. * Fix restorecon when path has no context, from Nir Soffer. * Free memory when processing media and x specfiles, from Richard Haines.