Update README and Changelog for release.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2020-04-01 10:54:59 -04:00
parent bd1db8ffc6
commit f708056f6d
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
*setools-4.3.0 (1 Apr 2020)
* Revised sediff method for TE rules. This drastically reduced memory and run time.
* Added infiniband context support to seinfo, sediff, and apol.
* Added apol configuration for location of Qt assistant.
* Fixed sediff issue where properties header would display when not requested.
* Fixed sediff issue with type_transition file name comparison.
* Fixed permission map socket sendto information flow direction.
* Added methods to TypeAttribute class to make it a complete Python collection.
* Genfscon now will look up classes rather than using fixed values which
were dropped from libsepol.
*setools-4.2.2 (15 Jun 2019)
* Remove source policy references from man pages, as loading source policies

View File

@ -27,7 +27,7 @@ To run SETools graphical tools, the following packages are also required:
To build SETools, the following development packages are required, in
addition to the development packages from the above list:
* gcc
* cython 0.27+
* cython 0.27+ (0.29.14+ for Python 3.8)
To run SETools unit tests, the following packages are required, in
addition to the above dependencies: