Update libsepol and checkpolicy ChangeLogs.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2015-01-20 16:24:10 -05:00
parent ed7a6ba24a
commit 3f121151ca
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,8 @@
2.4-rc7 2014-08-26
* Fix bugs found by hardened gcc flags, from Nicolas Iooss.
* Add missing semicolon in cond_else parser rule, from Steven Capelli
* Add missing semicolon in cond_else parser rule, from Steven Capelli.
* Clear errno before call to strtol(3) from Dan Albert.
o * Allow libsepol C++ static library on device from Daniel Cashman.
2.3 2014-05-06
* Add Android support for building dispol.

View File

@ -2,11 +2,12 @@
* Remove assumption that SHLIBDIR is ../../ relative to LIBDIR, from Steve
Lawrence
* Fix bugs found by hardened gcc flags, from Nicolas Iooss.
* Build CIL into libsepol. libsepol can be built without CIL by setting the
* Build CIL into libsepol. libsepol can be built without CIL by setting the
DISABLE_CIL flag to 'y', from Steve Lawrence
* Add an API function to set target_platform, from Steve Lawrence
* Report all neverallow violations, from Stephen Smalley
* Improve check_assertions performance through hash tweaks from John Brooks.
* Allow libsepol C++ static library on device from Daniel Cashman.
2.3 2014-05-06
* Improve error message for name-based transition conflicts.