From 0ffb46b608aa069f2ce9e57d991455c040c1d8a3 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Aug 12 2020 11:57:40 +0000 Subject: [PATCH 1/2] setroubleshoot-3.3.24 --- diff --git a/framework/NEWS b/framework/NEWS index 60f1c8e..0b65450 100644 --- a/framework/NEWS +++ b/framework/NEWS @@ -1,3 +1,8 @@ +setroubleshoot 3.3.24 2020-08-12 + - Update translations + - Log full reports with correct syslog identifier + - Cancel pending alarm during AVC analyses + setroubleshoot 3.3.23 2020-04-16 - sepolicy.info() returns a generator, not a list - Log plugin exception traceback when log level is DEBUG diff --git a/framework/configure.ac b/framework/configure.ac index dbc83c8..84301a5 100644 --- a/framework/configure.ac +++ b/framework/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([setroubleshoot], [3.3.23], +AC_INIT([setroubleshoot], [3.3.24], [http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=setroubleshoot]) AC_CONFIG_SRCDIR(src/setroubleshoot/__init__.py) @@ -24,12 +24,14 @@ IT_PROG_INTLTOOL ALL_LINGUAS="\ af aln am ang ar as ast az bal be be@latin bg bn bn_IN bo br brx bs ca \ -ca@valencia crh cs cy da de dz el en_GB en@shaw eo es et eu fa fi fr ga gl \ +ca@valencia crh cs cy da de dz el en_GB en@shaw eo es et eu fa fi fr fur ga gl \ gu he hi hr hu hy ia id ilo io is it ja ka kg kk km kn ko ks ku ky la lg \ li lo lt lv mai mg mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps \ pt pt_BR ro ru rw si sk sl sq sr sr@latin sv ta te tg th tk tl tr tt ug uk \ ur uz uz@cyrillic vi wa wo xh yi zh_CN zh_HK zh_TW zu " +# the following localizations are enabled in zanata, but currently contain no translations +# anp de_CH fil gd kdt kw kw@kkcor kw@uccor kw_GB tw wba yo AC_PROG_LN_S LIBCAP_NG_PATH From a918407546e22c9fa4ee87d3cbd11451fefc2cd5 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Aug 12 2020 12:02:48 +0000 Subject: [PATCH 2/2] setroubleshoot-plugins-3.3.13 --- diff --git a/plugins/NEWS b/plugins/NEWS index b44182c..3209c43 100644 --- a/plugins/NEWS +++ b/plugins/NEWS @@ -1,3 +1,6 @@ +setroubleshoot-plugins 3.3.13 2020-08-12 + - Update translations + setroubleshoot-plugins 3.3.12 2020-04-16 - Update translations - Update deprecated type references diff --git a/plugins/configure.ac b/plugins/configure.ac index 8ff45c1..3153c6c 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([setroubleshoot-plugins], [3.3.12], +AC_INIT([setroubleshoot-plugins], [3.3.13], [http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=setroubleshoot]) AC_CONFIG_SRCDIR(src/Makefile.am) AC_CONFIG_AUX_DIR([.]) @@ -16,12 +16,14 @@ AM_GLIB_GNU_GETTEXT IT_PROG_INTLTOOL ALL_LINGUAS="\ af aln am ang ar as ast az bal be be@latin bg bn bn_IN bo br brx bs ca \ -ca@valencia crh cs cy da de dz el en_GB en@shaw eo es et eu fa fi fr ga gl \ +ca@valencia crh cs cy da de dz el en_GB en@shaw eo es et eu fa fi fr fur ga gl \ gu he hi hr hu hy ia id ilo io is it ja ka kg kk km kn ko ks ku ky la lg \ li lo lt lv mai mg mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps \ pt pt_BR ro ru rw si sk sl sq sr sr@latin sv ta te tg th tk tl tr tt ug uk \ ur uz uz@cyrillic vi wa wo xh yi zh_CN zh_HK zh_TW zu " +# the following localizations are enabled in zanata, but currently contain no translations +# anp de_CH fil gd kdt kw kw@kkcor kw@uccor kw_GB tw wba yo AC_PROG_LN_S AM_PATH_PYTHON([3])