From 3489f393e473c802e388a2e8eef51cbee9a8d915 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 8 Aug 2006 17:20:59 +0000 Subject: [PATCH] auto-import setroubleshoot-0.19-1 on branch devel from setroubleshoot-0.19-1.src.rpm --- .cvsignore | 2 +- setroubleshoot.spec | 26 +++++++++++++++++++++++++- sources | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0adf3da..08f692f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.18.tar.gz +setroubleshoot-0.19.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 43e0018..d1f2c72 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 0.18 +Version: 0.19 Release: 1 License: GPL Group: Applications/System @@ -95,6 +95,30 @@ rm -rf %{buildroot} %changelog +* Tue Aug 8 2006 Dan Walsh - 0.19-1 + +2006-08-08 Dan Walsh + * Fix up handling of mls ranges in context + * Cleanup some pychecker errors + +2006-08-07 John Dennis + * add first seen, last seen, and report count to alert detail view + + * make the seen icon work, if the alert has been displayed more + than N seconds, mark the alert as having been seen by the user + and update the icon is the list view + + * change the schema for the xml data; the database now has a version, + there is a local id attached to each signature, the filter list in + the siginfo was replaced by a list of per user data, the per user + data now contains the filter, seen_flag. Modify all the code which + was operating on the filter information to use the new model. + + * fix the xml serialization so that booleans can be used as a basic + type and also so that non-string types can be used in element + attributes (e.g. int, bool) and the serialization code will + automatically convert between python types and strings. + * Mon Aug 7 2006 Dan Walsh - 0.18-1 - Add dispatcher.py diff --git a/sources b/sources index 3388d32..1e13f6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -072936e9619b027c9b1f1ba291accc8d setroubleshoot-0.18.tar.gz +85bf0e61214dac42eca4e86ab1360eec setroubleshoot-0.19.tar.gz