From f9a235c2d7275f2990892cb17da76e39560650e9 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Sun, 11 Dec 2016 16:28:47 -0500 Subject: [PATCH] Update Changelog for 4.1.0-rc. --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9942380..e524b8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +*setools-4.1.0-rc (11 Dec 2016) + + Library: + * Implemented support for alternate install prefixes. + * Implemented support for building setools with a locally-built libsepol. + * Fixed an sediff bug with unioning rules after expansion. + * Improved sediff memory usage. + * Patch from Nicolas Iooss to make more stable output in TE rule permission lists. + * Replaced string representations (e.g. rule types) with enumerations. + Requires the enum34 (not enum) Python package if using Python < 3.4. + + Apol: + * Implemented context menu option for exporting the information flow + and domain transition analysis tree browser views. + * Implemented CSV export of table results. + * Implemented (clipboard) copy from table results. + * Added missing "clear" button in object class query. + * Implemented save/load settings for tabs. + * Implemented save/load workspace (save all tabs settings). + * Fixed include/exclude type dialog to keep its place when + adding or removing types from an analysis. + * Implemented filter on include/exclude type dialog to filter + the lists by attribute. + + +*setools-4.0.1 (17 May 2016) + Library: * Fixed a compile error on 32bit systems. * Changed domain transition analysis output to use lists instead