diff options
-rw-r--r-- | abrt.spec | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -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.6 +Version: 0.0.7 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -330,6 +330,10 @@ fi %defattr(-,root,root,-) %changelog +* 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 + * Mon Aug 17 2009 Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1 - new version - many fixes diff --git a/configure.ac b/configure.ac index 9ea91f62..a2e99e75 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([abrt], [0.0.6], [jmoskovc@redhat.com, zprikryl@redhat.com]) +AC_INIT([abrt], [0.0.7], [jmoskovc@redhat.com, zprikryl@redhat.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |