From 3057bcf6a012fff3ef86e05e6f5065138898d649 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 18 Mar 2015 08:33:45 -0400 Subject: [PATCH] Update ChangeLogs. Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 3 +++ libsemanage/ChangeLog | 1 + libsepol/ChangeLog | 2 ++ policycoreutils/ChangeLog | 1 + sepolgen/ChangeLog | 2 ++ 5 files changed, 9 insertions(+) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index 84d5ae18..ed1dd164 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,6 @@ + * Add device tree ocontext nodes to Xen policy, from Daniel De Graaf. + * Widen Xen IOMEM context entries, from Daniel De Graaf. + * Expand allowed character set in paths, from Daniel De Graaf. * Fix precedence between number and filesystem tokens, from Stephen Smalley. * dispol/dismod fgets function warnings fix, from Emre Can Kucukoglu. diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index af260cb9..8480ebaa 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,3 +1,4 @@ + * Fix fname[] initialization in test_utilities.c, from Petr Lautrbach. * Add remove-hll semanage.conf option to remove HLL files after compilation to CIL, from Yuli Khodorkovskiy * Fix memory leaks when parsing semanage.conf, from Yuli Khodorkovskiy diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 16ad2934..8bfa9259 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,5 @@ + * Add device tree ocontext nodes to Xen policy, from Daniel De Graaf. + * Widen Xen IOMEM context entries, from Daniel De Graaf. * Update CIL documentation, from Richard Haines * Fix error path in mls_semantic_level_expand(), from Chris PeBenito. * Fix MacOS X build, from Stephen Smalley. diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index eced448e..be0394cb 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,3 +1,4 @@ + * Widen Xen IOMEM context entries, from Daniel De Graaf. * Fix -Wformat errors with gcc-5.0.0, from Petr Lautrbach. * Fixed typo/grammatical error, from Christopher Peterson. * Fix typo in semanage-port man page, from Andrew Spiers. diff --git a/sepolgen/ChangeLog b/sepolgen/ChangeLog index a304ab78..d2756bcb 100644 --- a/sepolgen/ChangeLog +++ b/sepolgen/ChangeLog @@ -1,3 +1,5 @@ + * Add device tree ocontext nodes to Xen policy, from Daniel De Graaf. + 1.2.2 2015-02-02 * Fix bugs found by hardened gcc flags, from Nicolas Iooss. * Remove unnecessary grammar in interface call param list to fix poor