Skip to content

Commit

Permalink
4.2.1 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pebenito committed Feb 5, 2019
1 parent 7009626 commit a2bd4b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
*setools-4.2.1 (4 Feb 2019)

* Set SIGPIPE handler for CLI tools.
* Fixed alias dereferencing in TypeQuery and type, category, and sensitivity
lookups.
* Fixed sediff bug for rendering modified nodecons.
* Fixed devicetreecon count output.
* Fixed policy target platform check.
* Fixed bug in creating permission set intersection in apol.


*setools-4.2.0 (10 Nov 2018)

This release focused on improving performance and reducing memory usage.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def run(self):
'-fno-exceptions'])]

setup(name='setools',
version='4.2.0',
version='4.2.1',
description='SELinux Policy tools.',
author='Chris PeBenito',
author_email='pebenito@ieee.org',
Expand Down

0 comments on commit a2bd4b8

Please sign in to comment.