a09963b
%{!?python_site: %define python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
a09963b
# platform-dependent
a09963b
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
5485d0e
Summary: Automatic bug detection and reporting tool
5485d0e
Name: abrt
91cd8a7
Version: 1.0.4
083af50
Release: 1%{?dist}
5485d0e
License: GPLv2+
5485d0e
Group: Applications/System
a09963b
URL: https://fedorahosted.org/abrt/
5485d0e
Source: http://jmoskovc.fedorapeople.org/%{name}-%{version}.tar.gz
5485d0e
Source1: abrt.init
b50913d
BuildRequires: dbus-devel
5485d0e
BuildRequires: gtk2-devel
b1bfb09
BuildRequires: curl-devel
5485d0e
BuildRequires: rpm-devel >= 4.6
5485d0e
BuildRequires: sqlite-devel > 3.0
5485d0e
BuildRequires: desktop-file-utils
91cd8a7
#BuildRequires: nss-devel
0c5c493
BuildRequires: libnotify-devel
0c5c493
BuildRequires: xmlrpc-c-devel
0c5c493
BuildRequires: file-devel
a09963b
BuildRequires: python-devel
5f9fc0b
BuildRequires: gettext
5b23575
BuildRequires: polkit-devel
64e3286
BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
083af50
BuildRequires: intltool
8d35b37
BuildRequires: bison
5485d0e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
61af881
Requires: %{name}-libs = %{version}-%{release}
8d35b37
Requires(pre): shadow-utils
8d35b37
Obsoletes: abrt-plugin-sqlite3
5485d0e
5485d0e
%description
91d57ac
%{name} is a tool to help users to detect defects in applications and
91d57ac
to create a bug report with all informations needed by maintainer to fix it.
5485d0e
It uses plugin system to extend its functionality.
5485d0e
5485d0e
%package libs
5485d0e
Summary: Libraries for %{name}
5485d0e
Group: System Environment/Libraries
5485d0e
5485d0e
%description libs
5485d0e
Libraries for %{name}.
5485d0e
5485d0e
%package devel
5485d0e
Summary: Development libraries for %{name}
5485d0e
Group: Development/Libraries
5485d0e
Requires: %{name}-libs = %{version}-%{release}
5485d0e
5485d0e
%description devel
5485d0e
Development libraries and headers for %{name}.
5485d0e
5485d0e
%package gui
5485d0e
Summary: %{name}'s gui
5485d0e
Group: User Interface/Desktops
5485d0e
Requires: %{name} = %{version}-%{release}
64e3286
Requires: dbus-python, pygtk2, pygtk2-libglade,
64e3286
Requires: gnome-python2-gnomevfs, gnome-python2-gnomekeyring
8d35b37
# only if gtk2 version < 2.17:
5f9fc0b
#Requires: python-sexy
8d35b37
# we used to have abrt-applet, now abrt-gui includes it:
61af881
Provides: abrt-applet = %{version}-%{release}
61af881
Obsoletes: abrt-applet < 0.0.5
61af881
Conflicts: abrt-applet < 0.0.5
5485d0e
5485d0e
%description gui
5485d0e
GTK+ wizard for convenient bug reporting.
5485d0e
5485d0e
%package addon-ccpp
5485d0e
Summary: %{name}'s C/C++ addon
5485d0e
Group: System Environment/Libraries
083af50
Requires: elfutils
083af50
Requires: yum-utils
5485d0e
Requires: %{name} = %{version}-%{release}
5485d0e
5485d0e
%description addon-ccpp
91d57ac
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
0c5c493
analyzer plugin.
5485d0e
083af50
#%package plugin-firefox
083af50
#Summary: %{name}'s Firefox analyzer plugin
083af50
#Group: System Environment/Libraries
083af50
#Requires: gdb >= 7.0-3
083af50
#Requires: elfutils
083af50
#Requires: yum-utils
083af50
#Requires: %{name} = %{version}-%{release}
083af50
083af50
#%description plugin-firefox
083af50
#This package contains hook for Firefox
083af50
a09963b
%package addon-kerneloops
a09963b
Summary: %{name}'s kerneloops addon
b1bfb09
Group: System Environment/Libraries
8d35b37
Requires: curl
b1bfb09
Requires: %{name} = %{version}-%{release}
b50913d
Obsoletes: kerneloops
a09963b
Obsoletes: abrt-plugin-kerneloops
8d35b37
Obsoletes: abrt-plugin-kerneloopsreporter
b1bfb09
a09963b
%description addon-kerneloops
8d35b37
This package contains plugin for collecting kernel crash information
8d35b37
and reporter plugin which sends this information to specified server,
8d35b37
usually to kerneloops.org.
5485d0e
5485d0e
%package plugin-logger
5485d0e
Summary: %{name}'s logger reporter plugin
5485d0e
Group: System Environment/Libraries
5485d0e
Requires: %{name} = %{version}-%{release}
5485d0e
5485d0e
%description plugin-logger
8d35b37
The simple reporter plugin which writes a report to a specified file.
5485d0e
5485d0e
%package plugin-mailx
5485d0e
Summary: %{name}'s mailx reporter plugin
5485d0e
Group: System Environment/Libraries
5485d0e
Requires: %{name} = %{version}-%{release}
5485d0e
Requires: mailx
5485d0e
5485d0e
%description plugin-mailx
8d35b37
The simple reporter plugin which sends a report via mailx to a specified
8d35b37
email address.
5485d0e
0c5c493
%package plugin-runapp
0c5c493
Summary: %{name}'s runapp plugin
0c5c493
Group: System Environment/Libraries
0c5c493
Requires: %{name} = %{version}-%{release}
0c5c493
0c5c493
%description plugin-runapp
0c5c493
Plugin to run external programs.
0c5c493
91d57ac
%package plugin-sosreport
91d57ac
Summary: %{name}'s sosreport plugin
91d57ac
Group: System Environment/Libraries
91d57ac
Requires: sos
91d57ac
Requires: %{name} = %{version}-%{release}
91d57ac
91d57ac
%description plugin-sosreport
91d57ac
Plugin to include an sosreport in an abrt report.
91d57ac
0c5c493
%package plugin-bugzilla
0c5c493
Summary: %{name}'s bugzilla plugin
0c5c493
Group: System Environment/Libraries
0c5c493
Requires: %{name} = %{version}-%{release}
0c5c493
0c5c493
%description plugin-bugzilla
0c5c493
Plugin to report bugs into the bugzilla.
0c5c493
083af50
%package plugin-catcut
083af50
Summary: %{name}'s catcut plugin
083af50
Group: System Environment/Libraries
083af50
Requires: %{name} = %{version}-%{release}
083af50
083af50
%description plugin-catcut
083af50
Plugin to report bugs into the catcut.
083af50
5b23575
%package plugin-ticketuploader
5b23575
Summary: %{name}'s ticketuploader plugin
5b23575
Group: System Environment/Libraries
5b23575
Requires: %{name} = %{version}-%{release}
5b23575
5b23575
%description plugin-ticketuploader
5b23575
Plugin to report bugs into anonymous FTP site associated with ticketing system.
5b23575
a09963b
%package plugin-filetransfer
a09963b
Summary: %{name}'s File Transfer plugin
a09963b
Group: System Environment/Libraries
a09963b
Requires: %{name} = %{version}-%{release}
a09963b
a09963b
%description plugin-filetransfer
a09963b
Plugin to uploading files to a server.
a09963b
a09963b
%package addon-python
a09963b
Summary: %{name}'s addon for catching and analyzing Python exceptions
a09963b
Group: System Environment/Libraries
a09963b
Requires: %{name} = %{version}-%{release}
a09963b
a09963b
%description addon-python
a09963b
This package contains python hook and python analyzer plugin for hadnling
a09963b
uncaught exception in python programs.
a09963b
a09963b
%package cli
a09963b
Summary: %{name}'s command line interface
a09963b
Group: User Interface/Desktops
a09963b
Requires: %{name} = %{version}-%{release}
a09963b
a09963b
%description cli
a09963b
This package contains simple command line client for controling abrt daemon over
a09963b
the sockets.
a09963b
91d57ac
%package desktop
91d57ac
Summary: Virtual package to install all necessary packages for usage from desktop environment
91d57ac
Group: User Interface/Desktops
8d35b37
# This package gets installed when anything requests bug-buddy -
8d35b37
# happens when users upgrade Fn to Fn+1;
8d35b37
# or if user just wants "typical desktop installation".
8d35b37
# Installing abrt-desktop should result in the abrt which works without
8d35b37
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
91d57ac
Requires: %{name} = %{version}-%{release}
083af50
Requires: %{name}-addon-kerneloops
91d57ac
Requires: %{name}-addon-ccpp, %{name}-addon-python
91cd8a7
# Default config of addon-ccpp requires gdb
91cd8a7
Requires: gdb >= 7.0-3
8d35b37
Requires: %{name}-gui
8d35b37
Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp
083af50
#Requires: %{name}-plugin-firefox
8d35b37
Obsoletes: bug-buddy
8d35b37
Provides: bug-buddy
91d57ac
91d57ac
%description desktop
91d57ac
Virtual package to make easy default instalation on desktop environments.
91d57ac
5485d0e
%prep
5485d0e
%setup -q
5485d0e
5485d0e
%build
5485d0e
%configure
5485d0e
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
5485d0e
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
5485d0e
make %{?_smp_mflags}
5485d0e
5485d0e
%install
5485d0e
rm -rf $RPM_BUILD_ROOT
a09963b
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
5f9fc0b
%find_lang %{name}
5485d0e
a09963b
#rm -rf $RPM_BUILD_ROOT/%{_libdir}/lib*.la
a09963b
#rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/lib*.la
a09963b
# remove all .la and .a files
a09963b
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
5485d0e
mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
b50913d
install -m 755 %SOURCE1 ${RPM_BUILD_ROOT}/%{_initrddir}/abrtd
5485d0e
mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}
083af50
mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}-di
083af50
mkdir -p $RPM_BUILD_ROOT/var/run/%{name}
5485d0e
5485d0e
desktop-file-install \
5485d0e
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
083af50
        --vendor fedora \
083af50
        --delete-original \
083af50
        ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
91d57ac
91d57ac
desktop-file-install \
91d57ac
        --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart \
91d57ac
        src/Applet/%{name}-applet.desktop
91d57ac
5485d0e
%clean
5485d0e
rm -rf $RPM_BUILD_ROOT
5485d0e
083af50
%pre
8d35b37
getent group abrt >/dev/null || groupadd -f --system abrt
91cd8a7
getent passwd abrt >/dev/null || useradd --system -g abrt -d /etc/abrt -s /sbin/nologin abrt
8d35b37
exit 0
083af50
5485d0e
%post
b50913d
/sbin/chkconfig --add %{name}d
5485d0e
5485d0e
%post libs -p /sbin/ldconfig
5485d0e
5485d0e
%preun
b50913d
if [ "$1" -eq "0" ] ; then
b50913d
  service %{name}d stop >/dev/null 2>&1
b50913d
  /sbin/chkconfig --del %{name}d
5485d0e
fi
5485d0e
5485d0e
%postun libs -p /sbin/ldconfig
5485d0e
083af50
%posttrans
083af50
if [ "$1" -eq "0" ]; then
083af50
    service %{name}d condrestart >/dev/null 2>&1 || :
083af50
fi
083af50
5f9fc0b
%files -f %{name}.lang
5485d0e
%defattr(-,root,root,-)
5485d0e
%doc README COPYING
b50913d
%{_sbindir}/%{name}d
083af50
%{_bindir}/%{name}-debuginfo-install
8d35b37
%{_bindir}/%{name}-backtrace
5485d0e
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
5485d0e
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
b50913d
%{_initrddir}/%{name}d
91cd8a7
%dir %attr(0755, abrt, abrt) %{_localstatedir}/cache/%{name}
083af50
%dir /var/run/%{name}
5485d0e
%dir %{_sysconfdir}/%{name}
5485d0e
%dir %{_sysconfdir}/%{name}/plugins
5485d0e
%dir %{_libdir}/%{name}
91cd8a7
%{_mandir}/man1/%{name}-backtrace.1.gz
64e3286
%{_mandir}/man8/abrtd.8.gz
a09963b
%{_mandir}/man5/%{name}.conf.5.gz
8d35b37
#%{_mandir}/man5/pyhook.conf.5.gz
a09963b
%{_mandir}/man7/%{name}-plugins.7.gz
5b23575
%{_datadir}/polkit-1/actions/org.fedoraproject.abrt.policy
64e3286
%{_datadir}/dbus-1/system-services/com.redhat.abrt.service
8d35b37
%config(noreplace) %{_sysconfdir}/%{name}/plugins/SQLite3.conf
8d35b37
%{_libdir}/%{name}/libSQLite3.so*
8d35b37
%{_mandir}/man7/%{name}-SQLite3.7.gz
5485d0e
5485d0e
%files libs
5485d0e
%defattr(-,root,root,-)
5485d0e
%{_libdir}/lib*.so.*
5485d0e
5485d0e
%files devel
5485d0e
%defattr(-,root,root,-)
5485d0e
%{_libdir}/lib*.so
5485d0e
5485d0e
%files gui
5485d0e
%defattr(-,root,root,-)
5485d0e
%{_bindir}/%{name}-gui
5485d0e
%{_datadir}/%{name}
083af50
%{_datadir}/applications/fedora-%{name}.desktop
083af50
%{_datadir}/pixmaps/abrt.png
083af50
%{_datadir}/icons/hicolor/48x48/apps/*.png
91d57ac
%{_bindir}/%{name}-applet
91d57ac
%{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
5485d0e
5485d0e
%files addon-ccpp
5485d0e
%defattr(-,root,root,-)
5485d0e
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
8d35b37
%dir %{_localstatedir}/cache/%{name}-di
5485d0e
%{_libdir}/%{name}/libCCpp.so*
8d35b37
%{_libexecdir}/abrt-hook-ccpp
5485d0e
083af50
#%files plugin-firefox
083af50
#%{_libdir}/%{name}/libFirefox.so*
083af50
a09963b
%files addon-kerneloops
b1bfb09
%defattr(-,root,root,-)
083af50
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Kerneloops.conf
91d57ac
%{_bindir}/dumpoops
b1bfb09
%{_libdir}/%{name}/libKerneloops.so*
a09963b
%{_libdir}/%{name}/libKerneloopsScanner.so*
a09963b
%{_mandir}/man7/%{name}-KerneloopsScanner.7.gz
b1bfb09
%{_libdir}/%{name}/libKerneloopsReporter.so*
91d57ac
%{_libdir}/%{name}/KerneloopsReporter.GTKBuilder
a09963b
%{_mandir}/man7/%{name}-KerneloopsReporter.7.gz
b1bfb09
5485d0e
%files plugin-logger
5485d0e
%defattr(-,root,root,-)
5485d0e
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Logger.conf
5485d0e
%{_libdir}/%{name}/libLogger.so*
91d57ac
%{_libdir}/%{name}/Logger.GTKBuilder
a09963b
%{_mandir}/man7/%{name}-Logger.7.gz
5485d0e
5485d0e
%files plugin-mailx
5485d0e
%defattr(-,root,root,-)
5485d0e
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Mailx.conf
5485d0e
%{_libdir}/%{name}/libMailx.so*
91d57ac
%{_libdir}/%{name}/Mailx.GTKBuilder
a09963b
%{_mandir}/man7/%{name}-Mailx.7.gz
5485d0e
0c5c493
%files plugin-runapp
0c5c493
%defattr(-,root,root,-)
0c5c493
%{_libdir}/%{name}/libRunApp.so*
a09963b
%{_mandir}/man7/%{name}-RunApp.7.gz
0c5c493
91d57ac
%files plugin-sosreport
91d57ac
%defattr(-,root,root,-)
91d57ac
%{_libdir}/%{name}/libSOSreport.so*
91d57ac
0c5c493
%files plugin-bugzilla
0c5c493
%defattr(-,root,root,-)
0c5c493
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf
0c5c493
%{_libdir}/%{name}/libBugzilla.so*
91d57ac
%{_libdir}/%{name}/Bugzilla.GTKBuilder
a09963b
%{_mandir}/man7/%{name}-Bugzilla.7.gz
a09963b
083af50
%files plugin-catcut
083af50
%defattr(-,root,root,-)
083af50
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Catcut.conf
083af50
%{_libdir}/%{name}/libCatcut.so*
083af50
%{_libdir}/%{name}/Catcut.GTKBuilder
083af50
#%{_mandir}/man7/%{name}-Catcut.7.gz
083af50
5b23575
%files plugin-ticketuploader
5b23575
%defattr(-,root,root,-)
5b23575
%config(noreplace) %{_sysconfdir}/%{name}/plugins/TicketUploader.conf
5b23575
%{_libdir}/%{name}/libTicketUploader.so*
5b23575
%{_libdir}/%{name}/TicketUploader.GTKBuilder
5b23575
%{_mandir}/man7/%{name}-TicketUploader.7.gz
5b23575
a09963b
%files plugin-filetransfer
a09963b
%defattr(-,root,root,-)
a09963b
%config(noreplace) %{_sysconfdir}/%{name}/plugins/FileTransfer.conf
a09963b
%{_libdir}/%{name}/libFileTransfer.so*
a09963b
%{_mandir}/man7/%{name}-FileTransfer.7.gz
a09963b
a09963b
%files addon-python
a09963b
%defattr(-,root,root,-)
91cd8a7
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Python.conf
91cd8a7
%attr(4755, abrt, abrt) %{_libexecdir}/abrt-hook-python
a09963b
%{_libdir}/%{name}/libPython.so*
a09963b
%{python_site}/*.py*
a09963b
91cd8a7
a09963b
%files cli
a09963b
%defattr(-,root,root,-)
a09963b
%{_bindir}/abrt-cli
083af50
%{_mandir}/man1/abrt-cli.1.gz
083af50
%{_sysconfdir}/bash_completion.d/abrt-cli.bash
0c5c493
91d57ac
%files desktop
91d57ac
%defattr(-,root,root,-)
91d57ac
5485d0e
%changelog
91cd8a7
* Wed Jan 20 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
91cd8a7
- GUI: redesign of reporter dialog (jmoskovc@redhat.com)
91cd8a7
- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)
91cd8a7
- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux@googlemail.com)
91cd8a7
- s/os.exit/sys.exit - closes rhbz#556313 (vda.linux@googlemail.com)
91cd8a7
- use repr() to print variable values in python hook rhbz#545070 (jmoskovc@redhat.com)
91cd8a7
- gui: add logging infrastructure (vda.linux@googlemail.com)
91cd8a7
- Added "Enabled = yes" to all plugin's config files (jmoskovc@redhat.com)
91cd8a7
- *: disable plugin loading/unloading through GUI. Document keyring a bit (vda.linux@googlemail.com)
91cd8a7
- fix memory leaks in catcut plugin (npajkovs@redhat.com)
91cd8a7
- fix memory leaks in bugzilla (npajkovs@redhat.com)
91cd8a7
- abrt-hook-python: sanitize input more; log to syslog (vda.linux@googlemail.com)
91cd8a7
- Fixed /var/cache/abrt/ permissions (kklic@redhat.com)
91cd8a7
- Kerneloops: we require commandline for every crash, save dummy one for oopses (vda.linux@googlemail.com)
91cd8a7
- *: remove nss dependencies (vda.linux@googlemail.com)
91cd8a7
- CCpp: use our own sha1 implementation (less pain with nss libs) (vda.linux@googlemail.com)
91cd8a7
- DebugDump: more consistent logic in setting mode and uid:gid on dump dir (vda.linux@googlemail.com)
91cd8a7
- fixes based on security review (vda.linux@googlemail.com)
91cd8a7
- SOSreport/TicketUploader: use more restrictive file modes (vda.linux@googlemail.com)
91cd8a7
- abrt-hook-python: add input sanitization and directory size guard (vda.linux@googlemail.com)
91cd8a7
- RunApp: safer chdir. Overhauled "sparn a child and get its output" in general (vda.linux@googlemail.com)
91cd8a7
- DebugDump: use more restrictive modes (vda.linux@googlemail.com)
91cd8a7
- SQLite3: check for SQL injection (vda.linux@googlemail.com)
91cd8a7
- replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no (vda.linux@googlemail.com)
91cd8a7
- abrt.spec: move "requires: gdb" to abrt-desktop (vda.linux@googlemail.com)
91cd8a7
- ccpp: add a possibility to disable backtrace generation (vda.linux@googlemail.com)
91cd8a7
- abrtd: limit the number of frames in backtrace to 3000 (vda.linux@googlemail.com)
91cd8a7
91cd8a7
* Tue Jan  5 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.3-1
91cd8a7
- speed optimalization of abrt-debuginfo-install (jmoskovc@redhat.com)
91cd8a7
- updated credits (jmoskovc@redhat.com)
91cd8a7
- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc@redhat.com)
91cd8a7
- abrt-backtrace manpage installed (kklic@redhat.com)
91cd8a7
- cmdline and daemon checking is done by abrt-python-hook (kklic@redhat.com)
91cd8a7
- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic@redhat.com)
91cd8a7
- large file support for whole abrt (kklic@redhat.com)
91cd8a7
- made s_signal_caught volatile (vda.linux@googlemail.com)
91cd8a7
- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux@googlemail.com)
91cd8a7
- remove unsafe log() from signal handler (vda.linux@googlemail.com)
91cd8a7
- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). (vda.linux@googlemail.com)
91cd8a7
- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux@googlemail.com)
91cd8a7
- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux@googlemail.com)
91cd8a7
- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc@redhat.com)
91cd8a7
- GUI: autoscroll log window (jmoskovc@redhat.com)
91cd8a7
- Kerneloops.conf: better comments (vda.linux@googlemail.com)
91cd8a7
- applet: reduce blinking time to 30 seconds (vda.linux@googlemail.com)
91cd8a7
- add paranoia checks on setuid/setgid (vda.linux@googlemail.com)
91cd8a7
- more "obviously correct" code for secure opening of /dev/null (vda.linux@googlemail.com)
91cd8a7
- get rid of ugly sleep call inside while() (vda.linux@googlemail.com)
91cd8a7
8d35b37
* Mon Dec 14 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.2-1
8d35b37
- disabled GPG check again (jmoskovc@redhat.com)
8d35b37
- abrt-pyhook-helper rename (vda.linux@googlemail.com)
8d35b37
- abrt-cli: report success/failure of reporting. closes bug 71 (vda.linux@googlemail.com)
8d35b37
- less logging (vda.linux@googlemail.com)
8d35b37
- mkde abrt-gui --help and --version behave as expected. closes bug 85 (vda.linux@googlemail.com)
8d35b37
- dbus lib: fix parsing of 0-element arrays. Fixes bug 95 (vda.linux@googlemail.com)
8d35b37
- make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 (vda.linux@googlemail.com)
8d35b37
- applet: make animation stop after 1 minute. (closes bug 108) (vda.linux@googlemail.com)
8d35b37
- show comment and how to reproduce fields, when BT rating > 3 (jmoskovc@redhat.com)
8d35b37
- Gui: make report status window's text wrap. Fixes bug 82 (vda.linux@googlemail.com)
8d35b37
- CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90) (vda.linux@googlemail.com)
8d35b37
- added link to bugzilla new account page to Bugzilla config dialog (jmoskovc@redhat.com)
8d35b37
- GUI: added log window (jmoskovc@redhat.com)
8d35b37
8d35b37
* Tue Dec  8 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.1-1
8d35b37
- PyHook: better logic for checking if abrtd is running rhbz#539987 (jmoskovc@redhat.com)
8d35b37
- re-enabled gpg sign checking (jmoskovc@redhat.com)
8d35b37
- PyHook: use repr() for displaying variables rhbz#545070 (jmoskovc@redhat.com)
8d35b37
- kerneloops: fix the linux kernel version identification (aarapov@redhat.com)
8d35b37
- gui review (rrakus@redhat.com)
8d35b37
- when we trim the dir, we must delete it from DB too rhbz#541854 (vda.linux@googlemail.com)
8d35b37
- improved dupe checking (kklic@redhat.com)
8d35b37
- GUI: handle cases when gui fails to start daemon on demand rhbz#543725 (jmoskovc@redhat.com)
8d35b37
- Add abrt group only if it is missing; fixes rhbz#543250 (kklic@redhat.com)
8d35b37
- GUI: more string fixes rhbz#543266 (jmoskovc@redhat.com)
8d35b37
- abrt.spec: straighten out relations between abrt-desktop and abrt-gui (vda.linux@googlemail.com)
8d35b37
- refuse to start if some required plugins are missing rhbz#518422 (vda.linux@googlemail.com)
8d35b37
- GUI: survive gnome-keyring access denial rhbz#543200 (jmoskovc@redhat.com)
8d35b37
- typo fixes rhbz#543266 (jmoskovc@redhat.com)
8d35b37
- abrt-debuginfo-install: better fix for incorrect passing double quotes (vda.linux@googlemail.com)
8d35b37
- APPLET: stop animation when it's not needed rhbz#542157 (jmoskovc@redhat.com)
8d35b37
- ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) (vda.linux@googlemail.com)
8d35b37
- Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 (vda.linux@googlemail.com)
8d35b37
- SPEC: removed sqlite3 package, fixed some update problems (jmoskovc@redhat.com)
8d35b37
- Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf (npajkovs@redhat.com)
8d35b37
- remove word 'detected' from description rhbz#541459 (vda.linux@googlemail.com)
8d35b37
- src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... (vda.linux@googlemail.com)
8d35b37
- CCpp.cpp: quote parameters if needed rhbz#540164 (vda.linux@googlemail.com)
8d35b37
083af50
* Fri Nov 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1
083af50
- new version
083af50
- comment input wraps words rhbz#531276
083af50
- fixed hiding password dialog rhbz#529583
083af50
- easier kerneloops reporting rhbz#528395
083af50
- made menu entry translatable rhbz#536878 (jmoskovc@redhat.com)
083af50
- GUI: don't read the g-k every time we want to use the setting (jmoskovc@redhat.com)
083af50
- GUI: survive if g-k access is denied rhbz#534171 (jmoskovc@redhat.com)
083af50
- include more info into oops (we were losing the stack dump) (vda.linux@googlemail.com)
083af50
- make BZ insert small text attachments inline; move text file detection code (vda.linux@googlemail.com)
083af50
- GUI: fixed text wrapping in comment field rhbz#531276 (jmoskovc@redhat.com)
083af50
- GUI: added cancel to send dialog rhbz#537238 (jmoskovc@redhat.com)
083af50
- include abrt version in bug descriptions (vda.linux@googlemail.com)
083af50
- ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive (vda.linux@googlemail.com)
083af50
- GUI: added window icon rhbz#537240 (jmoskovc@redhat.com)
083af50
- add support for \" escaping in config file (vda.linux@googlemail.com)
083af50
- add experimental saving of /var/log/Xorg*.log for X crashes (vda.linux@googlemail.com)
083af50
- APPLET: changed icon from default gtk-warning to abrt specific, add animation (jmoskovc@redhat.com)
083af50
- don't show icon on abrtd start/stop rhbz#537630 (jmoskovc@redhat.com)
083af50
- /var/cache/abrt permissions 1775 -> 0775 in spec file (kklic@redhat.com)
083af50
- Daemon properly checks /var/cache/abrt attributes (kklic@redhat.com)
083af50
- abrt user group; used by abrt-pyhook-helper (kklic@redhat.com)
083af50
- pyhook-helper: uid taken from system instead of command line (kklic@redhat.com)
083af50
- KerneloopsSysLog: fix breakage in code which detects abrt marker (vda.linux@googlemail.com)
083af50
- GUI: added support for backtrace rating (jmoskovc@redhat.com)
083af50
- InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. (vda.linux@googlemail.com)
083af50
- abrtd: call res_init() if /etc/resolv.conf or friends were changed rhbz#533589 (vda.linux@googlemail.com)
083af50
- supress errors in python hook to not colide with the running script (jmoskovc@redhat.com)
083af50
083af50
* Tue Nov 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-2
083af50
- spec file fixes
083af50
083af50
* Mon Nov  2 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-1
083af50
- re-enabled kerneloops
083af50
- abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux@googlemail.com)
083af50
- do not report empty fields (vda.linux@googlemail.com)
083af50
- Added abrt.png, fixed rhbz#531181 (jmoskovc@redhat.com)
083af50
- added option DebugInfoCacheMB to limit size of unpacked debuginfos (vda.linux@googlemail.com)
083af50
- fixed the problem with overwriting the default plugin settings (jmoskovc@redhat.com)
083af50
- disabled kerneloops in config file (jmoskovc@redhat.com)
083af50
- added dependency to gdb >= 7.0 (jmoskovc@redhat.com)
083af50
- better format of report text (vda.linux@googlemail.com)
083af50
- Python backtrace size limited to 1 MB (kklic@redhat.com)
083af50
- lib/Plugins/Bugzilla: better message at login failure (vda.linux@googlemail.com)
083af50
- build fixes, added plugin-logger to abrt-desktop (jmoskovc@redhat.com)
083af50
- blacklisted nspluginwrapper, because it causes too many useless reports (jmoskovc@redhat.com)
083af50
- GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 (jmoskovc@redhat.com)
083af50
- Normal user can see kerneloops and report it Bugzilla memory leaks fix (npajkovs@redhat.com)
083af50
- dumpoops: add -s option to dump results to stdout (vda.linux@googlemail.com)
083af50
- removed kerneloops from abrt-desktop rhbz#528395 (jmoskovc@redhat.com)
083af50
- GUI: fixed exception when enabling plugin rhbz#530495 (jmoskovc@redhat.com)
083af50
- Improved abrt-cli (kklic@redhat.com)
083af50
- Added backtrace rating to CCpp analyzer (dnovotny@redhat.com)
083af50
- GUI improvements (jmoskovc@redhat.com)
083af50
- Added abrt-pyhook-helper (kklic@redhat.com)
47201ef
64e3286
* Thu Oct 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.10-1
64e3286
- new version
64e3286
- added more logging (vda.linux@googlemail.com)
64e3286
- made polkit policy to be more permissive when installing debuginfo (jmoskovc@redhat.com)
64e3286
- lib/Plugins/CCpp.cpp: add build-ids to backtrace (vda.linux@googlemail.com)
64e3286
- lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD instead (vda.linux@googlemail.com)
64e3286
- GUI: added refresh button, added sanity check to plugin settings (jmoskovc@redhat.com)
64e3286
- Initial man page for abrt-cli (kklic@redhat.com)
64e3286
- Added --version, -V, --help, -? options. Fixed crash caused by unknown option. (kklic@redhat.com)
64e3286
- Date/time honors current system locale (kklic@redhat.com)
64e3286
- fixed saving/reading user config (jmoskovc@redhat.com)
64e3286
- SPEC: added gnome-python2-gnomekeyring to requirements (jmoskovc@redhat.com)
64e3286
- GUI: call Report() with the latest pluginsettings (jmoskovc@redhat.com)
64e3286
- Fix Bug 526220 -  [abrt] crash detected in abrt-gui-0.0.9-2.fc12 (vda.linux@googlemail.com)
64e3286
- removed unsecure reading/writting from ~HOME directory rhbz#522878 (jmoskovc@redhat.com)
64e3286
- error checking added to archive creation (danny@rawhide.localdomain)
64e3286
- try using pk-debuginfo-install before falling back to debuginfo-install (vda.linux@googlemail.com)
64e3286
- abrt-gui: make "report" toolbar button work even if abrtd is not running (vda.linux@googlemail.com)
64e3286
- set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information from dbus (npajkovs@redhat.com)
64e3286
- add support for abrtd autostart (vda.linux@googlemail.com)
64e3286
- GUI: reversed the dumplist, so the latest crashes are at the top (jmoskovc@redhat.com)
64e3286
- rewrite FileTransfer to use library calls instead of commandline calls for compression (dnovotny@redhat.com)
64e3286
- and many minor fixes ..
64e3286
64e3286
* Wed Sep 23 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-2
706df2b
- added bug-buddy to provides rhbz#524934
706df2b
5b23575
* Tue Sep 22 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-1
5b23575
- new version
5b23575
- comments and how to reproduce are stored now (npajkovs@redhat.com)
5b23575
- reduce verbosity a bit (vda.linux@googlemail.com)
5b23575
- GUI: fixed word wrap in Comment field rhbz#524349 (jmoskovc@redhat.com)
5b23575
- remove last vestives of dbus-c++ from build system (vda.linux@googlemail.com)
5b23575
- GUI: added popup menu, fixed behaviour when run with root privs (jmoskovc@redhat.com)
5b23575
- add dbus signalization when quota exceeded (npajkovs@redhat.com)
5b23575
- Added cleaning of attachment variable, so there should not be mixed attachmetn anymore. (zprikryl@redhat.com)
5b23575
- fixed closing of debug dump in case of existing backtrace (zprikryl@redhat.com)
5b23575
- remove C++ dbus glue in src/CLI; fix a bug in --report (vda.linux@googlemail.com)
5b23575
- new polkit action for installing debuginfo, default "yes" (danny@rawhide.localdomain)
5b23575
- Polkit moved to Utils (can be used both in daemon and plugins) (danny@rawhide.localdomain)
5b23575
- oops... remove stray trailing '\' (vda.linux@googlemail.com)
5b23575
- GUI: added missing tooltips (jmoskovc@redhat.com)
5b23575
- PYHOOK: ignore KeyboardInterrupt exception (jmoskovc@redhat.com)
5b23575
- added ticket uploader plugin (gavin@redhat.com) (zprikryl@redhat.com)
5b23575
- GUI: added UI for global settings (just preview, not usable!) (jmoskovc@redhat.com)
5b23575
- Add checker if bugzilla login and password are filled in. (npajkovs@redhat.com)
5b23575
- Add new config option InstallDebuginfo into CCpp.conf (npajkovs@redhat.com)
5b23575
- translation updates
5b23575
- many other fixes
5b23575
b50913d
* Fri Sep  4 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8.5-1
b50913d
- new version
b50913d
- APPLET: added about dialog, removed popup, if icon is not visible, fixed (trac#43) (jmoskovc@redhat.com)
b50913d
- renamed abrt to abrtd, few minor spec file fixes (jmoskovc@redhat.com)
b50913d
- Made abrt service start by deafult (jmoskovc@redhat.com)
b50913d
- add gettext support for all plugins (npajkovs@redhat.com)
b50913d
- APPLET: removed the warning bubble about not running abrt service (walters)
b50913d
- APPLET: changed tooltip rhbz#520293 (jmoskovc@redhat.com)
b50913d
- CommLayerServerDBus: rewrote to use dbus, not dbus-c++ (vda.linux@googlemail.com)
b50913d
- fixed timeout on boot causing [ FAILED ] message (vda.linux@googlemail.com)
b50913d
- and many other fixes
b50913d
b50913d
* Wed Sep 02 2009  Colin Walters <watlers@verbum.org> 0.0.8-2
b50913d
- Change Conflicts: kerneloops to be an Obsoletes so we do the right thing
b50913d
  on upgrades.  Also add an Obsoletes: bug-buddy.
b50913d
5f9fc0b
* Wed Aug 26 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
5f9fc0b
- new version
5f9fc0b
- resolved: Bug 518420 -  ordinary user's abrt-applet shows up for root owned crashes (npajkovs)
5f9fc0b
- GUI: added support for gettext (+part of czech translation) (jmoskovc)
5f9fc0b
- added support for saving settings (zprikryl)
5f9fc0b
- fixed conf: comment in the middle of the line isn't supported anymore (zprikryl)
5f9fc0b
- BZ#518413 PATCH ... furious kerneloops reporting (aarapov)
5f9fc0b
- GUI: added first part of support for gettext (jmoskovc)
5f9fc0b
- add new parameter to FileTransfer plugin (dnovotny)
5f9fc0b
- added support for updating abrt's table (zprikryl)
5f9fc0b
- added check for cc-list and reporter. +1 is created iff reporter is somebody else and current user isn't in cc list. (zprikryl)
5f9fc0b
- GUI: few improvements, to be more userfriendly (jmoskovc)
5f9fc0b
- LOGGER: return valid uri of the log file on succes (jmoskovc)
5f9fc0b
- GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) (jmoskovc)
5f9fc0b
- Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 (vda.linux)
5f9fc0b
- APPLET: added popup menu (trac#37, rhbz#518386) (jmoskovc)
5f9fc0b
- Improved report results (zprikryl)
5f9fc0b
- Fixed sigsegv (#rhbz 518609) (zprikryl)
5f9fc0b
- GUI: removed dependency on libsexy if gtk2 >= 2.17 (jmoskovc)
5f9fc0b
- fixed signature check (zprikryl)
5f9fc0b
- KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" (vda.linux)
5f9fc0b
- Comment cannot start in the middle of the line. Comment has to start by Char # (first char in the line) (zprikryl)
5f9fc0b
- command mailx isn't run under root anymore. (zprikryl)
5f9fc0b
- GUI: added horizontal scrolling to report window (jmoskovc)
5f9fc0b
- GUI: added clickable link to "after report" status window (jmoskovc)
5f9fc0b
- added default values for abrt daemon (zprikryl)
5f9fc0b
- Plugins/CCpp: remove trailing \n from debuginfo-install's output (vda.linux)
5f9fc0b
- explain EnableGPGCheck option better (vda.linux)
5f9fc0b
- mailx: correct English (vda.linux)
5f9fc0b
- Bugzilla.conf: correct English (vda.linux)
5f9fc0b
- GUI: nicer after report message (jmoskovc)
5f9fc0b
- BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly (jmoskovc)
5f9fc0b
- CCpp plugin: do not abort if debuginfos aren't found (vda.linux)
5f9fc0b
- abrt.spec: bump version to 0.0.7-2 (vda.linux)
5f9fc0b
- mailx removed dangerous parameter option (zprikryl)
5f9fc0b
- minimum timeout is 1 second (zprikryl)
5f9fc0b
- in case of plugin error, don't delete debug dumps (zprikryl)
5f9fc0b
- abrt-gui: fix crash when run by root (vda.linux)
5f9fc0b
- and lot more in git log ...
5f9fc0b
5f9fc0b
* Thu Aug 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
5f9fc0b
- new version
5f9fc0b
- fixed some bugs found during test day
5f9fc0b
02c3892
* Wed Aug 19 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
02c3892
- fixes to bugzilla plugin and gui to make the report message more user-friendly
5df48dc
5df48dc
* Tue Aug 18 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.7-2
5df48dc
- removed dangerous parameter option
5df48dc
- minimum plugin activation period is 1 second
5df48dc
- in case of plugin error, don't delete debug dumps
5df48dc
- abrt-gui: fix crash when run by root
5df48dc
- simplify parsing of debuginfo-install output
5df48dc
61af881
* Tue Aug 18 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7-1
61af881
- new version
61af881
- added status window to show user some info after reporting a bug
61af881
91d57ac
* Mon Aug 17 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
91d57ac
- new version
91d57ac
- many fixes
91d57ac
29d35fd
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4
29d35fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
29d35fd
a09963b
* Thu Jun 25 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-3
a09963b
- fixed dependencies in spec file
a09963b
a09963b
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 0.0.4-2
a09963b
- added manual pages (also for plugins)
a09963b
a09963b
* Mon Jun 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-1
a09963b
- new version
a09963b
- added cli (only supports sockets)
a09963b
- added python hook
a09963b
- many fixes
a09963b
0c5c493
* Fri Apr 10 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.3-1
b1bfb09
- new version
0c5c493
- added bz plugin
0c5c493
- minor fix in reporter gui
0c5c493
- Configurable max size of debugdump storage rhbz#490889
0c5c493
- Wrap lines in report to keep the window sane sized
0c5c493
- Fixed gui for new daemon API
0c5c493
- removed unneeded code
0c5c493
- removed dependency on args
0c5c493
- new guuid hash creating
0c5c493
- fixed local UUID
0c5c493
- fixed debuginfo-install checks
0c5c493
- renamed MW library
0c5c493
- Added notification thru libnotify
0c5c493
- fixed parsing settings of action plugins
0c5c493
- added support for action plugins
0c5c493
- kerneloops - plugin: fail gracefully.
0c5c493
- Added commlayer to make dbus optional
0c5c493
- a lot of kerneloops fixes
0c5c493
- new approach for getting debuginfos and backtraces
0c5c493
- fixed unlocking of a debugdump
0c5c493
- replaced language and application plugins by analyzer plugin
0c5c493
- more excetpion handling
0c5c493
- conf file isn't needed
0c5c493
- Plugin's configuration file is optional
0c5c493
- Add curl dependency
0c5c493
- Added column 'user' to the gui
0c5c493
- Gui: set the newest entry as active (ticket#23)
0c5c493
- Delete and Report button are no longer active if no entry is selected (ticket#41)
0c5c493
- Gui refreshes silently (ticket#36)
0c5c493
- Added error reporting over dbus to daemon, error handling in gui, about dialog
0c5c493
0c5c493
* Wed Mar 11 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.2-1
b1bfb09
- added kerneloops addon to rpm (aarapov)
b1bfb09
- added kerneloops addon and plugin (aarapov)
b1bfb09
- Made Crash() private
b1bfb09
- Applet requires gui, removed dbus-glib deps
b1bfb09
- Closing stdout in daemon rhbz#489622
b1bfb09
- Changed applet behaviour according to rhbz#489624
b1bfb09
- Changed gui according to rhbz#489624, fixed dbus timeouts
b1bfb09
- Increased timeout for async dbus calls to 60sec
b1bfb09
- deps cleanup, signal AnalyzeComplete has the crashreport as an argument.
b1bfb09
- Fixed empty package Description.
b1bfb09
- Fixed problem with applet tooltip on x86_64
0c5c493
0c5c493
* Wed Mar  4 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-13
b1bfb09
- More renaming issues fixed..
b1bfb09
- Changed BR from gtkmm24 to gtk2
b1bfb09
- Fixed saving of user comment
b1bfb09
- Added a progress bar, new Comment entry for user comments..
b1bfb09
- FILENAME_CMDLINE and FILENAME_RELEASE are optional
b1bfb09
- new default path to DB
0c5c493
- Rename to abrt
8698733
5485d0e
* Tue Mar  3 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-12
5485d0e
- initial fedora release
5485d0e
- changed SOURCE url
5485d0e
- added desktop-file-utils to BR
5485d0e
- changed crash-catcher to %%{name}
5485d0e
5485d0e
* Mon Mar  2 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-11
5485d0e
- more spec file fixes according to review
5485d0e
- async dbus method calls, added exception handler
5485d0e
- avoid deadlocks (zprikryl)
5485d0e
- root is god (zprikryl)
5485d0e
- create bt only once (zprikryl)
5485d0e
5485d0e
* Sat Feb 28 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-10
5485d0e
- New gui
5485d0e
- Added new method DeleteDebugDump to daemon
5485d0e
- Removed gcc warnings from applet
5485d0e
- Rewritten CCpp hook and removed dealock in DebugDumps lib (zprikryl)
5485d0e
- fixed few gcc warnings
5485d0e
- DBusBackend improvements
5485d0e
5485d0e
* Fri Feb 27 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-9
5485d0e
- fixed few gcc warnings
5485d0e
- added scrolled window for long reports
5485d0e
5485d0e
* Thu Feb 26 2009 Adam Williamson <awilliam@redhat.com> 0.0.1-8
5485d0e
- fixes for all issues identified in review
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-7
5485d0e
- Fixed cancel button behaviour in reporter
5485d0e
- disabled core file sending
5485d0e
- removed some debug messages
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-6
5485d0e
- fixed DB path
5485d0e
- added new signals to handler
5485d0e
- gui should survive the dbus timeout
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-5
5485d0e
- fixed catching debuinfo install exceptions
5485d0e
- some gui fixes
5485d0e
- added check for GPGP public key
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-4
5485d0e
- changed from full bt to simple bt
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-3
5485d0e
- spec file cleanups
5485d0e
- changed default paths to crash DB and log DB
5485d0e
- fixed some memory leaks
5485d0e
5485d0e
* Tue Feb 24 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-2
5485d0e
- spec cleanup
5485d0e
- added new subpackage gui
5485d0e
5485d0e
* Wed Feb 18 2009 Zdenek Prikryl <zprikryl@redhat.com> 0.0.1-1
5485d0e
- initial packing