From 413bf193a4209623ec756287575f58bcc4889733 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 2 Feb 2010 17:02:58 +0100 Subject: new version --- abrt.spec | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index 18d1cc4..f8f429b 100644 --- a/abrt.spec +++ b/abrt.spec @@ -3,7 +3,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Automatic bug detection and reporting tool Name: abrt -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -408,12 +408,27 @@ fi %defattr(-,root,root,-) %changelog -* Fri Jan 29 2010 Jiri Moskovcak 1.0.5-1 +* Tue Feb 2 2010 Jiri Moskovcak 1.0.6-1 +- SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com) +- abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com) +- APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com) +- GUI: made report message labels wrap (jmoskovc@redhat.com) +- GUI: don't die if daemon doesn't send the gpg keys (jmoskovc@redhat.com) +- disabled the autoreporting of kerneloopses (jmoskovc@redhat.com) +- Kerneloops: fix BZ reporting of oopses (vda.linux@googlemail.com) +- GUI: wider report message dialog (jmoskovc@redhat.com) - moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com) - Logger: create log file with mode 0600 (vda.linux@googlemail.com) - GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com) - Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com) - GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com) + +* Fri Jan 29 2010 Jiri Moskovcak 1.0.5-1 +- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com) +- Logger: create log file with mode 0600 rhbz#559545 (vda.linux@googlemail.com) +- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com) +- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com) +- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com) - fix bug 559881 (kerneloops not shown in "new" GUI) (vda.linux@googlemail.com) - GUI ReporterDialog: hide log button (vda.linux@googlemail.com) - added valgrind and strace to blacklist (jmoskovc@redhat.com) -- cgit