From 1af0ed6f136c91349c80caecbdbdce9eb0964339 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Mon, 15 Jun 2015 09:17:16 -0400 Subject: [PATCH] Update checkpolicy and secilc ChangeLogs. Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 2 ++ secilc/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index daa1bbd9..eb56973f 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,5 @@ + * policy_define.c: fix compiler warnings, from Nick Kralevich. + * Remove uses of -Wno-return-type, from Dan Albert. * Fix -Wreturn-type issues, from Dan Albert. * dispol: display operations as ranges, from Jeff Vander Stoep. * dispol: Extend to display operations, from Stephen Smalley. diff --git a/secilc/ChangeLog b/secilc/ChangeLog index e69de29b..79941c09 100644 --- a/secilc/ChangeLog +++ b/secilc/ChangeLog @@ -0,0 +1,4 @@ + * Remove uses of -Wno-return-type, from Dan Albert. + +2.4 2015-02-02 + * Initial release.