summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-17 17:38:40 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-17 17:38:40 +0200
commit0c7330cde3645190f97db5cf1097f6de39213151 (patch)
treeba7a4ff2f4b2930c26c24053eeac9c7667541077
parent3c226c987f5015e8184bfc4293ee9f9b2f7b8f67 (diff)
downloadabrt-0c7330cde3645190f97db5cf1097f6de39213151.tar.gz
abrt-0c7330cde3645190f97db5cf1097f6de39213151.tar.xz
abrt-0c7330cde3645190f97db5cf1097f6de39213151.zip
Bump version to 0.0.6
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--abrt.spec11
-rw-r--r--configure.ac2
-rw-r--r--src/Gui/CCMainWindow.py2
3 files changed, 11 insertions, 4 deletions
diff --git a/abrt.spec b/abrt.spec
index d65b3c28..773a7ef4 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,8 +3,8 @@
%{!?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.4
-Release: 4%{?dist}
+Version: 0.0.6
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -326,6 +326,13 @@ fi
%defattr(-,root,root,-)
%changelog
+* Mon Aug 17 2009 Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
+- new version
+- many fixes
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
* Thu Jun 25 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-3
- fixed dependencies in spec file
diff --git a/configure.ac b/configure.ac
index 8f378116..9ea91f62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [0.0.4], [jmoskovc@redhat.com, zprikryl@redhat.com])
+AC_INIT([abrt], [0.0.6], [jmoskovc@redhat.com, zprikryl@redhat.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index 4b5fed2a..5cdd3f4d 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -21,7 +21,7 @@ try:
except Exception, ex:
rpm = None
-#installExceptionHandler("abrt-gui", "0.0.4")
+#installExceptionHandler("abrt-gui", "0.0.6")
class MainWindow():
ccdaemon = None