summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-19 13:43:46 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-19 13:43:46 +0200
commit05f69e98fbce6e6ef3c1c633ac355f1d81232bcf (patch)
treee44758d1bf36b86ccfd394a7b480ec13cd09467e
parent5dc7738f9fde19f37e8e44e175841bbec154a009 (diff)
downloadabrt-0.0.7.1.tar.gz
abrt-0.0.7.1.tar.xz
abrt-0.0.7.1.zip
Version 0.0.7.10.0.7.1
-rw-r--r--abrt.spec4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index 6203f4a6..bba8b587 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: 0.0.7
+Version: 0.0.7.1
Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
@@ -330,6 +330,8 @@ fi
%defattr(-,root,root,-)
%changelog
+* Wed Aug 19 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
+- fixes to bugzilla plugin and gui to make the report message more user-friendly
* Tue Aug 18 2009 Denys Vlasenko <dvlasenk@redhat.com> 0.0.7-2
- removed dangerous parameter option
diff --git a/configure.ac b/configure.ac
index a2e99e75..d8b2949e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [0.0.7], [jmoskovc@redhat.com, zprikryl@redhat.com])
+AC_INIT([abrt], [0.0.7.1], [jmoskovc@redhat.com, zprikryl@redhat.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])