Skip to content

Commit 15bffa7

Browse files
committed
Release 4.2.2.
Signed-off-by: Chris PeBenito <[email protected]>
1 parent aaf5273 commit 15bffa7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
*setools-4.2.1 (4 Feb 2019)
210

311
* Set SIGPIPE handler for CLI tools.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def run(self):
128128
'-fno-exceptions'])]
129129

130130
setup(name='setools',
131-
version='4.2.1',
131+
version='4.2.2',
132132
description='SELinux Policy tools.',
133133
author='Chris PeBenito',
134134
author_email='[email protected]',

0 commit comments

Comments
 (0)