auto-import setroubleshoot-1.7-1 on branch devel from

setroubleshoot-1.7-1.src.rpm
This commit is contained in:
Daniel J Walsh 2006-11-22 14:30:36 +00:00
parent afa6bf16a8
commit aef7d5299d
3 changed files with 7 additions and 76 deletions

View File

@ -1 +1 @@
setroubleshoot-1.6.tar.gz
setroubleshoot-1.7.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 1.6
Release: 2%{?dist}
Version: 1.7
Release: 1%{?dist}
License: GPL
Group: Applications/System
URL: http://www.redhat.com/
@ -98,6 +98,7 @@ rm -rf %{buildroot}
%dir %{pkgrundir}
%dir %{pkgvardatadir}
%ghost %attr(0644,root,root) %{pkgvardatadir}/database.xml
%{_mandir}/man8/sealert.8.gz
/etc/rc.d/init.d/%{name}
%{_sysconfdir}/xdg/autostart/*
@ -105,7 +106,8 @@ rm -rf %{buildroot}
%{_datadir}/dbus-1/services/sealert.service
%changelog
* Mon Nov 20 2006 John Dennis <jdennis@redhat.com> - 1.6-1
* Tue Nov 21 2006 Dan Walsh <dwalsh@redhat.com> - 1.7-1
* Add command line utilities
* logfile scanning finally seems to work connected to browser
* Additional Information section of report now includes line
@ -129,77 +131,6 @@ rm -rf %{buildroot}
* fix lookup_local_id
* add more support for updating single rows in browser list view
rather than reloading everything
* correctly handle moving selection after a delete, lots of little
selection fixes.
* improve handling of ListStore model, nuke the kludgy pre-extended rows
* signatures_updated() now works
* fix bug #214218, sealert aborts if lang is not english, also
improve error handling, the actual error was not being trapped and
instead a subsequent error induced as a consequence was being
reported, which was a red herring, also fix redundant variable
which was used to hold the broswer window/widget instance.
* modify how changes to the database are propagated, database
object now takes an update callback. Now only the database is
responsible for reporting changes, previously it had been the
caller who modified the database and then had to also know what
type of update to signal. Modify the 'signatures_updated' family
of functions and signals to pass a upated type (add,delete,modify)
and an item identifier, currently the local id.
* signals to display the browser window now take an optional
argument to indicate what it should be displaying. This was added
for the case where the browser was visiting a logfile but the user
clicked on the alert notification icon, the browser should in this
instance always display the current alert, the user can use the
view menu to switch back to the logfile view after having viewed
the current alert.
* add timeout's to status messages
* tighten up the concept of 'visiting' in the browser, both in
data structure and methods, as well as status messages.
* make sure when the 'mark_seen' event triggers in the future it
is bound the database that generated it, not the currently viewed
database.
* fix some debug messages which were not inside 'if debug'
* move the signatures_updated signal to the database family of
objects.
* modify the RPC call mechanism so that it is possible to call a
local object through the RPC API without it connecting to a remote
object. Thus users of the RPC API can be ignorant if the object
they are bound to is local or remote.
* split the RPC interface for the server into server specific
entry points and a new database interface. The new database
interface supports the browser binding to either a remote database
or a local instance created for logfile scanning.
* fix how timestamps are assigned, we used to just timestamp an
alert when it arrived from the audit system but now with logfile
scanning timestamps are embedded in the logfile messages so in
order to display the correct time an event occurred we needed to
pass the timestamp read in the logfile through the pipeline.
* create a thread in the browser for logfile scanning, perform the
analysis in the thread with the browser GUI bound to the threads
operation, display the scanning progress in the progress bar.
* introduce the notion in the broswer of "visiting" a database, at
the moment one is either vising the audit database or the last
scanned logfile, added "View" menu and menu items to view the
audit database or the logfile. When visiting have the browser
connect to different signals. The visit mechanism still needs
some work.
* Wed Nov 8 2006 Dan Walsh <dwalsh@redhat.com> - 1.5-1
- Speed up startup of service

View File

@ -1 +1 @@
af4da5b8b0465aebfaa0b3df9950491b setroubleshoot-1.6.tar.gz
c52f93f53863145a21f2e3ab1cd99b8e setroubleshoot-1.7.tar.gz