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.