mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-18 05:05:21 +00:00
Release 4.2.2.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
aaf5273a96
commit
15bffa7823
@ -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)
|
*setools-4.2.1 (4 Feb 2019)
|
||||||
|
|
||||||
* Set SIGPIPE handler for CLI tools.
|
* Set SIGPIPE handler for CLI tools.
|
||||||
|
2
setup.py
2
setup.py
@ -128,7 +128,7 @@ ext_py_mods = [Extension('setools.policyrep', ['setools/policyrep.pyx'],
|
|||||||
'-fno-exceptions'])]
|
'-fno-exceptions'])]
|
||||||
|
|
||||||
setup(name='setools',
|
setup(name='setools',
|
||||||
version='4.2.1',
|
version='4.2.2',
|
||||||
description='SELinux Policy tools.',
|
description='SELinux Policy tools.',
|
||||||
author='Chris PeBenito',
|
author='Chris PeBenito',
|
||||||
author_email='pebenito@ieee.org',
|
author_email='pebenito@ieee.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user