diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index b629c628..9bf53c72 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -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. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 0c4dd87e..03b1533b 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -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.