From 534f5a74bb96ef66e7a7a13da827915d6d9360c0 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 6 Nov 2013 09:35:58 -0500 Subject: [PATCH] Update libsepol and checkpolicy ChangeLog. Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 2 ++ libsepol/ChangeLog | 3 +++ 2 files changed, 5 insertions(+) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index 0c760701..2271c055 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,5 @@ + * Add debug feature to display constraints/validatetrans from Richard Haines. + 2.2 2013-10-30 * Fix hyphen usage in man pages from Laurent Bigonville. * handle-unknown / -U required argument fix from Laurent Bigonville. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index a01cda06..4cfba825 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,6 @@ + * Fix valgrind errors in constraint_expr_eval_reason from Richard Haines. + * Add sepol_validate_transition_reason_buffer function from Richard Haines. + 2.2 2013-10-30 * Allow constraint denial cause to be determined from Richard Haines. - Add kernel policy version 29.