From 03a5cc25c7db0ad5d907b7df3ace892a18748b3d Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Nov 01 2017 11:22:18 +0000 Subject: [PATCH 1/2] setroubleshoot-3.2.29 --- diff --git a/framework/NEWS b/framework/NEWS index 1d1980d..4db6381 100644 --- a/framework/NEWS +++ b/framework/NEWS @@ -1,3 +1,17 @@ +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 From 207d3812e003349abf548639372c394646092732 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Nov 01 2017 11:27:47 +0000 Subject: [PATCH 2/2] setroubleshoot-plugins-3.0.66 --- diff --git a/plugins/NEWS b/plugins/NEWS index e69de29..cc68749 100644 --- a/plugins/NEWS +++ b/plugins/NEWS @@ -0,0 +1,7 @@ +setroubleshoot-plugins 3.0.66 2017-10-31 + - Fix catchall plugin message for process2 + - Correct grammatical errors + - Do not split If sentences to framework and plugins + - Fix typo in "lt" translation header + - catchall_boolean.py - 'None' man page is None man page + - Fix restorecon "then" text diff --git a/plugins/configure.ac b/plugins/configure.ac index fe6a704..d8066ff 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([setroubleshoot-plugins], [3.0.65], +AC_INIT([setroubleshoot-plugins], [3.0.66], [http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=setroubleshoot]) AC_CONFIG_SRCDIR(src/Makefile.am) AC_CONFIG_AUX_DIR([.])