File: //usr/share/doc/setroubleshoot-server-3.2.30/NEWS
setroubleshoot 3.2.30 2018-05-15
- Fix summary and "if" text for AVCs with unknown target path
- Remove unused booleans.py file
- src/sealert: Finish dbus communication after error
- Update Japanese translations
- Update translations
- Do not change if_string[0] to lowercase
setroubleshoot 3.2.29 2017-10-31
- Fix sealert message for process2
- Remove additional "If " string from plugin messages
- Fix semi-translated messages
- Make labels on GtkButtons translatable
- Set translation domain for Gtk.Builder() object to have strings correctly translated
- Do not split If sentences to framework and plugins
- Don't stop when the plugin directory is empty
- Change "check_for_man" return value upon failure
- Fix "plugin details" message content
- Add "init_args" function to Plugin
- Fix sealert crash when setroubleshootd fails to start
- Improve obtaining AVC object path
setroubleshoot 3.2.28 2017-03-24
- fix sealert message for capability2
- spelling fixes
- sealert - provide a better error message when SELinux is disabled
- fix report problem summary string
- update setroubleshootd.8
setroubleshoot 3.2.27.2 2016-06-21
- catch all subprocess module exceptions
setroubleshoot 3.2.27.1 2016-06-21
- do not use dangerous shell=True
- use subprocess.check_output() with a sequence of program arguments
setroubleshoot 3.2.26.2 2016-06-03
- bugfix
setroubleshoot 3.2.26.1 2016-06-02
- bugfix
setroubleshoot 3.2.26 2016-06-01
- get_alert() and get_all_alerts_since() DBUS APIs change to use
number of microseconds instead of date string
- level = debug can be set separately for sealert_log and setroubleshootd_log
- added new directive to setroubleshootd_log - log_full_report = True|False
- added new methods to DBUS API:
set_filter(), get_all_alerts_ignored(), delete_alert()
- suggest my-<command>.pp modules instead of mypol.pp
- setroubleshoot.conf cleanup
- bug fixes
setroubleshoot 3.2.25 2016-04-15
- extend DBUS API, see DBUS.md
- sedispatch uses a timeout when collecting audit events
- alerts reflects plugins level
- updated translations from
https://fedora.zanata.org/project/view/setroubleshoot
setroubleshoot 3.2.24 2015-04-23
- updated translations from
https://fedora.zanata.org/project/view/setroubleshoot
setroubleshoot 3.2.23 2015-04-09
- setroubleshootd is set to be run as setroubleshoot user instead of
root user
- commands.getstatusoutput() is not used anymore
- AppData file is provided now
- bug fixes