From 3749315847930637c4a69f4582c6ed633bcea3db Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Thu, 19 May 2016 14:22:55 -0400 Subject: [PATCH] Updated ChangeLogs. Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 2 ++ libsepol/ChangeLog | 1 + policycoreutils/ChangeLog | 1 + 3 files changed, 4 insertions(+) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index 1796af71..429a1633 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,7 +1,9 @@ + * Set flex as default lexer, from Julien Pivotto. * Fix checkmodule output message, from Petr Lautrbach. * Build policy on systems not supporting DCCP protocol, from Richard Haines. * Fail if module name different than output base filename, from James Carter * Add support for portcon dccp protocol, from Richard Haines + 2.5 2016-02-23 * Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep. * fix double free on name-based type transitions, from Stephen Smalley. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index e37a4162..95e56d4f 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,4 @@ + * Fix neverallowxperm checking on attributes, from Jeff Vander Stoep. * Remove libsepol.map when cleaning, from Nicolas Iooss. * Add high-level language line marking support to CIL, from James Carter. * Change logic of bounds checking to match change in kernel, from James Carter. diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index 4cb1f124..095ca508 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,3 +1,4 @@ + * Minor fix in a French translation, from Laurent Bigonville. * Fix the extract example in semodule.8, from Petr Lautrbach. * Update sandbox.8 man page, from Petr Lautrbach. * Remove typos from chcat --help, from Petr Lautrbach.