Update checkpolicy and secilc ChangeLogs.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2015-06-15 09:17:16 -04:00
parent de0a3bd18d
commit 1af0ed6f13
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,4 @@
* Remove uses of -Wno-return-type, from Dan Albert.
2.4 2015-02-02
* Initial release.