Updated ChangeLogs

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-10-05 13:04:36 -04:00
parent b514885063
commit 82f994550f
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@
* Fixes bug preventing the installation of base modules, from James Carter.
* Fix linker scripts / map files, from Stephen Smalley.
* Fix bug preventing the installation of base modules, from James Carter.
2.6-rc1 2016-09-30
* make distclean target work, from Nicolas Iooss.
* Do not always print a module name warning, from Miroslav Grepl.

View File

@ -1,6 +1,8 @@
* Fix linker scripts / map files, from Stephen Smalley.
* Fix bugs found by fuzzing secilc with AFL, from Nicolas Iooss.
* Add support for converting extended permissions to CIL, from James Carter.
* Pre-expands the role and user caches in CIL, from Gary Tierney.
* Create user and role caches when building binary policy, from Gary Tierney.
2.6-rc1 2016-09-30
* Remove Android.mk files and only keep them in Android tree, from Bowgo Tsai.
* Check for too many permissions in classes and commons in CIL, from James Carter.