Release 4.2.2.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2019-06-15 15:30:52 -04:00
parent aaf5273a96
commit 15bffa7823
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
*setools-4.2.2 (15 Jun 2019)
* Remove source policy references from man pages, as loading source policies
is no longer supported.
* Fixed a performance regression in alias loading after alias dereferencing
fixes in 4.2.1.
*setools-4.2.1 (4 Feb 2019)
* Set SIGPIPE handler for CLI tools.

View File

@ -128,7 +128,7 @@ ext_py_mods = [Extension('setools.policyrep', ['setools/policyrep.pyx'],
'-fno-exceptions'])]
setup(name='setools',
version='4.2.1',
version='4.2.2',
description='SELinux Policy tools.',
author='Chris PeBenito',
author_email='pebenito@ieee.org',