We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf5273 commit 15bffa7Copy full SHA for 15bffa7
ChangeLog
@@ -1,3 +1,11 @@
1
+*setools-4.2.2 (15 Jun 2019)
2
+
3
+ * Remove source policy references from man pages, as loading source policies
4
+ is no longer supported.
5
+ * Fixed a performance regression in alias loading after alias dereferencing
6
+ fixes in 4.2.1.
7
8
9
*setools-4.2.1 (4 Feb 2019)
10
11
* Set SIGPIPE handler for CLI tools.
setup.py
@@ -128,7 +128,7 @@ def run(self):
128
'-fno-exceptions'])]
129
130
setup(name='setools',
131
- version='4.2.1',
+ version='4.2.2',
132
description='SELinux Policy tools.',
133
author='Chris PeBenito',
134
author_email='[email protected]',
0 commit comments