summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 19:26:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 19:26:28 +0200
commit16971921c5a796075f5e1b5ccc643c87308436bd (patch)
tree6139d81f3203c8f6ca0c86948c6b8185d9d71f7c
parent0ff615c2ae3debd466225fc9f926a0e2df545f9c (diff)
downloadabrt-16971921c5a796075f5e1b5ccc643c87308436bd.tar.gz
abrt-16971921c5a796075f5e1b5ccc643c87308436bd.tar.xz
abrt-16971921c5a796075f5e1b5ccc643c87308436bd.zip
abrt.spec: bump version to 0.0.7-2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--abrt.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/abrt.spec b/abrt.spec
index a922df22..6203f4a6 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -4,7 +4,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 0.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -330,6 +330,14 @@ fi
%defattr(-,root,root,-)
%changelog
+
+* Tue Aug 18 2009 Denys Vlasenko <dvlasenk@redhat.com> 0.0.7-2
+- removed dangerous parameter option
+- minimum plugin activation period is 1 second
+- in case of plugin error, don't delete debug dumps
+- abrt-gui: fix crash when run by root
+- simplify parsing of debuginfo-install output
+
* Tue Aug 18 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7-1
- new version
- added status window to show user some info after reporting a bug