diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index 32a7c89f..31327a29 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,4 @@ + * Fix -Wsign-compare warnings, from Nicolas Iooss. * Drop unused stdio_ext.h header file, from William Roberts. * Kill logging check for selinux_enabled(), from William Roberts. * Drop usage of _D_ALLOC_NAMLEN, from William Roberts. diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index 0e0a004d..456bcd73 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,3 +1,4 @@ + * tests: Do not force using gcc, from Nicolas Iooss. * genhomedircon: remove hardcoded refpolicy strings, from Gary Tierney. * genhomedircon: add support for %group syntax, from Gary Tierney. * genhomedircon: generate contexts for logins mapped to the default user, from Gary Tierney. diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index f25e9d7f..55a1475b 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,3 +1,4 @@ + * Remove LDFLAGS from CFLAGS, from Nicolas Iooss. * sepolicy: convert to setools4, from Jason Zaman. * sandbox: create a new session for sandboxed processes, from Petr Lautrbach. * sandbox: do not try to setup directories without -X or -M, from Petr Lautrbach.