summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-05 15:00:05 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-05 15:00:05 +0100
commitfc390919ac0a419fd1cfa2e1123b12c8a6e17c23 (patch)
treed4d4da9cdfa1367355723833038ef5e3127d9067
parent35cdfff3e5f328dc37b6fa0d0511dc7289fb085f (diff)
downloadabrt-fc390919ac0a419fd1cfa2e1123b12c8a6e17c23.tar.gz
abrt-fc390919ac0a419fd1cfa2e1123b12c8a6e17c23.tar.xz
abrt-fc390919ac0a419fd1cfa2e1123b12c8a6e17c23.zip
new version 1.0.31.0.3
-rw-r--r--abrt.spec24
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index 42b35472..9a406535 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: 1.0.2
+Version: 1.0.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -399,6 +399,28 @@ fi
%defattr(-,root,root,-)
%changelog
+* Tue Jan 5 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.3-1
+- speed optimalization of abrt-debuginfo-install (jmoskovc@redhat.com)
+- updated credits (jmoskovc@redhat.com)
+- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc@redhat.com)
+- abrt-backtrace manpage installed (kklic@redhat.com)
+- cmdline and daemon checking is done by abrt-python-hook (kklic@redhat.com)
+- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic@redhat.com)
+- large file support for whole abrt (kklic@redhat.com)
+- made s_signal_caught volatile (vda.linux@googlemail.com)
+- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux@googlemail.com)
+- remove unsafe log() from signal handler (vda.linux@googlemail.com)
+- src/Hooks/CCpp.cpp: use and honour %c (core limit size). (vda.linux@googlemail.com)
+- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux@googlemail.com)
+- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux@googlemail.com)
+- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc@redhat.com)
+- GUI: autoscroll log window (jmoskovc@redhat.com)
+- Kerneloops.conf: better comments (vda.linux@googlemail.com)
+- applet: reduce blinking time to 30 seconds (vda.linux@googlemail.com)
+- add paranoia checks on setuid/setgid (vda.linux@googlemail.com)
+- more "obviously correct" code for secure opening of /dev/null (vda.linux@googlemail.com)
+- get rid of ugly sleep call inside while() (vda.linux@googlemail.com)
+
* Mon Dec 14 2009 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.2-1
- disabled GPG check again (jmoskovc@redhat.com)
- abrt-pyhook-helper rename (vda.linux@googlemail.com)
diff --git a/configure.ac b/configure.ac
index 5893c841..5c10a3f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [1.0.2], [crash-catcher@fedorahosted.org])
+AC_INIT([abrt], [1.0.3], [crash-catcher@fedorahosted.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])