diff --git a/.cvsignore b/.cvsignore index 0fc152c..0adf3da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.17.tar.gz +setroubleshoot-0.18.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 26ee2e3..43e0018 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 0.17 +Version: 0.18 Release: 1 License: GPL Group: Applications/System @@ -95,8 +95,37 @@ rm -rf %{buildroot} %changelog -* Wed Aug 2 2006 Dan Walsh - 0.17-1 +* Mon Aug 7 2006 Dan Walsh - 0.18-1 +- Add dispatcher.py + +* Sat Aug 5 2006 Dan Walsh - 0.17-1 - John Dennis + * clean up and rework the timestamp code in util.py so that + time zones are handled properly, there were a number of bugs. + Hopefully it's correct now because timezone handling is a pain. + + * change the time format in the browser so all times are displayed + identically, the friendly time relative format was hard to compare. + + * modify the plugin 'make install' to delete all existing plugin's + prior to installing the new ones + + * add popup menu to status icon to choose between browser and + alert GUI (not fully connected yet). Several bug fixes related + to changing the filter_type from a string to an int. + + * add filter selection to bottom pane, change filter_type from + string to integer constant. Enhance how columns are handled. + Get init_combo_box to work. Remove unused RPM and Bugzilla + fields from bottom pane. Modify the default size of the browser + window. Fix missing import in util.py. + + * add ability in broswer to sort on columns, initially the report + count column and the last seen date column. The date column now + stores a TimeStamp object instead of a string. Add new method + to TimeStamp to return a friendly string relative to the current + time. The date column in the browser now has a cell data function + which invokes the friendly format method of the TimeStamp object. * add ability fo serialize to/from xml for classes which can inititialized from strings and serialized as strings (e.g. numbers, diff --git a/sources b/sources index 2c2de2d..3388d32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63837eef5bd2809e7151d89f74b0ec35 setroubleshoot-0.17.tar.gz +072936e9619b027c9b1f1ba291accc8d setroubleshoot-0.18.tar.gz