Update ChangeLogs.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2014-03-24 15:05:09 -04:00
parent e91b5d2ad0
commit 84c9c828a0
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
* Report source file and line information for neverallow failures.
* Prevent incompatible option combinations for checkmodule.
* Drop -lselinux from LDLIBS for test programs; not used.
* Add debug feature to display constraints/validatetrans from Richard Haines.

View File

@ -1,3 +1,4 @@
* Report source file and line information for neverallow failures.
* Fix valgrind errors in constraint_expr_eval_reason from Richard Haines.
* Add sepol_validate_transition_reason_buffer function from Richard Haines.