Updated libselinux and libsepol ChangeLogs

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-10-18 14:03:21 -04:00
parent 3c3381bf8b
commit 5edd70ff9b
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
* Add booleans.c to ANDROID_HOST=y recipe, from William Roberts.
* DISABLE_BOOL move to include headers, from William Roberts.
* support ANDROID_HOST=y on Mac, from William Roberts.
* utils: add noreturn to sefcontext_compile, from William Roberts.
* Fix required alignment for sha1.c on mac, from William Roberts.
* Fix mac build warning when ANDROID_HOST=y, from William Roberts.
2.6 2016-10-14
* selinux_restorecon: fix realpath logic, from Stephen Smalley.
* query for python site-packages dir directly, from Jason Zaman.

View File

@ -1,3 +1,6 @@
* build on mac, from William Roberts.
* cil: disable symver on Mac builds, from William Roberts.
2.6 2016-10-14
* Fix linker scripts / map files, from Stephen Smalley.
* Fix bugs found by fuzzing secilc with AFL, from Nicolas Iooss.