From a421da29eb863753fe1ade1fbe811170bc7b921d Mon Sep 17 00:00:00 2001 From: James Carter Date: Wed, 6 Apr 2016 11:24:56 -0400 Subject: [PATCH] Updated checkpolicy, libselinux, and secilc ChangeLogs. Signed-off-by: James Carter --- checkpolicy/ChangeLog | 1 + libsepol/ChangeLog | 1 + secilc/ChangeLog | 2 ++ 3 files changed, 4 insertions(+) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index dfe4908d..51b99cde 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,4 @@ + * 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 8a9b1b7b..41bf8c0a 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,4 @@ + * Add support for portcon dccp protocol, from Richard Haines * Fix bug in CIL when resetting classes, from Steve Lawrence 2.5 2016-02-23 diff --git a/secilc/ChangeLog b/secilc/ChangeLog index a803f35e..cddfd818 100644 --- a/secilc/ChangeLog +++ b/secilc/ChangeLog @@ -1,3 +1,5 @@ + * Add documentation and test rule for portcon dccp protocol, from Richard Haines + 2.5 2016-02-23 * Convert DocBook documentation into github markdown, from Yuli Khodorkovskiy * Add documentation for neverallowx rules, from Steve Lawrence