summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-12-08 19:19:07 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-12-08 19:19:07 +0100
commite0ad11c1ed8725a92d09ec09e9cb4113b7d90bac (patch)
tree380de4c4ed5c2aa7beb3a7b80ccffb5ca77f150f
parent99e7fa24176499c3cf2ac001123e19e399567617 (diff)
downloadabrt-1.0.1.tar.gz
abrt-1.0.1.tar.xz
abrt-1.0.1.zip
New version 1.0.11.0.1
-rw-r--r--abrt.spec29
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 3 deletions
diff --git a/abrt.spec b/abrt.spec
index 9b0b3617..90829b15 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: 1.0.0
-Release: 4%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -398,6 +398,31 @@ fi
%defattr(-,root,root,-)
%changelog
+* Tue Dec 8 2009 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.1-1
+- PyHook: better logic for checking if abrtd is running rhbz#539987 (jmoskovc@redhat.com)
+- re-enabled gpg sign checking (jmoskovc@redhat.com)
+- PyHook: use repr() for displaying variables rhbz#545070 (jmoskovc@redhat.com)
+- kerneloops: fix the linux kernel version identification (aarapov@redhat.com)
+- gui review (rrakus@redhat.com)
+- when we trim the dir, we must delete it from DB too rhbz#541854 (vda.linux@googlemail.com)
+- improved dupe checking (kklic@redhat.com)
+- GUI: handle cases when gui fails to start daemon on demand rhbz#543725 (jmoskovc@redhat.com)
+- Add abrt group only if it is missing; fixes rhbz#543250 (kklic@redhat.com)
+- GUI: more string fixes rhbz#543266 (jmoskovc@redhat.com)
+- abrt.spec: straighten out relations between abrt-desktop and abrt-gui (vda.linux@googlemail.com)
+- refuse to start if some required plugins are missing rhbz#518422 (vda.linux@googlemail.com)
+- GUI: survive gnome-keyring access denial rhbz#543200 (jmoskovc@redhat.com)
+- typo fixes rhbz#543266 (jmoskovc@redhat.com)
+- abrt-debuginfo-install: better fix for incorrect passing double quotes (vda.linux@googlemail.com)
+- APPLET: stop animation when it's not needed rhbz#542157 (jmoskovc@redhat.com)
+- ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) (vda.linux@googlemail.com)
+- Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 (vda.linux@googlemail.com)
+- SPEC: removed sqlite3 package, fixed some update problems (jmoskovc@redhat.com)
+- Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf (npajkovs@redhat.com)
+- remove word 'detected' from description rhbz#541459 (vda.linux@googlemail.com)
+- src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... (vda.linux@googlemail.com)
+- CCpp.cpp: quote parameters if needed rhbz#540164 (vda.linux@googlemail.com)
+
* Fri Nov 20 2009 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1
- new version
- comment input wraps words rhbz#531276
diff --git a/configure.ac b/configure.ac
index 54df82e9..7ba2c671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [1.0.0], [crash-catcher@fedorahosted.org])
+AC_INIT([abrt], [1.0.1], [crash-catcher@fedorahosted.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])