summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abrt.spec45
1 files changed, 45 insertions, 0 deletions
diff --git a/abrt.spec b/abrt.spec
index 9d18ac9c..8440bf1d 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -455,6 +455,51 @@ fi
%defattr(-,root,root,-)
%changelog
+* Tue Apr 06 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-1
+- hooklib: fix excessive rounding down in free space calculation (bz#575644) (vda.linux@googlemail.com)
+- gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and such (vda.linux@googlemail.com)
+- trivial: fix 566806 "abrt-gui sometimes can't be closed" (vda.linux@googlemail.com)
+- gui: fix the last case where gnome-keyring's find_items_sync() may throw DeniedError (vda.linux@googlemail.com)
+- fixed some compilation problems on F13 (jmoskovc@redhat.com)
+- updated translations (jmoskovc@redhat.com)
+- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
+- minor gui fixes (jmoskovc@redhat.com)
+- GUI: total rewrite based on design from Mairin Duffy (jmoskovc@redhat.com)
+- improved backtrace rating (kklic@redhat.com)
+- PYHOOK: don't use sitecustomize.py rhbz#539497 (jmoskovc@redhat.com)
+- rhfastcheck: a new reporter plugin based on Gavin's work (vda.linux@googlemail.com)
+- rhticket: new reporter plugin (vda.linux@googlemail.com)
+- GUI: fixed some window icons (jmoskovc@redhat.com)
+- GUI: moved the reporters settings check before the reporter dialog (jmoskovc@redhat.com)
+- GUI: stay at selected line when new crash occurs (jmoskovc@redhat.com)
+- added option to select the reporter in cli (kklic@redhat.com)
+- GUI: fixed crash count column sorting rhbz#573139 (jmoskovc@redhat.com)
+- Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196. (vda.linux@googlemail.com)
+- Kerneloops: fix a case when we file an oops w/o backtrace (vda.linux@googlemail.com)
+- don't read syslog if it didn't change (jmoskovc@redhat.com)
+- Do not throw if there is no reporter for some action. (kklic@redhat.com)
+- minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26 (jmoskovc@redhat.com)
+- GUI: added action to applet to directly report last crash (jmoskovc@redhat.com)
+- GUI: fixed the report window height on small display rhbz#563919 (jmoskovc@redhat.com)
+- Never flag backtrace as binary file (fixes problem observed in bz#571411) (vda.linux@googlemail.com)
+- improve syslog file detection. closes bz#565983 (vda.linux@googlemail.com)
+- add arch, package and release in comment (npajkovs@redhat.com)
+- add ProcessUnpackaged option to abrt.conf (vda.linux@googlemail.com)
+- abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" repos (vda.linux@googlemail.com)
+- fix bz#570081 (self.is_oops is not defined) (vda.linux@googlemail.com)
+- abrt-debuginfo-install: remove -R2 from yum! it's not "anti-yum-lock" option! (vda.linux@googlemail.com)
+- fix format security error (fcrozat@mandriva.com)
+- icons repackaging (jmoskovc@redhat.com)
+- add reporters param to dbus call Report() (vda.linux@googlemail.com)
+- ccpp analyser: add registers and disasm to gdb commands (bz#568686) (vda.linux@googlemail.com)
+- fixed init script (jmoskovc@redhat.com)
+- Bugzilla: fix a few memory leaks (vda.linux@googlemail.com)
+- partial fix for bz#565983 (vda.linux@googlemail.com)
+- SPEC: Updated source URL (jmoskovc@redhat.com)
+- simplify kerneloops/dumpoops a bit (vda.linux@googlemail.com)
+- cli: add support for "--report @N" and "--report PARTIAL_UUID" (vda.linux@googlemail.com)
+- Kerneloops: be more specific looking for "WARNING:" string (vda.linux@googlemail.com)
+
* Mon Feb 22 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
- fix initscript (npajkovs@redhat.com)
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)