Skip to content

Commit

Permalink
Update README and Changelog for release.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
  • Loading branch information
pebenito committed Apr 1, 2020
1 parent bd1db8f commit f708056
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f708056

Please sign in to comment.