summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-02-26 16:31:56 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-02-26 16:31:56 +0100
commit4bd04885f29079a6217352636030d922e2cd847e (patch)
treec007286e3c60e244071f37cc1c5c19570c34aeb2
parentefdfd9ce551dde9707d0fe2ed1108a43369d835e (diff)
downloadabrt-4bd04885f29079a6217352636030d922e2cd847e.tar.gz
abrt-4bd04885f29079a6217352636030d922e2cd847e.tar.xz
abrt-4bd04885f29079a6217352636030d922e2cd847e.zip
Updated spec file
-rw-r--r--crash-catcher.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/crash-catcher.spec b/crash-catcher.spec
index 57221784..68b6f5d0 100644
--- a/crash-catcher.spec
+++ b/crash-catcher.spec
@@ -1,7 +1,7 @@
Summary: Automatic bug detection and reporting tool
Name: crash-catcher
Version: 0.0.1
-Release: 5%{?dist}
+Release: 7%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/crash-catcher/
@@ -152,6 +152,16 @@ fi
%{_libdir}/crash-catcher/libMailx.so*
%changelog
+* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-7
+- Fixed cancel button behaviour in reporter
+- disabled core file sending
+- removed some debug messages
+
+* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-6
+- fixed DB path
+- added new signals to handler
+- gui should survive the dbus timeout
+
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-5
- fixed catching debuinfo install exceptions
- some gui fixes