diff --git a/.cvsignore b/.cvsignore index 333372c..2a28846 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.31.tar.gz +setroubleshoot-0.32.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 5ee8dcc..9d2f578 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 0.31 +Version: 0.32 Release: 1 License: GPL Group: Applications/System @@ -107,6 +107,23 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/*png %changelog +* Tue Aug 22 2006 Dan Walsh - 0.32-1 +- Add avc_syslog to syslog translated avc message +- Fix submitbug button +- John Dennis Changes + * fix signature inflation, all data attached to a signature is now + encapsulated in a SEFaultSignatureInfo (siginfo) class. The GUI no + longer reaches into a signature looking for information, it looks + in the siginfo. The Plugin class now defines the method + get_signature() which report() calls to obtain the signature. The + default signature provided by the Plugin class includes the + analysisID, an AVC with just the src & target contexts, and the + object_path. All data accesses and parameters which had been "sig + and solution" are now done via the unified siginfo class. There is + still a bit more work to be done on this but this represents a + reasonble point to checkpoint the code in CVS. + + * Tue Aug 22 2006 Dan Walsh - 0.31-1 - Fix desktop diff --git a/sources b/sources index 15396f5..692373b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e49a12967555d386a16fc1cb27a462f setroubleshoot-0.31.tar.gz +3e9877c1abd9976ea697fb3c2ebec5ff setroubleshoot-0.32.tar.gz