mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-11 07:18:15 +00:00
Update README and Changelog for release.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
bd1db8ffc6
commit
f708056f6d
13
ChangeLog
13
ChangeLog
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user