From 5edd70ff9be77784b10e798d29e5500fcc38d39f Mon Sep 17 00:00:00 2001
From: Stephen Smalley <sds@tycho.nsa.gov>
Date: Tue, 18 Oct 2016 14:03:21 -0400
Subject: [PATCH] Updated libselinux and libsepol ChangeLogs

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
---
 libselinux/ChangeLog | 7 +++++++
 libsepol/ChangeLog   | 3 +++
 2 files changed, 10 insertions(+)

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.