From 82f994550f955ceb8cb86f1b9fc8602695b6e694 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 5 Oct 2016 13:04:36 -0400 Subject: [PATCH] Updated ChangeLogs Signed-off-by: Stephen Smalley --- libsemanage/ChangeLog | 4 +++- libsepol/ChangeLog | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index 469c4b06..e76cc731 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,4 +1,6 @@ - * Fixes bug preventing the installation of base modules, from James Carter. + * Fix linker scripts / map files, from Stephen Smalley. + * Fix bug preventing the installation of base modules, from James Carter. + 2.6-rc1 2016-09-30 * make distclean target work, from Nicolas Iooss. * Do not always print a module name warning, from Miroslav Grepl. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 7fb82a43..253b1b9a 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,6 +1,8 @@ + * Fix linker scripts / map files, from Stephen Smalley. * Fix bugs found by fuzzing secilc with AFL, from Nicolas Iooss. * Add support for converting extended permissions to CIL, from James Carter. - * Pre-expands the role and user caches in CIL, from Gary Tierney. + * Create user and role caches when building binary policy, from Gary Tierney. + 2.6-rc1 2016-09-30 * Remove Android.mk files and only keep them in Android tree, from Bowgo Tsai. * Check for too many permissions in classes and commons in CIL, from James Carter.