diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index a0e7c1bf..29720de8 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,4 +1,5 @@ 2.5-rc1 2016-01-07 + * Do not overwrite CFLAGS in test Makefile, from Nicolas Iooss. * Fix uninitialized variable in direct_commit and direct_api, from Nicolas Iooss. * semanage_migrate_store: Load libsepol.so.1 instead of libsepol.so, from Laurent Bigonville. * Store homedir_template and users_extra in policy store, from Steve Lawrence diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index bd0bb183..3103d99a 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,4 +1,5 @@ 2.5-rc1 2016-01-07 + * Fix unused variable annotations, from Nicolas Iooss. * Fix uninitialized variable in CIL, from Nicolas Iooss. * Validate extended avrules and permissionxs in CIL, from Steve Lawrence. * Add support in CIL for neverallowx, from Steve Lawrence. diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index a42a63a1..86c6053c 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,4 +1,6 @@ 2.5-rc1 2016-01-07 + * sepolicy: Do not overwrite CFLAGS, from Nicolas Iooss. + * sepolicy: Rename policy global variable conflict, from Nicolas Iooss. * newrole: Add missing defined in #if, from Nicolas Iooss. * newrole: Add description of missing parameter -p in newrole man page, from Lukas Vrabec. * secon: Add missing descriptions for --*-key params in secon man page, from Lukas Vrabec