auto-import setroubleshoot-0.18-1 on branch devel from
setroubleshoot-0.18-1.src.rpm
This commit is contained in:
parent
5d9bdca004
commit
9ea8970e88
@ -1 +1 @@
|
||||
setroubleshoot-0.17.tar.gz
|
||||
setroubleshoot-0.18.tar.gz
|
||||
|
@ -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 <dwalsh@redhat.com> - 0.17-1
|
||||
* Mon Aug 7 2006 Dan Walsh <dwalsh@redhat.com> - 0.18-1
|
||||
- Add dispatcher.py
|
||||
|
||||
* Sat Aug 5 2006 Dan Walsh <dwalsh@redhat.com> - 0.17-1
|
||||
- John Dennis <jdennis@redhat.com>
|
||||
* 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,
|
||||
|
Loading…
Reference in New Issue
Block a user