Blame SPECS/abrt.spec

f6eb96
%{!?python_site: %global python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
f6eb96
# platform-dependent
f6eb96
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
f6eb96
f6eb96
# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
f6eb96
# http://fedoraproject.org/wiki/Hardened_Packages
f6eb96
%global _hardened_build 1
f6eb96
f6eb96
%if 0%{?fedora} >= 14
f6eb96
    %bcond_without systemd
f6eb96
%else
f6eb96
    %bcond_with systemd
f6eb96
%endif
f6eb96
f6eb96
# systemd wasn't set by the code above - so we're on old Fedora or we're not on Fedora at all
f6eb96
%if %{without systemd}
f6eb96
    %if 0%{?rhel} >= 7
f6eb96
        %bcond_without systemd
f6eb96
    %else
f6eb96
        %bcond_with systemd
f6eb96
    %endif
f6eb96
%endif
f6eb96
f6eb96
%if 0%{?rhel} >= 6
f6eb96
%define desktopvendor redhat
f6eb96
%else
f6eb96
%define desktopvendor fedora
f6eb96
%endif
f6eb96
f6eb96
%define libreport_ver 2.1.7-4
f6eb96
f6eb96
Summary: Automatic bug detection and reporting tool
f6eb96
Name: abrt
f6eb96
Version: 2.1.7
f6eb96
Release: 5%{?dist}
f6eb96
License: GPLv2+
f6eb96
Group: Applications/System
f6eb96
URL: https://fedorahosted.org/abrt/
f6eb96
Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
f6eb96
# don't remove this patch, packages in rawhide are not signed!
f6eb96
Patch1: disable_gpg_check.patch
f6eb96
Patch3: abrt-2.1.6.rhel-dont_enable_shortened_reporting_in_gnome.patch
f6eb96
Patch5: abrt-2.1.7-no_fedoraproject_urls.patch
f6eb96
Patch6: abrt-2.1.7-enabled-autoreporting.patch
f6eb96
# also contains RHTSupport reporting patch which was accidentally removed
f6eb96
# in abrt-2.1.7-4
f6eb96
Patch7: abrt-2.1.7-silent-post-report-event.patch
f6eb96
Patch8: abrt-2.1.7-enable-sosreport.patch
f6eb96
f6eb96
# Remove with abrt > 2.1.7
f6eb96
Patch11:  abrt-2.1.7-replace_deprecated_polkit_functions.patch
f6eb96
f6eb96
# Remove with abrt > 2.1.8
f6eb96
Patch24: abrt-2.1.7-python_examples_removed_from_doc.patch
f6eb96
f6eb96
# Remove with abrt > 2.1.9
f6eb96
Patch29: abrt-2.1.7-don-t-consider-crashes-posted-to-ABRT-server-as-repo.patch
f6eb96
Patch59: abrt-2.1.7-factor-out-D-Bus-notification-to-a-python-script.patch
f6eb96
Patch69: abrt-2.1.7-Load-conf-from-usr-share-abrt-conf.d-and-etc-abrt.patch
f6eb96
Patch71: abrt-2.1.7-run-the-autoreporting-event-from-abrt-action-notify.patch
f6eb96
Patch72: abrt-2.1.7-move-the-notify-event-from-dbus_event.conf-to-abrt_e.patch
f6eb96
f6eb96
BuildRequires: dbus-devel
f6eb96
BuildRequires: gtk3-devel
f6eb96
BuildRequires: rpm-devel >= 4.6
f6eb96
BuildRequires: desktop-file-utils
f6eb96
BuildRequires: libnotify-devel
f6eb96
#why? BuildRequires: file-devel
f6eb96
BuildRequires: python-devel
f6eb96
BuildRequires: gettext
f6eb96
BuildRequires: libxml2-devel
f6eb96
BuildRequires: intltool
f6eb96
BuildRequires: libtool
f6eb96
BuildRequires: nss-devel
f6eb96
BuildRequires: asciidoc
f6eb96
BuildRequires: doxygen
f6eb96
BuildRequires: xmlto
f6eb96
BuildRequires: libreport-devel >= %{libreport_ver}
f6eb96
BuildRequires: satyr-devel >= 0.9
f6eb96
Requires: libreport >= %{libreport_ver}
f6eb96
Requires: satyr >= 0.9
f6eb96
Requires: sos
f6eb96
f6eb96
%if %{with systemd}
f6eb96
Requires: systemd-units
f6eb96
%endif
f6eb96
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f6eb96
Requires: %{name}-libs = %{version}-%{release}
f6eb96
Requires(pre): shadow-utils
f6eb96
Requires: python-dbus
f6eb96
Requires: libreport-plugin-ureport
f6eb96
f6eb96
%description
f6eb96
%{name} is a tool to help users to detect defects in applications and
f6eb96
to create a bug report with all information needed by maintainer to fix it.
f6eb96
It uses  plugin system to extend its functionality.
f6eb96
f6eb96
%package libs
f6eb96
Summary: Libraries for %{name}
f6eb96
Group: System Environment/Libraries
f6eb96
f6eb96
%description libs
f6eb96
Libraries for %{name}.
f6eb96
f6eb96
%package devel
f6eb96
Summary: Development libraries for %{name}
f6eb96
Group: Development/Libraries
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
f6eb96
%description devel
f6eb96
Development libraries and headers for %{name}.
f6eb96
f6eb96
%package gui-libs
f6eb96
Summary: Libraries for %{name}-gui
f6eb96
Group: System Environment/Libraries
f6eb96
f6eb96
%description gui-libs
f6eb96
Libraries for %{name}-gui.
f6eb96
f6eb96
%package gui-devel
f6eb96
Summary: Development libraries for %{name}-gui
f6eb96
Group: Development/Libraries
f6eb96
Requires: abrt-gui-libs = %{version}-%{release}
f6eb96
f6eb96
%description gui-devel
f6eb96
Development libraries and headers for %{name}-gui.
f6eb96
f6eb96
%package gui
f6eb96
Summary: %{name}'s gui
f6eb96
Group: User Interface/Desktops
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: %{name}-dbus = %{version}-%{release}
f6eb96
Requires: gnome-abrt
f6eb96
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
f6eb96
BuildRequires: libICE-devel
f6eb96
BuildRequires: libSM-devel
f6eb96
# we used to have abrt-applet, now abrt-gui includes it:
f6eb96
Provides: abrt-applet = %{version}-%{release}
f6eb96
Obsoletes: abrt-applet < 0.0.5
f6eb96
Conflicts: abrt-applet < 0.0.5
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
f6eb96
%description gui
f6eb96
GTK+ wizard for convenient bug reporting.
f6eb96
f6eb96
%package addon-ccpp
f6eb96
Summary: %{name}'s C/C++ addon
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: cpio
f6eb96
Requires: gdb >= 7.0-3
f6eb96
Requires: elfutils
f6eb96
%if 0%{!?rhel:1}
f6eb96
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
f6eb96
Requires: %{name}-retrace-client
f6eb96
%endif
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
f6eb96
%description addon-ccpp
f6eb96
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
f6eb96
analyzer plugin.
f6eb96
f6eb96
%package addon-upload-watch
f6eb96
Summary: %{name}'s upload addon
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
f6eb96
%description addon-upload-watch
f6eb96
This package contains hook for uploaded problems.
f6eb96
f6eb96
%package retrace-client
f6eb96
Summary: %{name}'s retrace client
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: xz
f6eb96
Requires: tar
f6eb96
f6eb96
%description retrace-client
f6eb96
This package contains the client application for Retrace server
f6eb96
which is able to analyze C/C++ crashes remotely.
f6eb96
f6eb96
%package addon-kerneloops
f6eb96
Summary: %{name}'s kerneloops addon
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: curl
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
%if 0%{!?rhel:1}
f6eb96
Requires: libreport-plugin-kerneloops >= %{libreport_ver}
f6eb96
%endif
f6eb96
f6eb96
%description addon-kerneloops
f6eb96
This package contains plugin for collecting kernel crash information from
f6eb96
system log.
f6eb96
f6eb96
%package addon-xorg
f6eb96
Summary: %{name}'s Xorg addon
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: curl
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
f6eb96
%description addon-xorg
f6eb96
This package contains plugin for collecting Xorg crash information from Xorg
f6eb96
log.
f6eb96
f6eb96
%package addon-vmcore
f6eb96
Summary: %{name}'s vmcore addon
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: abrt-addon-kerneloops
f6eb96
Requires: crash
f6eb96
Requires: kexec-tools
f6eb96
f6eb96
%description addon-vmcore
f6eb96
This package contains plugin for collecting kernel crash information from
f6eb96
vmcore files.
f6eb96
f6eb96
%package addon-pstoreoops
f6eb96
Summary: %{name}'s pstore oops addon
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
Requires: abrt-addon-kerneloops
f6eb96
Obsoletes: abrt-addon-uefioops
f6eb96
f6eb96
%description addon-pstoreoops
f6eb96
This package contains plugin for collecting kernel oopses from pstore storage.
f6eb96
f6eb96
%package plugin-bodhi
f6eb96
Summary: %{name}'s bodhi plugin
f6eb96
BuildRequires: json-c-devel
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
BuildRequires: libreport-web-devel >= %{libreport_ver}
f6eb96
Obsoletes: libreport-plugin-bodhi > 0.0.1
f6eb96
Provides: libreport-plugin-bodhi
f6eb96
f6eb96
%description plugin-bodhi
f6eb96
Search for a new updates in bodhi server.
f6eb96
f6eb96
%package addon-python
f6eb96
Summary: %{name}'s addon for catching and analyzing Python exceptions
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: python
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
f6eb96
%description addon-python
f6eb96
This package contains python hook and python analyzer plugin for handling
f6eb96
uncaught exception in python programs.
f6eb96
f6eb96
%package tui
f6eb96
Summary: %{name}'s command line interface
f6eb96
Group: User Interface/Desktops
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: libreport-cli >= %{libreport_ver}
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
f6eb96
%description tui
f6eb96
This package contains a simple command line client for processing abrt reports
f6eb96
in command line environment.
f6eb96
f6eb96
%package cli
f6eb96
Summary: Virtual package to make easy default installation on non-graphical environments
f6eb96
Group: Applications/System
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: abrt-tui
f6eb96
Requires: abrt-addon-kerneloops
f6eb96
Requires: abrt-addon-pstoreoops
f6eb96
Requires: abrt-addon-vmcore
f6eb96
Requires: abrt-addon-ccpp
f6eb96
Requires: abrt-addon-python
f6eb96
Requires: abrt-addon-xorg
f6eb96
%if 0%{?rhel}
f6eb96
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
f6eb96
%else
f6eb96
Requires: abrt-retrace-client
f6eb96
Requires: abrt-plugin-bodhi
f6eb96
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
f6eb96
Requires: libreport-plugin-logger >= %{libreport_ver}
f6eb96
Requires: libreport-plugin-ureport >= %{libreport_ver}
f6eb96
%endif
f6eb96
f6eb96
%description cli
f6eb96
Virtual package to install all necessary packages for usage from command line
f6eb96
environment.
f6eb96
f6eb96
%package desktop
f6eb96
Summary: Virtual package to make easy default installation on desktop environments
f6eb96
Group: User Interface/Desktops
f6eb96
# This package gets installed when anything requests bug-buddy -
f6eb96
# happens when users upgrade Fn to Fn+1;
f6eb96
# or if user just wants "typical desktop installation".
f6eb96
# Installing abrt-desktop should result in the abrt which works without
f6eb96
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: abrt-addon-kerneloops
f6eb96
Requires: abrt-addon-pstoreoops
f6eb96
Requires: abrt-addon-vmcore
f6eb96
Requires: abrt-addon-ccpp
f6eb96
Requires: abrt-addon-python
f6eb96
Requires: abrt-addon-xorg
f6eb96
# Default config of addon-ccpp requires gdb
f6eb96
Requires: gdb >= 7.0-3
f6eb96
Requires: elfutils
f6eb96
Requires: abrt-gui
f6eb96
Requires: gnome-abrt
f6eb96
%if 0%{?rhel}
f6eb96
Requires: libreport-rhel >= %{libreport_ver}
f6eb96
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
f6eb96
%else
f6eb96
Requires: abrt-retrace-client
f6eb96
Requires: abrt-plugin-bodhi
f6eb96
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
f6eb96
Requires: libreport-plugin-logger >= %{libreport_ver}
f6eb96
Requires: libreport-plugin-ureport >= %{libreport_ver}
f6eb96
Requires: libreport-fedora >= %{libreport_ver}
f6eb96
%endif
f6eb96
#Requires: abrt-plugin-firefox
f6eb96
Provides: bug-buddy
f6eb96
f6eb96
%description desktop
f6eb96
Virtual package to install all necessary packages for usage from desktop
f6eb96
environment.
f6eb96
f6eb96
%package dbus
f6eb96
Summary: ABRT DBus service
f6eb96
Group: Applications/System
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
BuildRequires: polkit-devel
f6eb96
Requires: abrt-libs = %{version}-%{release}
f6eb96
f6eb96
%description dbus
f6eb96
ABRT DBus service which provides org.freedesktop.problems API on dbus and
f6eb96
uses PolicyKit to authorize to access the problem data.
f6eb96
f6eb96
f6eb96
%package python
f6eb96
Summary: ABRT Python API
f6eb96
Group: System Environment/Libraries
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: pygobject2
f6eb96
BuildRequires: python-nose
f6eb96
BuildRequires: python-sphinx
f6eb96
f6eb96
%description python
f6eb96
High-level API for querying, creating and manipulating
f6eb96
problems handled by ABRT in Python.
f6eb96
f6eb96
%package python-doc
f6eb96
Summary: ABRT Python API Documentation
f6eb96
Group: Documentation
f6eb96
BuildArch: noarch
f6eb96
BuildRequires: python2-devel
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: %{name}-python = %{version}-%{release}
f6eb96
f6eb96
%description python-doc
f6eb96
Examples and documentation for ABRT Python API.
f6eb96
f6eb96
%package console-notification
f6eb96
Summary: ABRT console notification script
f6eb96
Group: Applications/System
f6eb96
Requires: %{name} = %{version}-%{release}
f6eb96
Requires: %{name}-cli = %{version}-%{release}
f6eb96
f6eb96
%description console-notification
f6eb96
A small script which prints a count of detected problems when someone logs in
f6eb96
to the shell
f6eb96
f6eb96
%prep
f6eb96
%setup -q
f6eb96
#RHEL
f6eb96
%if 0%{?rhel} >= 7
f6eb96
%patch3 -p1 -b .shoretened
f6eb96
%patch5 -p1 -b .nofedora
f6eb96
%patch6 -p1 -b .autoreporting
f6eb96
%patch7 -p1 -b .silentpostreport
f6eb96
%patch8 -p1 -b .sosreport
f6eb96
%patch11 -p1
f6eb96
%patch24 -p1
f6eb96
%patch29 -p1
f6eb96
%patch59 -p1
f6eb96
%patch69 -p1
f6eb96
%patch71 -p1
f6eb96
%patch72 -p1
f6eb96
%endif
f6eb96
#Fedora
f6eb96
%patch1 -p1 -b .gpgcheck
f6eb96
f6eb96
%build
f6eb96
autoconf
f6eb96
CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs --disable-silent-rules
f6eb96
make %{?_smp_mflags}
f6eb96
f6eb96
%install
f6eb96
rm -rf $RPM_BUILD_ROOT
f6eb96
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} \
f6eb96
             dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus-%{version}/html/ \
f6eb96
             example_pythondir=%{_defaultdocdir}/%{name}-python-%{version}/examples
f6eb96
f6eb96
%find_lang %{name}
f6eb96
f6eb96
# remove all .la and .a files
f6eb96
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
f6eb96
mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
f6eb96
mkdir -p $RPM_BUILD_ROOT/var/cache/abrt-di
f6eb96
mkdir -p $RPM_BUILD_ROOT/var/run/abrt
f6eb96
mkdir -p $RPM_BUILD_ROOT/var/tmp/abrt
f6eb96
mkdir -p $RPM_BUILD_ROOT/var/spool/abrt-upload
f6eb96
f6eb96
desktop-file-install \
f6eb96
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
f6eb96
        src/applet/abrt-applet.desktop
f6eb96
f6eb96
ln -sf %{_datadir}/applications/abrt-applet.desktop ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/
f6eb96
f6eb96
# After everything is installed, remove info dir
f6eb96
rm -f %{buildroot}%{_infodir}/dir
f6eb96
f6eb96
%clean
f6eb96
rm -rf $RPM_BUILD_ROOT
f6eb96
f6eb96
%check
f6eb96
make check
f6eb96
f6eb96
%pre
f6eb96
#uidgid pair 173:173 reserved in setup rhbz#670231
f6eb96
%define abrt_gid_uid 173
f6eb96
getent group abrt >/dev/null || groupadd -f -g %{abrt_gid_uid} --system abrt
f6eb96
getent passwd abrt >/dev/null || useradd --system -g abrt -u %{abrt_gid_uid} -d /etc/abrt -s /sbin/nologin abrt
f6eb96
f6eb96
OLD_LOCATION="/var/spool/abrt"
f6eb96
NEW_LOCATION="/var/tmp/abrt"
f6eb96
# $1 == 1 if install; 2 if upgrade
f6eb96
if [ "$1" -eq 2 ]
f6eb96
then
f6eb96
    test -d "$OLD_LOCATION" || exit 0
f6eb96
    mkdir -p "$NEW_LOCATION"
f6eb96
f6eb96
    #restorecon "$NEW_LOCATION"
f6eb96
    find "$OLD_LOCATION" -maxdepth 1 -type f -exec cp '{}' "$NEW_LOCATION" \;
f6eb96
f6eb96
    for DD in `find "$OLD_LOCATION" -maxdepth 1 -type d`
f6eb96
    do
f6eb96
        # skip dump location self
f6eb96
        if [ "$DD" == "$OLD_LOCATION" ]; then
f6eb96
            continue
f6eb96
        fi
f6eb96
f6eb96
        # skip symlinks
f6eb96
        if [ -L "$DD" ]; then
f6eb96
            continue
f6eb96
        fi
f6eb96
f6eb96
        # check if time element exists, if so then consider a directory as dump
f6eb96
        # directory and move it to the new location
f6eb96
        if [ -f "$DD/time" ]; then
f6eb96
            NEW_DD="$NEW_LOCATION/"`basename $DD`
f6eb96
f6eb96
            # to be sure we do not override anything
f6eb96
            if [ -d "$NEW_DD" ]; then
f6eb96
                continue
f6eb96
            fi
f6eb96
f6eb96
            if cp --recursive -- "$DD" "$NEW_DD"; then
f6eb96
                # owner of dump dir is identified by his group
f6eb96
                # so get the owner of dump dir
f6eb96
                OWNER_GID=`stat -c "%g" "$DD"`
f6eb96
f6eb96
                # use group's user in case where group contains only single user
f6eb96
                if [ $(getent passwd | cut -f3,4,5 -d: | grep -c ":$OWNER_GID:") -eq 1 ]; then
f6eb96
                    OWNER_UID=`getent passwd | cut -f3,4,5 -d: | grep ":$OWNER_GID:" | cut -f1 -d:`
f6eb96
                else
f6eb96
                    # otherwise get owner from dd's uid element
f6eb96
                    OWNER_UID=`cat "$NEW_DD/uid"`
f6eb96
                fi
f6eb96
f6eb96
                getent passwd "$OWNER_UID" >/dev/null || {
f6eb96
                    # if user doesn't exist pass the ownership to root
f6eb96
                    OWNER_UID=0
f6eb96
                }
f6eb96
f6eb96
                # set new schema of ownership
f6eb96
                chown --recursive "$OWNER_UID":abrt "$NEW_DD" && {
f6eb96
                    chmod 770 "$NEW_DD"
f6eb96
                    find "$NEW_DD" -type d -exec chmod 770 '{}' \;
f6eb96
                    find "$NEW_DD" -type f -exec chmod 660 '{}' \;
f6eb96
                }
f6eb96
            fi
f6eb96
        fi
f6eb96
    done
f6eb96
fi
f6eb96
f6eb96
# doesn't mather if it fails or not for any reason
f6eb96
if which restorecon 1>/dev/null 2>&1; then
f6eb96
    restorecon -R "$NEW_LOCATION" 1>/dev/null 2>&1 || true
f6eb96
fi
f6eb96
exit 0
f6eb96
f6eb96
%post
f6eb96
# $1 == 1 if install; 2 if upgrade
f6eb96
%systemd_post abrtd.service
f6eb96
f6eb96
%post addon-ccpp
f6eb96
# this is required for transition from 1.1.x to 2.x
f6eb96
# because /cache/abrt-di/* was created under root with root:root
f6eb96
# so 2.x fails when it tries to extract debuginfo there..
f6eb96
chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
f6eb96
%systemd_post abrt-ccpp.service
f6eb96
f6eb96
%post addon-kerneloops
f6eb96
%systemd_post abrt-oops.service
f6eb96
f6eb96
%post addon-xorg
f6eb96
%systemd_post abrt-xorg.service
f6eb96
f6eb96
%post addon-vmcore
f6eb96
%systemd_post abrt-vmcore.service
f6eb96
f6eb96
%post addon-pstoreoops
f6eb96
%systemd_post abrt-pstoreoops.service
f6eb96
f6eb96
%post addon-upload-watch
f6eb96
%systemd_post abrt-upload-watch.service
f6eb96
f6eb96
%preun
f6eb96
%systemd_preun abrtd.service
f6eb96
f6eb96
%preun addon-ccpp
f6eb96
%systemd_preun abrt-ccpp.service
f6eb96
f6eb96
%preun addon-kerneloops
f6eb96
%systemd_preun abrt-oops.service
f6eb96
f6eb96
%preun addon-xorg
f6eb96
%systemd_preun abrt-xorg.service
f6eb96
f6eb96
%preun addon-vmcore
f6eb96
%systemd_preun abrt-vmcore.service
f6eb96
f6eb96
%preun addon-pstoreoops
f6eb96
%systemd_preun abrt-pstoreoops.service
f6eb96
f6eb96
%preun addon-upload-watch
f6eb96
%systemd_preun abrt-upload-watch.service
f6eb96
f6eb96
%postun
f6eb96
%systemd_postun_with_restart abrtd.service
f6eb96
f6eb96
%postun addon-ccpp
f6eb96
%systemd_postun_with_restart abrt-ccpp.service
f6eb96
f6eb96
%postun addon-kerneloops
f6eb96
%systemd_postun_with_restart abrt-oops.service
f6eb96
f6eb96
%postun addon-xorg
f6eb96
%systemd_postun_with_restart abrt-xorg.service
f6eb96
f6eb96
%postun addon-vmcore
f6eb96
%systemd_postun_with_restart abrt-vmcore.service
f6eb96
f6eb96
%postun addon-pstoreoops
f6eb96
%systemd_postun_with_restart abrt-pstoreoops.service
f6eb96
f6eb96
%postun addon-upload-watch
f6eb96
%systemd_postun_with_restart abrt-upload-watch.service
f6eb96
f6eb96
%post gui
f6eb96
# update icon cache
f6eb96
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
f6eb96
f6eb96
%post libs -p /sbin/ldconfig
f6eb96
f6eb96
%postun libs -p /sbin/ldconfig
f6eb96
f6eb96
%post gui-libs -p /sbin/ldconfig
f6eb96
f6eb96
%postun gui-libs -p /sbin/ldconfig
f6eb96
f6eb96
%postun gui
f6eb96
if [ $1 -eq 0 ] ; then
f6eb96
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
f6eb96
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f6eb96
fi
f6eb96
f6eb96
%posttrans
f6eb96
# update the old problem dirs to contain "type" element
f6eb96
abrtdir=$(grep "DumpLocation" /etc/abrt/abrt.conf | cut -d'=' -f2 | tr -d ' '); cd $abrtdir 2>/dev/null && for i in `find . -name "analyzer" 2>/dev/null`; do len=${#i};cp "$i" "${i:0:$len-9}/type"; done;
f6eb96
service abrtd condrestart >/dev/null 2>&1 || :
f6eb96
f6eb96
%posttrans addon-ccpp
f6eb96
service abrt-ccpp condrestart >/dev/null 2>&1 || :
f6eb96
# Regenerate core_bactraces because of missing crash threads
f6eb96
abrtdir=$(grep "DumpLocation" /etc/abrt/abrt.conf | cut -d'=' -f2 | tr -d ' ')
f6eb96
if test -d "$abrtdir"; then
f6eb96
    for DD in `find "$abrtdir" -maxdepth 1 -type d`
f6eb96
    do
f6eb96
        if test -f "$DD/analyzer" && grep -q "^CCpp$" "$DD/analyzer"; then
f6eb96
            /usr/bin/abrt-action-generate-core-backtrace -d "$DD" -- >/dev/null 2>&1
f6eb96
        fi
f6eb96
    done
f6eb96
fi
f6eb96
f6eb96
%posttrans addon-kerneloops
f6eb96
service abrt-oops condrestart >/dev/null 2>&1 || :
f6eb96
f6eb96
%posttrans addon-xorg
f6eb96
service abrt-xorg condrestart >/dev/null 2>&1 || :
f6eb96
f6eb96
%posttrans addon-vmcore
f6eb96
service abrt-vmcore condrestart >/dev/null 2>&1 || :
f6eb96
f6eb96
%posttrans addon-pstoreoops
f6eb96
service abrt-pstoreoops condrestart >/dev/null 2>&1 || :
f6eb96
f6eb96
%posttrans addon-upload-watch
f6eb96
service abrt-upload-watch condrestart >/dev/null 2>&1 || :
f6eb96
f6eb96
%posttrans gui
f6eb96
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f6eb96
f6eb96
%files -f %{name}.lang
f6eb96
%defattr(-,root,root,-)
f6eb96
%doc README COPYING
f6eb96
%if %{with systemd}
f6eb96
%{_unitdir}/abrtd.service
f6eb96
%{_tmpfilesdir}/abrt.conf
f6eb96
%else
f6eb96
%{_initrddir}/abrtd
f6eb96
%endif
f6eb96
%{_sbindir}/abrtd
f6eb96
%{_sbindir}/abrt-server
f6eb96
%{_libexecdir}/abrt-handle-event
f6eb96
%{_libexecdir}/abrt-action-ureport
f6eb96
%{_bindir}/abrt-handle-upload
f6eb96
%{_bindir}/abrt-action-save-package-data
f6eb96
%{_bindir}/abrt-watch-log
f6eb96
%{_bindir}/abrt-action-analyze-xorg
f6eb96
%{_bindir}/abrt-action-notify
f6eb96
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
f6eb96
%{_datadir}/%{name}/conf.d/abrt.conf
f6eb96
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
f6eb96
%{_datadir}/%{name}/conf.d/abrt-action-save-package-data.conf
f6eb96
%config(noreplace) %{_sysconfdir}/%{name}/plugins/xorg.conf
f6eb96
%{_datadir}/%{name}/conf.d/plugins/xorg.conf
f6eb96
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys.conf
f6eb96
%{_datadir}/%{name}/conf.d/gpg_keys.conf
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
f6eb96
%dir %attr(0755, abrt, abrt) %{_localstatedir}/tmp/%{name}
f6eb96
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
f6eb96
# abrtd runs as root
f6eb96
%dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
f6eb96
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
f6eb96
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
f6eb96
f6eb96
%dir %{_sysconfdir}/%{name}
f6eb96
%dir %{_sysconfdir}/%{name}/plugins
f6eb96
%dir %{_datadir}/%{name}
f6eb96
%dir %{_datadir}/%{name}/conf.d
f6eb96
%dir %{_datadir}/%{name}/conf.d/plugins
f6eb96
%{_mandir}/man1/abrt-handle-upload.1.gz
f6eb96
%{_mandir}/man1/abrt-server.1.gz
f6eb96
%{_mandir}/man1/abrt-action-save-package-data.1.gz
f6eb96
%{_mandir}/man1/abrt-watch-log.1.gz
f6eb96
%{_mandir}/man1/abrt-action-analyze-xorg.1.gz
f6eb96
%{_mandir}/man1/abrt-action-notify.1.gz
f6eb96
%{_mandir}/man8/abrtd.8.gz
f6eb96
%{_mandir}/man5/abrt.conf.5.gz
f6eb96
%{_mandir}/man5/abrt-action-save-package-data.conf.5.gz
f6eb96
# {_mandir}/man5/pyhook.conf.5.gz
f6eb96
f6eb96
%files libs
f6eb96
%defattr(-,root,root,-)
f6eb96
%{_libdir}/libabrt.so.*
f6eb96
f6eb96
%files devel
f6eb96
%defattr(-,root,root,-)
f6eb96
%doc apidoc/html/*
f6eb96
%{_includedir}/abrt/abrt-dbus.h
f6eb96
%{_includedir}/abrt/hooklib.h
f6eb96
%{_includedir}/abrt/libabrt.h
f6eb96
%{_includedir}/abrt/problem_api.h
f6eb96
%{_libdir}/libabrt.so
f6eb96
%{_libdir}/pkgconfig/abrt.pc
f6eb96
f6eb96
%files gui-libs
f6eb96
%defattr(-,root,root,-)
f6eb96
%{_libdir}/libabrt_gui.so.*
f6eb96
f6eb96
%files gui-devel
f6eb96
%defattr(-,root,root,-)
f6eb96
%{_includedir}/abrt/abrt-config-widget.h
f6eb96
%{_includedir}/abrt/system-config-abrt.h
f6eb96
%{_libdir}/libabrt_gui.so
f6eb96
%{_libdir}/pkgconfig/abrt_gui.pc
f6eb96
f6eb96
%files gui
f6eb96
%defattr(-,root,root,-)
f6eb96
%dir %{_datadir}/%{name}
f6eb96
# all glade, gtkbuilder and py files for gui
f6eb96
%{_datadir}/icons/hicolor/*/apps/*
f6eb96
%{_datadir}/icons/hicolor/*/status/*
f6eb96
%{_datadir}/%{name}/icons/hicolor/*/status/*
f6eb96
%{_datadir}/%{name}/ui/*
f6eb96
%{_bindir}/abrt-applet
f6eb96
%{_bindir}/system-config-abrt
f6eb96
#%%{_bindir}/test-report
f6eb96
%{_datadir}/applications/abrt-applet.desktop
f6eb96
%config(noreplace) %{_sysconfdir}/xdg/autostart/abrt-applet.desktop
f6eb96
%{_mandir}/man1/abrt-applet.1*
f6eb96
%{_mandir}/man1/system-config-abrt.1*
f6eb96
f6eb96
%files addon-ccpp
f6eb96
%defattr(-,root,root,-)
f6eb96
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
f6eb96
%{_datadir}/%{name}/conf.d/plugins/CCpp.conf
f6eb96
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
f6eb96
%if %{with systemd}
f6eb96
%{_unitdir}/abrt-ccpp.service
f6eb96
%else
f6eb96
%{_initrddir}/abrt-ccpp
f6eb96
%endif
f6eb96
%{_libexecdir}/abrt-hook-ccpp
f6eb96
%{_libexecdir}/abrt-gdb-exploitable
f6eb96
%attr(6755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
f6eb96
%{_bindir}/abrt-action-analyze-c
f6eb96
%{_bindir}/abrt-action-trim-files
f6eb96
%{_bindir}/abrt-action-analyze-core
f6eb96
%{_bindir}/abrt-action-analyze-vulnerability
f6eb96
%{_bindir}/abrt-action-install-debuginfo
f6eb96
%{_bindir}/abrt-action-generate-backtrace
f6eb96
%{_bindir}/abrt-action-generate-core-backtrace
f6eb96
%{_bindir}/abrt-action-analyze-backtrace
f6eb96
%{_bindir}/abrt-action-list-dsos
f6eb96
%{_bindir}/abrt-action-perform-ccpp-analysis
f6eb96
%{_bindir}/abrt-dedup-client
f6eb96
%{_bindir}/abrt-action-analyze-ccpp-local
f6eb96
%{_sbindir}/abrt-install-ccpp-hook
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/gconf_event.conf
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
f6eb96
%{_datadir}/libreport/events/analyze_CCpp.xml
f6eb96
%{_datadir}/libreport/events/analyze_LocalGDB.xml
f6eb96
%{_datadir}/libreport/events/collect_xsession_errors.xml
f6eb96
%{_datadir}/libreport/events/collect_GConf.xml
f6eb96
%{_datadir}/libreport/events/collect_vimrc_user.xml
f6eb96
%{_datadir}/libreport/events/collect_vimrc_system.xml
f6eb96
%{_datadir}/libreport/events/post_report.xml
f6eb96
%{_mandir}/man*/abrt-action-analyze-c.*
f6eb96
%{_mandir}/man*/abrt-action-trim-files.*
f6eb96
%{_mandir}/man*/abrt-action-generate-backtrace.*
f6eb96
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
f6eb96
%{_mandir}/man*/abrt-action-analyze-backtrace.*
f6eb96
%{_mandir}/man*/abrt-action-list-dsos.*
f6eb96
%{_mandir}/man*/abrt-install-ccpp-hook.*
f6eb96
%{_mandir}/man*/abrt-action-install-debuginfo.*
f6eb96
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
f6eb96
%{_mandir}/man*/abrt-action-analyze-core.*
f6eb96
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
f6eb96
%{_mandir}/man*/abrt-action-perform-ccpp-analysis.*
f6eb96
%{_mandir}/man*/abrt-dedup-client.*
f6eb96
f6eb96
%files addon-upload-watch
f6eb96
%defattr(-,root,root,-)
f6eb96
%{_sbindir}/abrt-upload-watch
f6eb96
%if %{with systemd}
f6eb96
%{_unitdir}/abrt-upload-watch.service
f6eb96
%else
f6eb96
%{_initrddir}/abrt-upload-watch
f6eb96
%endif
f6eb96
%{_mandir}/man*/abrt-upload-watch.*
f6eb96
f6eb96
%files retrace-client
f6eb96
%{_bindir}/abrt-retrace-client
f6eb96
%{_mandir}/man1/abrt-retrace-client.1.gz
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
f6eb96
%{_datadir}/libreport/events/analyze_RetraceServer.xml
f6eb96
f6eb96
%files addon-kerneloops
f6eb96
%defattr(-,root,root,-)
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
f6eb96
%if %{with systemd}
f6eb96
%{_unitdir}/abrt-oops.service
f6eb96
%else
f6eb96
%{_initrddir}/abrt-oops
f6eb96
%endif
f6eb96
%{_bindir}/abrt-dump-oops
f6eb96
%{_bindir}/abrt-action-analyze-oops
f6eb96
%{_bindir}/abrt-action-save-kernel-data
f6eb96
%{_mandir}/man1/abrt-dump-oops.1*
f6eb96
%{_mandir}/man1/abrt-action-analyze-oops.1*
f6eb96
%{_mandir}/man1/abrt-action-save-kernel-data.1*
f6eb96
f6eb96
%files addon-xorg
f6eb96
%defattr(-,root,root,-)
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
f6eb96
%if %{with systemd}
f6eb96
%{_unitdir}/abrt-xorg.service
f6eb96
%else
f6eb96
%{_initrddir}/abrt-xorg
f6eb96
%endif
f6eb96
%{_bindir}/abrt-dump-xorg
f6eb96
%{_mandir}/man1/abrt-dump-xorg.1*
f6eb96
f6eb96
%files addon-vmcore
f6eb96
%defattr(-,root,root,-)
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
f6eb96
%config(noreplace) %{_sysconfdir}/%{name}/abrt-harvest-vmcore.conf
f6eb96
%{_datadir}/libreport/events/analyze_VMcore.xml
f6eb96
%if %{with systemd}
f6eb96
%{_unitdir}/abrt-vmcore.service
f6eb96
%else
f6eb96
%{_initrddir}/abrt-vmcore
f6eb96
%endif
f6eb96
%{_sbindir}/abrt-harvest-vmcore
f6eb96
%{_bindir}/abrt-action-analyze-vmcore
f6eb96
%{_mandir}/man1/abrt-harvest-vmcore.1*
f6eb96
%{_mandir}/man1/abrt-action-analyze-vmcore.1*
f6eb96
f6eb96
%files addon-pstoreoops
f6eb96
%defattr(-,root,root,-)
f6eb96
%if %{with systemd}
f6eb96
%{_unitdir}/abrt-pstoreoops.service
f6eb96
%else
f6eb96
%{_initrddir}/abrt-pstoreoops
f6eb96
%endif
f6eb96
%{_sbindir}/abrt-harvest-pstoreoops
f6eb96
%{_bindir}/abrt-merge-pstoreoops
f6eb96
%{_mandir}/man1/abrt-harvest-pstoreoops.1*
f6eb96
%{_mandir}/man1/abrt-merge-pstoreoops.1*
f6eb96
f6eb96
%files addon-python
f6eb96
%defattr(-,root,root,-)
f6eb96
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python.conf
f6eb96
%{_datadir}/%{name}/conf.d/plugins/python.conf
f6eb96
# TODO? Do we need %config(noreplace) in the below line too?
f6eb96
%config(noreplace) %{_sysconfdir}/libreport/events.d/python_event.conf
f6eb96
%{_bindir}/abrt-action-analyze-python
f6eb96
%{_mandir}/man1/abrt-action-analyze-python.1*
f6eb96
%{python_sitearch}/abrt*.py*
f6eb96
%{python_sitearch}/abrt.pth
f6eb96
f6eb96
%files cli
f6eb96
%defattr(-,root,root,-)
f6eb96
f6eb96
%files tui
f6eb96
%defattr(-,root,root,-)
f6eb96
%{_bindir}/abrt-cli
f6eb96
%{_mandir}/man1/abrt-cli.1.gz
f6eb96
f6eb96
%files desktop
f6eb96
%defattr(-,root,root,-)
f6eb96
f6eb96
%files plugin-bodhi
f6eb96
%defattr(-,root,root,-)
f6eb96
%{_bindir}/abrt-bodhi
f6eb96
%{_mandir}/man1/abrt-bodhi.1.gz
f6eb96
f6eb96
%files dbus
f6eb96
%defattr(-,root,root,-)
f6eb96
%{_sbindir}/abrt-dbus
f6eb96
%{_mandir}/man8/abrt-dbus.8.gz
f6eb96
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
f6eb96
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems.xml
f6eb96
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
f6eb96
%{_datadir}/polkit-1/actions/abrt_polkit.policy
f6eb96
%dir %{_defaultdocdir}/%{name}-dbus-%{version}/
f6eb96
%dir %{_defaultdocdir}/%{name}-dbus-%{version}/html/
f6eb96
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.html
f6eb96
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.css
f6eb96
f6eb96
%files python
f6eb96
%{python_sitelib}/problem/
f6eb96
%{_mandir}/man5/abrt-python.5.gz
f6eb96
f6eb96
%files python-doc
f6eb96
%{python_sitelib}/problem_examples
f6eb96
f6eb96
%files console-notification
f6eb96
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
f6eb96
f6eb96
%changelog
f6eb96
* Wed Nov 20 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-5
f6eb96
- Enabled sosreport
f6eb96
- Resolves: #1032585
f6eb96
f6eb96
* Mon Nov 18 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-4
f6eb96
- Enable autoreporting
f6eb96
- Resolves: #1031572
f6eb96
f6eb96
* Tue Nov 12 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-3
f6eb96
- remove Fedora strings
f6eb96
- Resolves: #1029508
f6eb96
f6eb96
* Thu Oct 10 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-2
f6eb96
- add python-doc package
f6eb96
f6eb96
* Wed Sep 11 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-1
f6eb96
- fix debuginfo installer expecting user input from a pipe - closes #696
f6eb96
- add environment variable whitelist to debuginfo install wrapper - closes #692
f6eb96
- add repo_pattern argument as a custom repository filter - closes #688
f6eb96
- abrt-cli list: replace "@" prefix by "id " prefix
f6eb96
- fix a crash in 'abrt-cli info' when short id isn't found
f6eb96
- Use common string-to-sha1_hash functions. #694
f6eb96
- doc: update OpenGPGCheck in a-a-save-package-data rhbz#997922
f6eb96
- abrt-cli report: accept sha1 hashes of directory names. #693
f6eb96
- abrt-dump-oops: emit a message if throttling for a significant period of time
f6eb96
- abrt-gdb-exploitable: print current instruction
f6eb96
- spec: posttrans scriptlet regenerating core_backtraces
f6eb96
- abrt-handle-event: add check for missing crash thread
f6eb96
- provide tmpfiles.d configuration
f6eb96
- abrt-cli list: use sha1 hash as short ids instead of @N thing. rhbz#906733
f6eb96
- vmcore: fail gracefully if dump_dir is not accessible
f6eb96
- spec: vmcore: require kexec-tools
f6eb96
- vmcore: use re.MULTILINE instead of numerical value
f6eb96
- vmcore: don't fail if /etc/kdump.conf is not readable
f6eb96
- abrt-cli info: add "-s SIZE" option. closes #689
f6eb96
- fix noninteractive mode in debuginfo installer - rhbz#737066
f6eb96
- fixed the gpg keys loading - closes #686
f6eb96
- Fix type of OPT_BOOL's referenced flag variable - it must be int, not bool!
f6eb96
- adds a kdump.conf parser to get the correct dump dir location, closes #640
f6eb96
- xorg_event.conf: use abrt-action-list-dsos to create dso_list
f6eb96
- abrt-action-list-dsos: extend it to be able to parse Xorg backtrace.
f6eb96
- don't require debuginfo for vmcore analysis rhbz#768389
f6eb96
- specfile: make addon-pstoreoops obsolete addon-uefioops
f6eb96
- abrt-dump-oops: add -t option which slows down problem creation. rhbz#902398.
f6eb96
- rename uefioops to pstoreoops rhbz#949721
f6eb96
- spec: create type element for problem dirs where it doesn't exist - rhbz#958968
f6eb96
- introduce abrt-upload-watch
f6eb96
- fix ccpp hook to create the type element - closes #682
f6eb96
- specfile: use systemd-rpm macros. rhbz#850019
f6eb96
- abrt-harvest-vmcore: notify new path - #657
f6eb96
- abrt-dump-oops: remove redundant g_list_length() call, make messages clearer
f6eb96
- updated translation - rhbz#860555
f6eb96
- updated transifex url
f6eb96
- GUI config: add Close/Defaults button
f6eb96
- GUI config: hide option descriptions in tool tips
f6eb96
- GUI config: add Silent shortened reporting support
f6eb96
- applet: silent shortened reporting
f6eb96
- applet: less misleading label for Ignore button
f6eb96
- abrt-handle-upload: switch from shell to python; send socket notification. #657
f6eb96
- spec: add build requires for XSMP depencies
f6eb96
- applet: update seen list when X Session dies
f6eb96
- improved the error messages in abrt-server - closes #679
f6eb96
- fix typo in abrt-config-widget.ui
f6eb96
- spec: add new packages abrt-gui-libs and abrt-gui-devel
f6eb96
- delete desktop file for system-config-abrt
f6eb96
- expose abrt configuration GUI in public API
f6eb96
- rewrite abrt-harvest-uefioops to python - closes #678
f6eb96
- spec: abrt-python is no longer noarch - related #677
f6eb96
- created python binding for notify_new_path - closes #677
f6eb96
- spec: install applet's desktop file to system dir
f6eb96
- applet: configure notification source
f6eb96
- rewrite shell script for moving vmcores into python closes #676
f6eb96
- abrtd: ensure that the dump location directory exists
f6eb96
- a-a-ureport: generate core_backtrace only for CCpp problems
f6eb96
- do not store potentially big data in /tmp
f6eb96
- abrt-dbus: send new problem notify signal to socket
f6eb96
- abrtd: remove "post-create" machinery. Related to #657
f6eb96
- Avoid leaving stale rpmdb locks behind (rhbz#918184)
f6eb96
- abrtd: improve parsing of pidfile in create_pidfile()
f6eb96
- abrt-dump-{oops,xorg}: send new problem notify signal to socket
f6eb96
- abrtd: disable inotify watch on DUMP_LOC
f6eb96
- abrt-hook-ccpp: send "POST /creation_notification" after creating problem dir
f6eb96
- Stop dying in check_free_space(); rename it to low_free_space()
f6eb96
- abrt-server: make create_problem_dir() run "post-create"
f6eb96
- abrt-handle-event: create DUMP_LOC/post-create.lock when running "post-create"
f6eb96
- abrt-server: add support for "POST /creation_notification"
f6eb96
- abrt-handle-event: free more of allocated data
f6eb96
- Resolves: #880694, #895745, #906733, #949721, #953927, #960549, #961520, #967644, #990208, #993591, #993592
f6eb96
f6eb96
* Tue Aug 06 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-3
f6eb96
- try to generate core_backtrace only for CCpp problems
f6eb96
- Resolves: #993630
f6eb96
f6eb96
* Tue Jul 30 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-4
f6eb96
- do not require abrt-retrace-client
f6eb96
f6eb96
* Mon Jul 29 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-3
f6eb96
- use RHTSupport even in report-cli events
f6eb96
f6eb96
* Mon Jul 29 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-2
f6eb96
- disable gcc unused-typedef warning for GLib
f6eb96
- use right dependencies for RHEL
f6eb96
f6eb96
* Fri Jul 26 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-1
f6eb96
- replace functions deprecated in Gtk-3.10 with their substitutes
f6eb96
- integrate with satyr, drop btparser
f6eb96
- use absolute path in python shebang rhzb#987010
f6eb96
- abrt-action-save-package-data: properly close rpm database. Closes #674.
f6eb96
- abrt-action-save-package-data: fix handling of ProcessUnpackaged on scripts
f6eb96
- abrt-action-save-package-data manpage: typo fix
f6eb96
- change /var/spool/abrt/ to /var/tmp/abrt in doc rhbz#912750
f6eb96
- Fix RPMdiff warnings about abrtd and abrt-action-install-debuginfo-to-abrt-cache
f6eb96
- specfile: add dependency on abrt-libs to abrt-addon-uefioops
f6eb96
- stop using the hardcoded event list, use workflows instead rhbz#866027
f6eb96
- retrace-client: build correct release for Fedora Rawhide
f6eb96
- spec: drop unnecessary Obsoletes and Provides
f6eb96
- correct FSF address in python exception hook
f6eb96
- add missing manual pages for binaries and scripts
f6eb96
- fix rpmlint issues in the spec file
f6eb96
- move event option XML files to /usr/share/libreport/
f6eb96
- abrt-hook-ccpp: always fall back to creating user core.
f6eb96
- dbus: add GetForeignProblems method
f6eb96
- the system tray icon opens recently detected problem
f6eb96
- add gdb python plugin which analyzes coredump for vulnerability
f6eb96
- applet: stop saving configuration at exit
f6eb96
- introduce system-config-abrt
f6eb96
- abrt-cli status: make the output more natural
f6eb96
- Fix wrong path in shell include
f6eb96
- abrt-dump-xorg: save "type=xorg" along with "analyzer=xorg"
f6eb96
- Update python hook to use fixed socket interface
f6eb96
- abrt-server: updates/fixes for future rasdaemon needs
f6eb96
- Resolves: #988165
f6eb96
f6eb96
* Fri Jun 14 2013 Jakub Filak <jfilak@redhat.com> 2.1.5-1
f6eb96
- abrt-retrace-client requires tar closes #635
f6eb96
- abrt-tui requires abrt closes #633
f6eb96
- a-d-oops: obtain kernel version from the oops
f6eb96
- a-a-p-ccpp-analysis: import all used attributes
f6eb96
- vmcore: provide all problem elements necessary for the reporting
f6eb96
- a-d-oops: add 'update' command line argument
f6eb96
- a-a-g-core-backtrace: don't crash if kernel file doesn't exist
f6eb96
- a-a-a-vmcore: save kernel version in 'kernel' file
f6eb96
- abrt-cli: make status help message more precise
f6eb96
- abrt-cli status: don't include reported problems into count
f6eb96
- abrt-cli list: implement --since and --until
f6eb96
- abrt-python: open dirs read-only if possible
f6eb96
- dbus: ChownProblemDir method really changes the owner
f6eb96
- python: disable events in collision with anaconda
f6eb96
- abrt-python requires pygobject2
f6eb96
- systemd units: start services only if it make sense
f6eb96
- abrt-harvest-uefioops.in: test for abrtd after testing for pstore, not before
f6eb96
- make abrt-uefioops.service conditional on /sys/fs/pstore being populated
f6eb96
- dbus: fix SetElement failing when shrinking an item
f6eb96
- spec: fix unowned directories
f6eb96
- abrt-python: whole python API path in POTFILES.skip
f6eb96
- abrt-python: fix dbus compatibility on RHEL6
f6eb96
- abrt-python: check if gid equals current users gid
f6eb96
- abrt-python: fix tests compatibility with python 2.6
f6eb96
- abrt-python: pass DD_OPEN_READONLY only if available
f6eb96
- abrt-python: fix deprecation warnings
f6eb96
- console notification shouldn't ask confirmation - closes #652
f6eb96
- Short BT deduplication false positives workaround
f6eb96
- Only problems of same type can be duplicates
f6eb96
- abrt-python: fix bug in problem.get
f6eb96
- abrt-python: pep8 cleanup
f6eb96
- koops parse: support <NMI> frame prefix
f6eb96
- don't show non critical errors in console notification
f6eb96
- Resolves: #958961, #974670
f6eb96
f6eb96
* Mon May 06 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-3
f6eb96
- don't show non critical errors in console notification
f6eb96
- use last_occurrence with --since
f6eb96
f6eb96
* Fri May 03 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-2
f6eb96
- start abrtd.service after livecd
f6eb96
- udpate translation
f6eb96
- add addon-uefioops
f6eb96
- Resolves: #928753
f6eb96
f6eb96
* Tue Apr 30 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-1
f6eb96
- build abrtd and setuided executables with full relro rhbz#812284
f6eb96
- added a console notification script to profile.d closes #641
f6eb96
- return the right exit code for user cancellation
f6eb96
- add more examples to Problem API doc
f6eb96
- updated translation Related: #951416
f6eb96
- Replace "THANKYOU" with EXIT_STOP_EVENT_RUN exit code (70)
f6eb96
- abrt-action-ureport: rewrite in python, improve messages
f6eb96
- abrt-cli: added 'status' command
f6eb96
- abrt-cli: make "report -v[vv]" export correct $ABRT_VERBOSE value
f6eb96
- bodhi, retrace: support /etc/os-release
f6eb96
- abrt-action-generate-core-backtrace: be a bit more verbose
f6eb96
- abrt-dump-oops: add "Machine Check Exception" to the list of watched strings rhbz#812537
f6eb96
- abrt-action-install-debuginfo: do not assume os.execvp never returns
f6eb96
- abrtd: mark unprocessed dump directories as not-reportable
f6eb96
- abrtd: update last occurrence dump dir file
f6eb96
- spec: remove the commented macros rhbz#864851
f6eb96
- spec: added the versioned abrt-libs requires to silence rpmdiff rhbz#881123
f6eb96
- spec: create a new subpackage for the console notification #641
f6eb96
- spec: add deps. required for reporting to abrt-cli pkg
f6eb96
- spec: inc required version of libreport
f6eb96
f6eb96
* Mon Apr 08 2013 Jakub Filak <jfilak@redhat.com> 2.1.3-2
f6eb96
- Require correct version of libreport
f6eb96
- Add dependecies required for reporting to abrt-cli package
f6eb96
- Resolves: #947651
f6eb96
f6eb96
* Wed Mar 27 2013 Jakub Filak <jfilak@redhat.com> 2.1.3-1
f6eb96
- record runlevel
f6eb96
- Integration with satyr
f6eb96
- dbus: check correct errno after dump_dir_is_accessible_by_uid()
f6eb96
- require libreport workflow package acc. to OS type
f6eb96
- remove the abrt-gui closes #629
f6eb96
- retrace-client: do not allow space in os_release_id; closes #625
f6eb96
- Remove all smolt-related files and code bits
f6eb96
- abrtd: recreate Dump Location directory if it is delete
f6eb96
f6eb96
* Mon Mar 25 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-4
f6eb96
- Check if restorecon cmd exists and run it only if it does
f6eb96
- Resolves: #926934
f6eb96
f6eb96
* Fri Mar 22 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-3
f6eb96
- Fix problems with spaces in retrace-client
f6eb96
f6eb96
* Fri Mar 22 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-2
f6eb96
- Require correct version of libreport
f6eb96
- Add a patch for abrtd which ensures that the dump location always exists
f6eb96
- disable shortened and auto reporting in RHEL
f6eb96
- Resolves: #918040, #918041
f6eb96
f6eb96
* Tue Mar 19 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-1
f6eb96
- Improve log messages
f6eb96
- Update translation
f6eb96
- Introduce helpers for management of list of ignored problems
f6eb96
- applet: show a confirmation notify bubble for reported problems in ShortenedReporting mode
f6eb96
- applet: mark problems as ignored and don't notify ignored problems
f6eb96
- applet: remove confusing "Show" button
f6eb96
- applet: pass problem's id to the gui app
f6eb96
- abrt-ccpp: try to read hs_err.log from crash's CWD
f6eb96
- abrt-action-perform-ccpp-analysis: Complain if analyze_RetraceServer can't run. Closes 619
f6eb96
- abrt-gui: change URL to point to most recent doc
f6eb96
- add abrt-action-analyze-ccpp-local to ccpp-addon related to rhbz#759443
f6eb96
- analyze-ccpp don't suid to abrt when run as root, related rhbz#759443
f6eb96
- abrtd: prohibit DumpLocation == WatchCrashdumpArchiveDir. Closes rhbz#854668
f6eb96
- abrtd: don't blame interpreter, blame the running script #609
f6eb96
- a-a-ureport: don't fail on missing counter file
f6eb96
- a-a-ureport: allow to send ureport more than once
f6eb96
- dbus doc: install abrt-dbus documentation files to the correct places
f6eb96
- dbus doc: extend the documentation of DBus API
f6eb96
- dbus doc: make xml interface parseable by qtdbusxml2cpp
f6eb96
- dbus: add basics to a new problem
f6eb96
- abrt-harvest-vmcore: don't copy dir from var/spool if copy already exists
f6eb96
- fix path in the collect_xsession_errors event
f6eb96
- retrace-client: print dots instead of repeated status message
f6eb96
- move abrt.pth to arch specific location rhbz#912540
f6eb96
- Make forking code paths more robust.
f6eb96
- add more logging to catch "stuck core-backtrace" problem; reduce gdb looping
f6eb96
- Resolves: #879160, #854668, #885044, #903005, #905412, #909968, #912540
f6eb96
f6eb96
* Tue Mar 05 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-2
f6eb96
- remove ureport events from the reporting workflow in RHEL
f6eb96
f6eb96
* Fri Feb 08 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-1
f6eb96
- add SETGID bit to abrt-action-install-debuginfo-to-abrt-cache
f6eb96
- add abrt-desktop depency on libreport-fedora
f6eb96
- abrt-dump-{oops,xorg}: limit amount of created dirs, add cooldown sleep if exceeded
f6eb96
- abrt-watch-log: handle a case when child doesn't process its input
f6eb96
- abrt-watch-log: fix a bug in mmap error check
f6eb96
- abrt-action-analyze-xorg: fix the case with DIR != "."
f6eb96
- Resolves: #908256
f6eb96
f6eb96
* Mon Feb 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.0-1
f6eb96
- pkg-config: export defaultdumplocation variable
f6eb96
- configure: set default dump location to /var/tmp/abrt
f6eb96
- abrtd: sanitize mode and ovner of all elements
f6eb96
- updated translation
f6eb96
- abrtd-inotify-flood test: expend it to check for another inotify-related bug
f6eb96
- gnome-abrt is default GUI
f6eb96
- applet: on requrest open gnome-abrt instead of abrt-gui
f6eb96
- Make it so that g_io_channel_read_chars(channel_inotify) does not buffer data.
f6eb96
- multilib fixes
f6eb96
- daemon: unify accessibility check before delete with dbus
f6eb96
- dbus: move dir accessibility check from abrt to libreport
f6eb96
- dbus: user dd_chown instead of own impl.
f6eb96
- allow default dump directory to be configured through cmd line args
f6eb96
- introduce abrt-python
f6eb96
- reporter-bz: post a comment to dup bug, if we found a dup. version 2.
f6eb96
- replace left over magic dd modes by macro
f6eb96
- synchronize default dump dir mode with libreport
f6eb96
- replace all occurrences of hardcoded dump location by a variable
f6eb96
- harvest-vmcore: read dump dir path from configuration
f6eb96
- use lchown when chowning files over dbus
f6eb96
- use lchown when chowning newly created problem directory
f6eb96
- verify-that-report-edits test: fix to account for new CLI interface
f6eb96
- koops: add all x86 TRAP prefixes to list of suspicious strings
f6eb96
- koops: put all suspicious strings to global variable
f6eb96
- applet: extend comment. No code changes
f6eb96
- applet: introduce shortened reporting
f6eb96
- abrt-applet: handle SIGTERM and perform nice termination
f6eb96
- abrt-applet: update the seen list on every possible action
f6eb96
- applet: don't notify outdated new problems
f6eb96
- Add and use "report-cli" event instead of removed "report-cli -r" option
f6eb96
- fixed the relro flags rhbz#812284
f6eb96
- applet: unref unused GIOChannel
f6eb96
- Resolves: #892230, #895742
f6eb96
f6eb96
* Thu Dec 20 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.20-1
f6eb96
- New version 2.0.20
f6eb96
- Fix typo: usefull->useful
f6eb96
- koops: generate core backtrace if missing
f6eb96
- udpated po files
f6eb96
- Cosmetic fixes in abrtd-inotify-flood test
f6eb96
- Hook up abrtd-inotify-flood to test infrastructure
f6eb96
- Add a testcase for inotify flood
f6eb96
- replace 'Start Autoreport' btn by a popup dialog
f6eb96
- dbus: NewProblem returns full path as problem_id
f6eb96
- abrt-action-analyze-xorg: fix /usr/include/paths.h -> paths.h
f6eb96
- abrtd: set inotify fd to non-blocking mode; ignore 0-sized inotify reads. Closes rhbz#873815
f6eb96
- s/ABRT dump/problem directory/g
f6eb96
- abrt-applet: don't leak component name
f6eb96
- abrt-applet: alerts only not reported problems
f6eb96
- build system: Remove leftover of abrt-action-analyze-xorg shell script
f6eb96
- Rewrite abrt-action-analyze-xorg in C (partially)
f6eb96
- rework abrt-gui>Help>'Report problem with ABRT'
f6eb96
- abrt-action-analyze-oops: fix help text - we have no -s option
f6eb96
- Help text fix - using "problem directory" consistently
f6eb96
- abrt-dump-oops: add list of tainted modules to NOT_REPORTABLE string. Closes trac#821
f6eb96
- a-a-p-c-a: use ask_yes_no_yesforever() fn from reportclient
f6eb96
- abrt-dump-oops: save /proc/modules contents. Partially closes trac#821
f6eb96
- add ureporter wrapper sending ureport only once per problem dir
f6eb96
- introduce Desktop Session Autoreporting
f6eb96
- add Autoreporting configuration options
f6eb96
- abrt-action-analyze-xorg: robustify 'test "a" = "b"' against bugs
f6eb96
- Collect ~/.xsession_errors from its new path, if it is there. Closes trac#791
f6eb96
- reflect recent libreport API changes .trac#822
f6eb96
- Indentation fix. No code changes.
f6eb96
- minor fix to previous commit realted to .trac#541
f6eb96
- don't use gtk_main* when using gtk_application .trac#890
f6eb96
- minor fix to quit button
f6eb96
- Make "Open problem data" open the expert mode GUI
f6eb96
- Teach kernel oops hash to ignore "<IRQ>" / "<EOI>" prefixes. Closes rhbz#875852
f6eb96
- introduce DeleteElement D-Bus method
f6eb96
- introduce SetElement D-Bus method
f6eb96
- allow only one instance of gui trac#541
f6eb96
- runtests/bugzilla-comment-format: fix false positive AGAIN
f6eb96
- update translations
f6eb96
- a-a-p-c-a: use correct name in gettext initialization
f6eb96
- Fix build system so that make rpm works again
f6eb96
- runtests/bugzilla-comment-format: fix false positive
f6eb96
- Improve xorg post-create. closes trac#838
f6eb96
- Update po files
f6eb96
- fix problem occurrence counter updating algorithm
f6eb96
- abrt-dbus: immediately return an error if not-existing problem is requested
f6eb96
- bugzilla-comment-format: new test
f6eb96
- a-a-p-c-a: use event python API instead of abrt-handle-event
f6eb96
- doc: add dbus problems service specification
f6eb96
f6eb96
* Mon Nov 26 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-2
f6eb96
- update translations
f6eb96
- Resolves: #880201
f6eb96
f6eb96
* Wed Nov 14 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-1
f6eb96
- call g_type_init() only in GLib version < 2.35
f6eb96
- plugins/*_event.conf: use reporter-bz -F FMTFILE as appropriate
f6eb96
- repeat unchaged retrace status message only in verbose mode
f6eb96
- check the correct return value of yesforever answer
f6eb96
- abrt-handle-event: forward event process requests to parent
f6eb96
- don't leak optional retrace path and kernel tainted string
f6eb96
- enhance koops tainted flag parser
f6eb96
- Use "comment" element instead of "description"
f6eb96
- Resolves: #873488
f6eb96
f6eb96
* Thu Nov 01 2012 Jakub Filak <jfilak@redhat.com> 2.0.18-1
f6eb96
- bugzilla-dupe-search: fix os_release to contain the same OS version as bug 755535
f6eb96
- Do not stop reporting when GConf entry is not found. Closes rhbz#869833
f6eb96
- Fix false positive caused by English language fix
f6eb96
- pyhook: import inspect lazily
f6eb96
- Resolves: #869833
f6eb96
f6eb96
* Wed Oct 24 2012 Jakub Filak <jfilak@redhat.com> 2.0.17-2
f6eb96
- remove ABRT1.0-to-ABRT2.0 upgrade script from spec file
f6eb96
f6eb96
* Wed Oct 24 2012 Jakub Filak <jfilak@redhat.com> 2.0.17-1
f6eb96
- provide a problem item containing versions of binaries listed in Xorg backtrace
f6eb96
  Adresses #867694 comment 1
f6eb96
- import rpm lazily
f6eb96
- Resolves: #864324
f6eb96
f6eb96
* Wed Oct 17 2012 Jakub Filak <jfilak@redhat.com> 2.0.16-1
f6eb96
- xorg_event: make post-create save dmesg, drop problems w/ binary modules
f6eb96
  Partially addresses: #856790
f6eb96
- collect_xsession_errors should not fail if !xsession-errors
f6eb96
  Resolves: #866698
f6eb96
f6eb96
* Thu Oct 11 2012 Jakub Filak <jfilak@redhat.com> 2.0.15-1
f6eb96
- add collect_* event to reporting chains for CCpp/Python/Kernel
f6eb96
- core-backtrace: make sure kernel version does not contain spaces
f6eb96
- core-backtrace: also include '?' flag for kerneloops
f6eb96
- don't check EXECUTABLE if it isn't present in list
f6eb96
- retrace-client: check whether all included files are regular
f6eb96
- abrt_exception_handler.py: save 'environ' element
f6eb96
- add Makefile target release-fix
f6eb96
- Make it possible for developer to disable crash processing for specific apps. Closes rhbz#848786
f6eb96
- s/Dump directory/Problem directory/
f6eb96
- Resolves: #864014, #864331, #848786
f6eb96
f6eb96
* Sun Oct 07 2012 Jakub Filak <jfilak@redhat.com> 2.0.14-2
f6eb96
- added forgotten Requires
f6eb96
f6eb96
* Fri Oct 05 2012 Jakub Filak <jfilak@redhat.com> 2.0.14-1
f6eb96
- abrt-dump-oops: save /sys/kernel/debug/suspend_stats. Closes rhbz#787749
f6eb96
- abrt-hook-ccpp: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
f6eb96
- abrt-dump-oops: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
f6eb96
- abrt-action-analyze-oops: fail if we end up hashing "" (empty string). Closes rhbz#862013
f6eb96
- retrace-client: respect chrooted os_release in pkgcheck
f6eb96
- Added oops_recursive_locking1.right to Makefile.am
f6eb96
- fix koops-parser.at, remove bastardized copy of oops_recursive_locking1.test
f6eb96
- add new oops example (currently fails, the fix is coming up)
f6eb96
- fix oops jiffies time stamp counter removal code
f6eb96
- trivia: s/dump/problem directory; fix false positive in oops-with-jiffies.right
f6eb96
- testsuite: added f18 kickstart
f6eb96
- open files for appned not for write rhbz#854266
f6eb96
- added more info about locking - rewrote with vda's comments rhbz#859724
f6eb96
- ccpp_event.conf: ignore crashes with nonzero TracerPid. Closes rhbz#812350
f6eb96
- show more info when abrtd can't acquire lock on pid, related to rhbz#859724
f6eb96
- abrt-hook-ccpp: save "proc_pid_status" element
f6eb96
- use FILENAME_ABRT_VERSION instead of string literal
f6eb96
- Fix pyhook test to reflect changes made in write_dump
f6eb96
- trac#333: Add code generating dso_list to the python hook
f6eb96
- spec: tui should require libreport-cli rhbz#859770
f6eb96
- trac#682: emit Crash DBus signal on org.freedesktop.problems bus
f6eb96
- spec: added deps on elfutils rhbz#859674
f6eb96
- Resolves: #859674, #859770, #859724, #812350, #854266, #862013, #747870, #787749
f6eb96
f6eb96
* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.13-1
f6eb96
-
f6eb96
f6eb96
* Tue Aug 21 2012 Jakub Filak <jfilak@redhat.com> 2.0.12-1
f6eb96
- move abrtd.pid to /var/run/abrt/abrtd.pid
f6eb96
- abrt-harvest-vmcore: add CopyVMcore config option to copy vmcores. Closes 448, rhbz#811733, rhbz#844679
f6eb96
- update po files rhzb#800784
f6eb96
- applet: fix a SEGV caused by notify_init() not being called
f6eb96
- minor fix to pkg-config file
f6eb96
- ignore results of setregid() and setreuid() after glibc update
f6eb96
- hopefully fixed ugly applet icon rhbz#797078
f6eb96
- add update of abrt server database to event chains
f6eb96
- Resolves: #761431, #811733, #844679, #797078
f6eb96
f6eb96
* Fri Aug 10 2012 Jakub Filak <jfilak@redhat.com> 2.0.11-2
f6eb96
- fix abrt-dbus crash if no element is found in GetInfo()
f6eb96
- set sending-sensitive-data option to 'yes' for analyze_RetraceServer event
f6eb96
f6eb96
* Thu Aug 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.11-1
f6eb96
- new upstream release
f6eb96
- Resolves: #622773, #741222, #823299, #825116, #826058, #826800, #831333, #832085, #838842
f6eb96
f6eb96
* Tue May 22 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-4
f6eb96
- abrt-desktop should require abrt-retrace-client
f6eb96
- Resolves: #823812
f6eb96
f6eb96
* Thu May 10 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-3
f6eb96
- enable plugins unconditionally rhbz#819113
f6eb96
f6eb96
* Wed Apr 18 2012 Jiri Moskovcak <jmoskovc@redhat.com>
f6eb96
- fixed freeze in crashing python apps rhbz#808562
f6eb96
- Resolves: #808562
f6eb96
f6eb96
* Wed Apr 18 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-2
f6eb96
- minor rhel7 build fixes
f6eb96
f6eb96
* Mon Apr 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-1
f6eb96
- new upstream release
f6eb96
- fixed problem with empty problem directory rhzb#808131
f6eb96
- fixed exception in a-a-a-core when eu-unstrip output is broken
f6eb96
- Resolves: #808131, #804309
f6eb96
f6eb96
* Mon Mar 19 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-7
f6eb96
- fixed problems with rhel gpg keys rhbz#800419
f6eb96
f6eb96
* Thu Feb 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.7-6
f6eb96
- abrt-desktop shouldn't require bodhi on rhel (2nd try)
f6eb96
f6eb96
* Wed Feb 01 2012 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.7-5
f6eb96
- abrt-desktop shouldn't require bodhi on rhel
f6eb96
f6eb96
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-4
f6eb96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f6eb96
f6eb96
* Tue Jan 03 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-3
f6eb96
- build fixes
f6eb96
f6eb96
* Thu Dec 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-2
f6eb96
- added man page
f6eb96
- fixed weird number formatting
f6eb96
f6eb96
* Wed Dec 07 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-1
f6eb96
- new version
f6eb96
- disabled kerneloops.org
f6eb96
- abrt-ccpp hook fixes
f6eb96
- catch indentation errors in python rhbz#578969
f6eb96
- fixed make check
f6eb96
- fixed retrace-client to work with rawhide
f6eb96
- require abrtd service in other services rhbz#752014
f6eb96
- fixed problems with dupes rhbz#701717
f6eb96
- keep abrt services enabled when updating F15->F16
f6eb96
- Resolves: 752014 749891 749603 744887 730422 665210 639068 625445 701717 752014 578969 732876 757683 753183 756146 749100
f6eb96
f6eb96
* Fri Nov 04 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.6-1
f6eb96
- new version
f6eb96
- Resolves: #701171 #712508 #726033 #728194 #728314 #730107 #733389 #738602
f6eb96
- Resolves: #741242 #749365 #700252 #734298 #736016 #738324 #748457 #692274
f6eb96
- Resolves: #711986 #723219 #749891 #712602 #744887 #749603 #625445 #665210
f6eb96
- Resolves: #737991 #639068 #578969 #636000 #631856
f6eb96
f6eb96
* Fri Oct 07 2011 Nikola Pajkovsky <npajkovs@redhat.com> - 2.0.4.981-3
f6eb96
- don't file kernel bugs if "tainted: B" is set.
f6eb96
- don't file bugs about BIOS bugs.
f6eb96
- incorrect TAINTED description in bugs.
f6eb96
- Resoves: #718097 #708534 724838
f6eb96
f6eb96
* Mon Oct 3  2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-981-2
f6eb96
- added abrt-retrace-client as a dependency
f6eb96
f6eb96
* Thu Sep 22 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4.981-1
f6eb96
- updated translation
f6eb96
- don't allow to skip the analyze step
f6eb96
- don't send ~ backups
f6eb96
- added hint to report only in English
f6eb96
- renamed abrt-action-kerneloops -> reporter-kerneloops
f6eb96
- explain option bugtracker and logger
f6eb96
- gui added padding to main window
f6eb96
- better message when gdb time outs
f6eb96
- added support for catching vmcores
f6eb96
- added version to Logger output
f6eb96
- [RFE] abrt should have an easy way to include smolt-profile
f6eb96
- Resolves: #694828 #694833 #704958 #735071 #731189 #739182 #704452 #734037 #606123 #631822
f6eb96
f6eb96
* Tue Sep 13 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-5
f6eb96
- minor spec file fix
f6eb96
f6eb96
* Tue Sep 13 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-4
f6eb96
- fixed sigsegv in a-a-save-package-data rhbz#737961
f6eb96
- fixed privs for /var/run/abrt rhbz#725974
f6eb96
- fixed segv in free space check
f6eb96
- Resolves: #737961 #725974
f6eb96
f6eb96
* Tue Aug 30 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-3
f6eb96
- fixed abrt1-abrt2 update
f6eb96
f6eb96
* Fri Aug 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-2
f6eb96
- enable bugzilla for kerneloops rhbz#725970
f6eb96
- Resolves: #725970
f6eb96
f6eb96
* Thu Jul 21 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-1
f6eb96
- new upstream version
f6eb96
- resolves wrong provs/obsolete rhbz#723376
f6eb96
- split main UI into two panes
f6eb96
- debuginfo-install script asks before downloading
f6eb96
- Resolves: #723376
f6eb96
f6eb96
* Mon Jun 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.3-1
f6eb96
- new upstream release
f6eb96
f6eb96
* Fri May 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.2-6
f6eb96
- make abrt-ccpp and abrt-oops start on boot
f6eb96
f6eb96
* Fri May 13 2011 Karel Klíč <kklic@redhat.com> - 2.0.2-5
f6eb96
- Do not force service startup in %%posttrans, as it breaks live media
f6eb96
  creation (rhbz#704415)
f6eb96
f6eb96
* Sun May 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-4
f6eb96
- fixed prgname, fixes problem where Gnome3 shows lowres icons instead
f6eb96
  nice highres ones
f6eb96
f6eb96
* Fri May 06 2011 Christopher Aillon <caillon@redhat.com> - 2.0.2-3
f6eb96
- Update icon cache scriptlet per packaging guidelines
f6eb96
f6eb96
* Fri May 06 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-2
f6eb96
- flush messages in retrace client
f6eb96
f6eb96
* Thu May 05 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-1
f6eb96
- updated translation
f6eb96
- new icons (thanks to Lapo Calamandrei)
f6eb96
- changed address of retrace01 to retrace
f6eb96
- fixed problem with not trusted ssl certificate #695977
f6eb96
- #692713 Dialogue Box Buttons Wrong Way Around
f6eb96
- #695452 abrt crashing when trying to generate backtrace
f6eb96
- #698458 RFE: report separators between reports in abrt.log
f6eb96
- #699098 999 futile attempts to delete excess debuginfo
f6eb96
- #691881 GUI doesn't sort by last occurrence by default, and doesn't remember that sort order if you set it and restart the app
f6eb96
- #698418 Can't access '/var/spool/abrt/ccpp-2011-04-18-11:53:22-2661': Permission denied
f6eb96
- #698934 abrt-applet segfault on abrtd restart
f6eb96
- #695450 Retrace client - show meaningful message on failure
f6eb96
- #616407 RFE: Change abrt to catch TRAP signal crashes
f6eb96
- #584352 running service abrtd a non-root user doesn't show error
f6eb96
- retrace client: fail on servers with problematic SSL certificates (kklic@redhat.com)
f6eb96
- retrace-client: Load system-wide certificates. Move NSS init/shutdown to main, as it shouldn't be run multiple times. (kklic@redhat.com)
f6eb96
- abrt-cli: update manpage. Closes #243 (dvlasenk@redhat.com)
f6eb96
- move abrt-handle-crashdump to abrt-cli package. No code changes (dvlasenk@redhat.com)
f6eb96
- add abrt-action-print manpage. Closes #238 (dvlasenk@redhat.com)
f6eb96
- add abrt-action-trim-files manpage. Closes #241 (dvlasenk@redhat.com)
f6eb96
- added abrt-action-generate-backtrace manpage (dvlasenk@redhat.com)
f6eb96
- add abrt-action-analyze-backtrace manpage. Closes #227 (dvlasenk@redhat.com)
f6eb96
- retrace server: do not create zombie workers (mtoman@redhat.com)
f6eb96
- btparser: Remove top frame with address 0x0000 (jump to NULL) during normalization to avoid incorrect backtrace ratings (rhbz#639049) (kklic@redhat.com)
f6eb96
- abrt-gui: better list refreshing. Closes #251 (dvlasenk@redhat.com)
f6eb96
- fix for spurious "Lock file 'DIR/.lock' is locked by process PID" message (dvlasenk@redhat.com)
f6eb96
- Asciidoc manpage support; abrt-action-mailx manpage (kklic@redhat.com)
f6eb96
- list-dsos: don't list the same library multiple times (jmoskovc@redhat.com)
f6eb96
- call abrt-action-trim-files from abrt-action-install-debuginfo (dvlasenk@redhat.com)
f6eb96
- list-dsos: added package install time trac#123 (jmoskovc@redhat.com)
f6eb96
- retrace client: handle messages in HTTP body (mtoman@redhat.com)
f6eb96
- retrace server: remove chroot on failure (mtoman@redhat.com)
f6eb96
- spec: use versioned deps on libreport (jmoskovc@redhat.com)
f6eb96
- generate abrt version from git (npajkovs@redhat.com)
f6eb96
- abrt-action-trim-files needs to be suided rhbz#699098 (jmoskovc@redhat.com)
f6eb96
- gui: suppress printing dumpdir access errors (bz#698418) (mlichvar@redhat.com)
f6eb96
- Do not leave dump dir locked by abrt-action-generate-backtrace. (kklic@redhat.com)
f6eb96
- wizard: expand explanatory text on 1st screen. Closes 201 (dvlasenk@redhat.com)
f6eb96
- gui: fixed the OK and CANCEL buttons order in event config dialog (jmoskovc@redhat.com)
f6eb96
- Make abrt-action-list-dsos.py take -m maps -o dsos params; and abrt-action-analyze-core.py to take -o build_ids param (dvlasenk@redhat.com)
f6eb96
- abrt-action-install-debuginfo.py: don't die on some Yum exceptions. closes bz#681281 (dvlasenk@redhat.com)
f6eb96
f6eb96
* Thu Apr 21 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.1-2
f6eb96
- don't allow reporting of backtrace with rating = 0 rhbz#672023
f6eb96
- use versioned deps on libreport
f6eb96
f6eb96
* Wed Apr 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.1-1
f6eb96
- updated to 2.0.1
f6eb96
- updated translation
f6eb96
- allowed reporting oops to bugzilla
f6eb96
- added warning when the plugin settings are wrong
f6eb96
- added help text in plugins settings
f6eb96
- the plugin settings dialog is translatable
f6eb96
- improved dir rescanning logic in abrt-gui
f6eb96
- fixed icons for child dialogs
f6eb96
- retrace-client: human readable messages instead of http codes
f6eb96
- save envirnment variables when app crashes
f6eb96
- fixed gpg/pgp check
f6eb96
- revert to the old icon
f6eb96
f6eb96
* Fri Apr 15 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-5
f6eb96
- fixed problem with abrt-action-debuginfo-install rhbz#692064
f6eb96
f6eb96
* Thu Mar 31 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-4
f6eb96
- fixed prgname in wizard rhbz#692442
f6eb96
f6eb96
* Wed Mar 30 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-3
f6eb96
- fixed notification persistence in gnome3 (again)
f6eb96
- fixed wrong group:user on /var/cache/abrt-di afte rupdate from abrt 1.x #692064
f6eb96
- added mono-core to blacklist
f6eb96
f6eb96
* Tue Mar 29 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-2
f6eb96
- use %%ghost on files in /var/run and /var/lock rhbz#656542
f6eb96
- fixed notification persistence in gnome3
f6eb96
- added analyze selector to CLI
f6eb96
- refuse reporting to bz without backtrace or hash
f6eb96
- use g_set_prgname to set the prgname of abrt-gui trac#180
f6eb96
f6eb96
* Wed Mar 16 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-1
f6eb96
- update to the latest upstream version
f6eb96
- many improvements
f6eb96
- FIXME: add closed bugzillas
f6eb96
f6eb96
* Fri Feb 18 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-2
f6eb96
- removed gnome-python2-vfs dependency
f6eb96
f6eb96
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.17-1.1
f6eb96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f6eb96
f6eb96
* Sat Feb 05 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-1
f6eb96
- rewritten abrt-debuginfo-install script to use the yum API
f6eb96
- GUI: added search box to backtrace view rhbz#612017 (jmoskovc@redhat.com)
f6eb96
- fixed some gui warnings rhbz#671488 (jmoskovc@redhat.com)
f6eb96
- btparser/dupechecker improvements:
f6eb96
  - Better handling of glibc architecture-specific functions (kklic@redhat.com)
f6eb96
  - support format of thread header: "Thread 8 (LWP 6357):" (kklic@redhat.com)
f6eb96
f6eb96
* Fri Feb 04 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.16-1
f6eb96
- rhtsupport: added list of attachments to comment rhbz#668875
f6eb96
- rhtsupport: stop consuming non-standard header rhbz#670492
f6eb96
- Resolves: #670492, #668875
f6eb96
f6eb96
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.15-2
f6eb96
- add a gui/uid to useradd/groupadd command (reserved in setup rhbz#670231)
f6eb96
- Resolves: #650975
f6eb96
f6eb96
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.15-1
f6eb96
- removed unused files (jmoskovc@redhat.com)
f6eb96
- update po files (jmoskovc@redhat.com)
f6eb96
- removed some unused files (jmoskovc@redhat.com)
f6eb96
- pass old pattern to ccpp hook and use it (dvlasenk@redhat.com)
f6eb96
- GUI: added warning when gnome-keyring can't be accessed rhbz#576866 (jmoskovc@redhat.com)
f6eb96
- 666893 - Unable to make sense of XML-RPC response from server (npajkovs@redhat.com)
f6eb96
- PyHook: ignore SystemExit exception rhbz#636913 (jmoskovc@redhat.com)
f6eb96
- 665405 - ABRT's usage of sos does not grab /var/log/messages (npajkovs@redhat.com)
f6eb96
- add a note in report if kernel is tainted (npajkovs@redhat.com)
f6eb96
- KerneloopsScanner.cpp: make a room for NULL byte (npajkovs@redhat.com)
f6eb96
- fix multicharacter warring (npajkovs@redhat.com)
f6eb96
- open help page instead of about rhbz#666267
f6eb96
f6eb96
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.14-3
f6eb96
- fixed build with rpm 4.9 (thx panu pmatilai for the patch)
f6eb96
f6eb96
* Wed Jan 19 2011 Matthias Clasen <mclasen@redhat.com> 1.1.14-2
f6eb96
- Rebuild against new rpm
f6eb96
f6eb96
* Wed Nov 17 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.14-1
f6eb96
- made howto mandatory
f6eb96
- fixed segv in abrt-hook-ccpp rhbz#652338
f6eb96
- added warning if kernel was tainted
f6eb96
- make the "install debuginfo" hint selectable rhbz#644343
f6eb96
- wrap howto and comments rhbz#625237
f6eb96
- wrap lines in the backtrace window rhbz#625232
f6eb96
- changed '*' to '•' rhbz#625236
f6eb96
- make the bt viewer not-editable rhbz#621871
f6eb96
- removed unneeded patches
f6eb96
f6eb96
* Wed Nov 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.13-3
f6eb96
- Rebuild for libnotify-0.7
f6eb96
f6eb96
* Wed Aug 25 2010 Jochen Schmitt <Jochen herr-schmitt de> 1.1.13-2
f6eb96
- Rebuild for python-2.7
f6eb96
f6eb96
* Tue Aug 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.13-1
f6eb96
- updated translation
f6eb96
- added native systemd file rhbz#617316 (jmoskovc@redhat.com)
f6eb96
- added ar to LINGUAS (jmoskovc@redhat.com)
f6eb96
- made /etc/abrt/plugins/Bugzilla.conf world-readable again (jmoskovc@redhat.com)
f6eb96
- l10n: adding fa locale (lashar@fedoraproject.org)
f6eb96
- l10n: new Persian (lashar@fedoraproject.org)
f6eb96
- remove libzip code (npajkovs@redhat.com)
f6eb96
- add libxml-2.0 into configure (npajkovs@redhat.com)
f6eb96
- fixed typo in man page rhbz#610748 (jmoskovc@redhat.com)
f6eb96
- RHTSupport: GUI's SSLVerify checkbox had one missing bit of code (vda.linux@googlemail.com)
f6eb96
- abrt_curl: discard headers from HTTP redirection (vda.linux@googlemail.com)
f6eb96
- moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happy (jmoskovc@redhat.com)
f6eb96
- Mention --info and --backtrace in the abrt-cli man page. (kklic@redhat.com)
f6eb96
- build fixes for gcc 4.5 (jmoskovc@redhat.com)
f6eb96
- abrt-hook-ccpp: small fixes prompted by testing on RHEL5 (vda.linux@googlemail.com)
f6eb96
- Added --info action to abrt-cli (mtoman@redhat.com)
f6eb96
- wire up SSLVerify in RHTSupport.conf to actually have the desired effect (vda.linux@googlemail.com)
f6eb96
- fixed tooltip localization rhbz#574693 (jmoskovc@redhat.com)
f6eb96
- dumpoops/KerneloopsScanner: add pid to crashdump name (vda.linux@googlemail.com)
f6eb96
- A message change suggested by dhensley (kklic@redhat.com)
f6eb96
f6eb96
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.10-4
f6eb96
- rebuild
f6eb96
f6eb96
* Tue Jul 27 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-3
f6eb96
- blacklist /usr/bin/nspluginviewer
f6eb96
f6eb96
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-2
f6eb96
- minor build fixes
f6eb96
f6eb96
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-1
f6eb96
- blacklisted mono-core package
f6eb96
- die with an error message if the database plugin is not accessible when needed (kklic@redhat.com)
f6eb96
- change RHTSupport URL protocol from HTTP to HTTPS (dvlasenk@redhat.com)
f6eb96
- the Logger plugin returns a message as the result of Report() call instead of a file URL (kklic@redhat.com)
f6eb96
- Cut off prelink suffixes from executable name if any (mtoman@redhat.com)
f6eb96
- CCpp: abrt-debuginfo-install output lines can be long, accomodate them (dvlasenk@redhat.com)
f6eb96
- do not pop up message on crash if the same crash is the same (dvlasenk@redhat.com)
f6eb96
- fedora bugs do not depend on rhel bugs (npajkovs@redhat.com)
f6eb96
- GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457 (jmoskovc@redhat.com)
f6eb96
- added a document about interpreted language integration (kklic@redhat.com)
f6eb96
- moved devel header files to inc/ and included them in -devel package (jmoskovc@redhat.com, npajkovs@redhat.com)
f6eb96
- renamed abrt-utils.pc to abrt.pc (jmoskovc@redhat.com)
f6eb96
- string updates based on a UI text review (kklic@redhat.com)
f6eb96
- rhtsupport obsoletes the old rh plugins (jmoskovc@redhat.com)
f6eb96
- list allowed items in RHTSupport.conf (kklic@redhat.com)
f6eb96
- GUI: fixed package name in warning message when the packge is kernel rhbz#612191 (jmoskovc@redhat.com)
f6eb96
- remove rating for python crashes (jmoskovc@redhat.com)
f6eb96
- CCpp: give zero rating to an empty backtrace (jmoskovc@redhat.com)
f6eb96
- GUI: allow sending crashes without rating (jmoskovc@redhat.com)
f6eb96
- RHTSupport: set default URL to api.access.redhat.com/rs (dvlasenk@redhat.com)
f6eb96
- abort initialization on abrt.conf parsing errors (dvlasenk@redhat.com)
f6eb96
- changing NoSSLVerify to SSLVerify in bugzilla plugin (mtoman@redhat.com)
f6eb96
- added rating to python crashes
f6eb96
- show hostname in cli (kklic@redhat.com)
f6eb96
- updated po files (jmoskovc@redhat.com)
f6eb96
- added support for package specific actions rhbz#606917 (jmoskovc@redhat.com)
f6eb96
- renamed TicketUploader to ReportUploader (jmoskovc@redhat.com)
f6eb96
- bad hostnames on remote crashes (npajkovs@redhat.com)
f6eb96
- unlimited MaxCrashReportsSize (npajkovs@redhat.com)
f6eb96
- abrt_rh_support: improve error messages rhbz#608698 (vda.linux@googlemail.com)
f6eb96
- Added BacktraceRemotes option. (kklic@redhat.com)
f6eb96
- Allow remote crashes to not to belong to a package. Skip GPG check on remote crashes. (kklic@redhat.com)
f6eb96
- remove obsolete Catcut and rhfastcheck reporters (vda.linux@googlemail.com)
f6eb96
- make rhel bug point to correct place rhbz#578397 (npajkovs@redhat.com)
f6eb96
- Show comment and how to reproduce fields when reporing crashes in abrt-cli (kklic@redhat.com)
f6eb96
- Bash completion update (kklic@redhat.com)
f6eb96
- Rename --get-list to --list (kklic@redhat.com)
f6eb96
- Update man page (kklic@redhat.com)
f6eb96
- Options overhaul (kklic@redhat.com)
f6eb96
- abrt should not point to Fedora bugs but create new RHEL bug instead (npajkovs@redhat.com)
f6eb96
- Don't show global uuid in report (npajkovs@redhat.com)
f6eb96
- GUI: don't try to use action plugins as reporters (jmoskovc@redhat.com)
f6eb96
- Added WatchCrashdumpArchiveDir directive to abrt.conf and related code (vda.linux@googlemail.com)
f6eb96
- GUI: don't show the placehondler icon rhbz#605693 (jmoskovc@redhat.com)
f6eb96
- Make "Loaded foo.conf" message less confusing (vda.linux@googlemail.com)
f6eb96
- Fixed a flaw in strbuf_prepend_str (kklic@redhat.com)
f6eb96
- TicketUploader: do not add '\n' to text files in crashdump (vda.linux@googlemail.com)
f6eb96
- GUI: skip the plugin selection, if it's not needed (jmoskovc@redhat.com)
f6eb96
- Check conf file for syntax errors (kklic@redhat.com)
f6eb96
- move misplaced sanity checks in cron parser (vda.linux@googlemail.com)
f6eb96
- GUI: don't require the rating for all reporters (jmoskovc@redhat.com)
f6eb96
- GUI: fixed exception when there is no configure dialog for plugin rhbz#603745 (jmoskovc@redhat.com)
f6eb96
- Add a GUI config dialog for RHTSupport plugin (vda.linux@googlemail.com)
f6eb96
- abrt_curl: fix a problem with incorrect content-length on 32-bit arches (vda.linux@googlemail.com)
f6eb96
- sosreport: save the dump directly to crashdump directory (vda.linux@googlemail.com)
f6eb96
- plugin rename: rhticket -> RHTSupport (vda.linux@googlemail.com)
f6eb96
- Daemon socket for reporting crashes (karel@localhost.localdomain)
f6eb96
- GUI: fixed few typos (jmoskovc@redhat.com)
f6eb96
f6eb96
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1.1
f6eb96
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
f6eb96
f6eb96
* Wed Jun 09 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.5-1
f6eb96
- GUI: polished the reporter assistant (jmoskovc@redhat.com)
f6eb96
- Logger reporter: do not store useless info (vda.linux@googlemail.com)
f6eb96
- ccpp hook: add SaveBinaryImage option which saves of the crashed binary (vda.linux@googlemail.com)
f6eb96
- SPEC: added CFLAGS="-fno-strict-aliasing" to fix the rpmdiff warnings rhbz#599364 (jmoskovc@redhat.com)
f6eb96
- GUI: don't remove user comments when re-reporting the bug rhbz#601779 (jmoskovc@redhat.com)
f6eb96
- remove "(deleted)" from executable path rhbz#593037 (jmoskovc@redhat.com)
f6eb96
- CCpp analyzer: add 60 sec cap on gdb run time. (vda.linux@googlemail.com)
f6eb96
- add new file *hostname* into debugdump directory (npajkovs@redhat.com)
f6eb96
- rhticket: upload real tarball, not a bogus file (vda.linux@googlemail.com)
f6eb96
- abrt-hook-ccpp: eliminate race between process exit and compat coredump creation rhbz#584554 (vda.linux@googlemail.com)
f6eb96
- rhticket: actually do create ticket, using Gavin's lib code (vda.linux@googlemail.com)
f6eb96
- properly obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
f6eb96
- GUI: remember comment and howto on backtrace refresh rhbz#545690 (jmoskovc@redhat.com)
f6eb96
- use header case in button label rhbz#565812 (jmoskovc@redhat.com)
f6eb96
- make log window resizable (vda.linux@googlemail.com)
f6eb96
- rename a few remaining /var/cache/abrt -> /var/spool/abrt (vda.linux@googlemail.com)
f6eb96
f6eb96
* Wed May 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.4-1
f6eb96
- added reporting wizard
f6eb96
- fixed few leaked fds
f6eb96
- fixed kerneloops --- cut here --- problem
f6eb96
- updated translations
f6eb96
f6eb96
* Fri May 21 2010 Denys Vlasenko <dvlasenk@redhat.com> 1.1.3-1
f6eb96
- More fixes for /var/cache/abrt -> /var/spool/abrt conversion
f6eb96
f6eb96
* Fri May 21 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-3
f6eb96
- fixed spec file to create /var/spool/abrt rhbz#593670
f6eb96
- updated init script to reflect the pid file renaming
f6eb96
f6eb96
* Wed May 19 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-1
f6eb96
- updated translation
f6eb96
- obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
f6eb96
- Report "INFO: possible recursive locking detected rhbz#582378 (vda.linux@googlemail.com)
f6eb96
- kill yumdownloader if abrt-debuginfo-install is terminated mid-flight (vda.linux@googlemail.com)
f6eb96
- do not create Python dumps if argv[0] is not absolute (vda.linux@googlemail.com)
f6eb96
- improve kerneloops hash (vda.linux@googlemail.com)
f6eb96
- Move /var/cache/abrt to /var/spool/abrt. rhbz#568101. (vda.linux@googlemail.com)
f6eb96
- bugzilla: better summary and decription messages (npajkovs@redhat.com)
f6eb96
- renamed daemon pid and lock file rhbz#588315 (jmoskovc@redhat.com)
f6eb96
- Daemon socket for reporting crashes (kklic@redhat.com)
f6eb96
- Move hooklib from src/Hooks to lib/Utils (kklic@redhat.com)
f6eb96
f6eb96
* Thu May 13 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.1-1
f6eb96
- updated translations
f6eb96
- removed avant-window-navigator from blacklist (jmoskovc@redhat.com)
f6eb96
- Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux@googlemail.com)
f6eb96
- fix bug 588945 - sparse core files performance hit (vda.linux@googlemail.com)
f6eb96
- Add BlackListedPaths option to abrt.conf. Fixes #582421 (vda.linux@googlemail.com)
f6eb96
- Do not die when /var/cache/abrt/*/uid does not contain a number (rhbz#580899) (kklic@redhat.com)
f6eb96
- rid of rewriting config in /etc/abrt/abrt.conf (npajkovs@redhat.com)
f6eb96
- fix bug 571411: backtrace attachment of the form /var/cache/abrt/foo-12345-67890/backtrace (vda.linux@googlemail.com)
f6eb96
- Do not echo password to terminal in abrt-cli (kklic@redhat.com)
f6eb96
- improved daemon error messages (kklic@redhat.com)
f6eb96
f6eb96
* Mon May 03 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.0-1
f6eb96
- updated transaltions
f6eb96
- added Hebrew into languages
f6eb96
- updated icons rhbz#587698 (jmoskovc@redhat.com)
f6eb96
- Bugzilla login/password emptiness check uses 'or' instead of 'and' (kklic@redhat.com)
f6eb96
- Show error message when abrtd service is run as non-root. rhbz#584352 (kklic@redhat.com)
f6eb96
- Rename EnableOpenGPG to OpenGPGCheck in the man page rhbz#584332 (kklic@redhat.com)
f6eb96
- Document ProcessUnpackaged in abrt.conf.5. Document default values. (kklic@redhat.com)
f6eb96
- Crash function is now detected even for threads without an abort frame (kklic@redhat.com)
f6eb96
- comment can be private (npajkovs@redhat.com)
f6eb96
- do not catch perl/python crashes when the script is not of known package origin (kklic@redhat.com)
f6eb96
- kerneloop is more informative when failed (npajkovs@redhat.com)
f6eb96
- add function name into summary(if it's found) (npajkovs@redhat.com)
f6eb96
- Change kerneloops message when it fails (npajkovs@redhat.com)
f6eb96
f6eb96
* Fri Apr 30 2010 Karel Klic <kklic@redhat.com> 1.0.9-3
f6eb96
- fixed crash function detection (a part of duplication detection)
f6eb96
f6eb96
* Wed Apr 14 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-2
f6eb96
- fixed problem with localized yum messages rhbz#581804
f6eb96
- better bugzilla summary (napjkovs@redhat.com)
f6eb96
- ignore interpreter (py,perl) crashes caused by unpackaged scripts (kklic@redhat.com)
f6eb96
f6eb96
* Tue Apr 06 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-1
f6eb96
- hooklib: fix excessive rounding down in free space calculation (bz#575644) (vda.linux@googlemail.com)
f6eb96
- gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and such (vda.linux@googlemail.com)
f6eb96
- trivial: fix 566806 "abrt-gui sometimes can't be closed" (vda.linux@googlemail.com)
f6eb96
- gui: fix the last case where gnome-keyring's find_items_sync() may throw DeniedError (vda.linux@googlemail.com)
f6eb96
- fixed some compilation problems on F13 (jmoskovc@redhat.com)
f6eb96
- updated translations (jmoskovc@redhat.com)
f6eb96
- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
f6eb96
f6eb96
* Wed Mar 31 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-0.201003312045.1
f6eb96
- test day build
f6eb96
- updated translation
f6eb96
- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
f6eb96
- GUI: total rewrite based on design from Mairin Duffy (jmoskovc@redhat.com)
f6eb96
- trivial: better HTTP/curl error reporting (vda.linux@googlemail.com)
f6eb96
- Use backtrace parser from abrtutils, new backtrace rating algorithm, store crash function if it's known (kklic@redhat.com)
f6eb96
- abrt-rate-backtrace is replaced by abrt-backtrace --rate (kklic@redhat.com)
f6eb96
- Ignore some temp files (kklic@redhat.com)
f6eb96
- PYHOOK: don't use sitecustomize.py rhbz#539497 (jmoskovc@redhat.com)
f6eb96
- rhfastcheck: a new reporter plugin based on Gavin's work (vda.linux@googlemail.com)
f6eb96
- rhticket: new reporter plugin (vda.linux@googlemail.com)
f6eb96
- GUI: fixed few window icons (jmoskovc@redhat.com)
f6eb96
- Allow user to select which reporter he wants to use to report a crash using CLI.(kklic@redhat.com)
f6eb96
- bz reporter: s/uuid/duphash; more understandable message; simplify result str generation; fix indentation (vda.linux@googlemail.com)
f6eb96
- GUI: fixed crash count column sorting rhbz#573139 (jmoskovc@redhat.com)
f6eb96
- Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196. (vda.linux@googlemail.com)
f6eb96
- Kerneloops: fix a case when we file an oops w/o backtrace (vda.linux@googlemail.com)
f6eb96
- minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26 (jmoskovc@redhat.com)
f6eb96
- GUI: added action to applet to directly report last crash (jmoskovc@redhat.com)
f6eb96
- Never flag backtrace as binary file (fixes problem observed in bz#571411) (vda.linux@googlemail.com)
f6eb96
- improve syslog file detection. closes bz#565983 (vda.linux@googlemail.com)
f6eb96
- add arch, package and release in comment (npajkovs@redhat.com)
f6eb96
- add ProcessUnpackaged option to abrt.conf (vda.linux@googlemail.com)
f6eb96
- abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" repos (vda.linux@googlemail.com)
f6eb96
- fix format security error (fcrozat@mandriva.com)
f6eb96
- icons repackaging (jmoskovc@redhat.com)
f6eb96
- partial fix for bz#565983 (vda.linux@googlemail.com)
f6eb96
- SPEC: Updated source URL (jmoskovc@redhat.com)
f6eb96
- removed unneeded patches
f6eb96
- and much more ...
f6eb96
f6eb96
* Sat Mar 13 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-3
f6eb96
- fixed kerneloops reporting rhbz#570081
f6eb96
- fixed Source url
f6eb96
- fixed debuginfo-install to work on F13
f6eb96
  - improved debuginfo-install (vda.linux@googlemail.com)
f6eb96
  - fix debuginfo-install to work with yum >= 3.2.26 (jmoskovc@redhat.com)
f6eb96
f6eb96
* Wed Mar  3 2010  Denys Vlasenko <dvlasenk@redhat.com> 1.0.8-2
f6eb96
- fix initscript even more (npajkovs@redhat.com)
f6eb96
- remove -R2 from yum command line
f6eb96
f6eb96
* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
f6eb96
- fix initscript (npajkovs@redhat.com)
f6eb96
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
f6eb96
f6eb96
* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-0.git-20100222
f6eb96
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
f6eb96
- make abrt work with the latest kernels (>= 2.6.33) (jmoskovc@redhat.com)
f6eb96
- lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes #565876) (vda.linux@googlemail.com)
f6eb96
f6eb96
* Fri Feb 12 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.7-1
f6eb96
- enabled column sorting rhbz#541853
f6eb96
- Load plugin settings also from ~/.abrt/*.conf (kklic@redhat.com)
f6eb96
- fix bz#541088 "abrt should not catch python excp EPIPE" (vda.linux@googlemail.com)
f6eb96
- fix bz#554242 "Cannot tab between input areas in report dialog" (vda.linux@googlemail.com)
f6eb96
- fix bz#563484 "abrt uses unnecessary disk space when getting debug info" (vda.linux@googlemail.com)
f6eb96
- Don't show empty 'Not loaded plugins' section - fix#2 rhbz#560971 (jmoskovc@redhat.com)
f6eb96
- fix big-endian build problem (vda.linux@googlemail.com)
f6eb96
- Fixes, displays package owners (kklic@redhat.com)
f6eb96
- GUI: fixed exception in plugin settings dialog rhbz#560851 (jmoskovc@redhat.com)
f6eb96
- GUI: respect system settings for toolbars rhbz#552161 (jmoskovc@redhat.com)
f6eb96
- python hook: move UUID generation to abrtd; generate REASON, add it to bz title (vda.linux@googlemail.com)
f6eb96
- make "reason" field less verbose; bz reporter: include it in "summary" (vda.linux@googlemail.com)
f6eb96
- added avant-window-navigator to blacklist per maintainer request (jmoskovc@redhat.com)
f6eb96
- CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars) (vda.linux@googlemail.com)
f6eb96
- Ask for login and password if missing from reporter plugin. (kklic@redhat.com)
f6eb96
- abrtd: fix handling of dupes (weren't deleting dup's directory); better logging (vda.linux@googlemail.com)
f6eb96
- abrtd: handle "perl -w /usr/bin/script" too (vda.linux@googlemail.com)
f6eb96
- Component-wise duplicates (kklic@redhat.com)
f6eb96
- abrtd: fix rhbz#560642 - don't die on bad plugin names (vda.linux@googlemail.com)
f6eb96
- Fixed parsing backtrace from rhbz#549293 (kklic@redhat.com)
f6eb96
- GUI: fixed scrolling in reporter dialog rhbz#559687 (jmoskovc@redhat.com)
f6eb96
- fixed button order in plugins windows rhbz#560961 (jmoskovc@redhat.com)
f6eb96
- GUI: fixed windows icons and titles rhbz#537240, rhbz#560964 (jmoskovc@redhat.com)
f6eb96
- Fix to successfully parse a backtrace from rhbz#550642 (kklic@redhat.com)
f6eb96
- cli: fix the problem of not showing oops text in editor (vda.linux@googlemail.com)
f6eb96
- GUI: fix rhbz#560971 "Don't show empty 'Not loaded plugins' section" (vda.linux@googlemail.com)
f6eb96
f6eb96
* Tue Feb  2 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.6-1
f6eb96
- print __glib_assert_msg (rhbz#549735);
f6eb96
- SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com)
f6eb96
- abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com)
f6eb96
- APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com)
f6eb96
- GUI: made report message labels wrap (jmoskovc@redhat.com)
f6eb96
- GUI: don't die if daemon doesn't send the gpg keys (jmoskovc@redhat.com)
f6eb96
- disabled the autoreporting of kerneloopses (jmoskovc@redhat.com)
f6eb96
- Kerneloops: fix BZ reporting of oopses (vda.linux@googlemail.com)
f6eb96
- GUI: wider report message dialog (jmoskovc@redhat.com)
f6eb96
- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
f6eb96
- Logger: create log file with mode 0600 (vda.linux@googlemail.com)
f6eb96
- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
f6eb96
- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
f6eb96
- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
f6eb96
f6eb96
* Fri Jan 29 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.5-1
f6eb96
- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
f6eb96
- Logger: create log file with mode 0600 rhbz#559545 (vda.linux@googlemail.com)
f6eb96
- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
f6eb96
- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
f6eb96
- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
f6eb96
- fix bug 559881 (kerneloops not shown in "new" GUI) (vda.linux@googlemail.com)
f6eb96
- GUI ReporterDialog: hide log button (vda.linux@googlemail.com)
f6eb96
- added valgrind and strace to blacklist (jmoskovc@redhat.com)
f6eb96
- SOSreport: do not leave stray files in /tmp (vda.linux@googlemail.com)
f6eb96
- Save the core where it belongs if ulimit -c is > 0 (jmoskovc@redhat.com)
f6eb96
- reenabled gpg check (jmoskovc@redhat.com)
f6eb96
- SOSreport: run it niced (vda.linux@googlemail.com)
f6eb96
- report GUI: rename buttons: Log -> Show log, Send -> Send report (vda.linux@googlemail.com)
f6eb96
- applet: reduce blinking timeout to 3 sec (vda.linux@googlemail.com)
f6eb96
- fix dbus autostart (vda.linux@googlemail.com)
f6eb96
- abrtd: set "Reported" status only if at least one reporter succeeded (vda.linux@googlemail.com)
f6eb96
- SQLite3: disable newline escaping, SQLite does not handle it (vda.linux@googlemail.com)
f6eb96
- SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO (vda.linux@googlemail.com)
f6eb96
- attribute SEGVs in perl to script's package, like we already do for python (vda.linux@googlemail.com)
f6eb96
f6eb96
* Wed Jan 20 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
f6eb96
- enabled sosreport
f6eb96
- fixes in ticketuploader
f6eb96
- GUI: redesign of reporter dialog (jmoskovc@redhat.com)
f6eb96
- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)
f6eb96
- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux@googlemail.com)
f6eb96
- s/os.exit/sys.exit - closes rhbz#556313 (vda.linux@googlemail.com)
f6eb96
- use repr() to print variable values in python hook rhbz#545070 (jmoskovc@redhat.com)
f6eb96
- gui: add logging infrastructure (vda.linux@googlemail.com)
f6eb96
- Added "Enabled = yes" to all plugin's config files (jmoskovc@redhat.com)
f6eb96
- *: disable plugin loading/unloading through GUI. Document keyring a bit (vda.linux@googlemail.com)
f6eb96
- fix memory leaks in catcut plugin (npajkovs@redhat.com)
f6eb96
- fix memory leaks in bugzilla (npajkovs@redhat.com)
f6eb96
- abrt-hook-python: sanitize input more; log to syslog (vda.linux@googlemail.com)
f6eb96
- Fixed /var/cache/abrt/ permissions (kklic@redhat.com)
f6eb96
- Kerneloops: we require commandline for every crash, save dummy one for oopses (vda.linux@googlemail.com)
f6eb96
- *: remove nss dependencies (vda.linux@googlemail.com)
f6eb96
- CCpp: use our own sha1 implementation (less pain with nss libs) (vda.linux@googlemail.com)
f6eb96
- DebugDump: more consistent logic in setting mode and uid:gid on dump dir (vda.linux@googlemail.com)
f6eb96
- fixes based on security review (vda.linux@googlemail.com)
f6eb96
- SOSreport/TicketUploader: use more restrictive file modes (vda.linux@googlemail.com)
f6eb96
- abrt-hook-python: add input sanitization and directory size guard (vda.linux@googlemail.com)
f6eb96
- RunApp: safer chdir. Overhauled "sparn a child and get its output" in general (vda.linux@googlemail.com)
f6eb96
- DebugDump: use more restrictive modes (vda.linux@googlemail.com)
f6eb96
- SQLite3: check for SQL injection (vda.linux@googlemail.com)
f6eb96
- replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no (vda.linux@googlemail.com)
f6eb96
- abrt.spec: move "requires: gdb" to abrt-desktop (vda.linux@googlemail.com)
f6eb96
- ccpp: add a possibility to disable backtrace generation (vda.linux@googlemail.com)
f6eb96
- abrtd: limit the number of frames in backtrace to 3000 (vda.linux@googlemail.com)
f6eb96
f6eb96
* Tue Jan  5 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.3-1
f6eb96
- speed optimalization of abrt-debuginfo-install (jmoskovc@redhat.com)
f6eb96
- updated credits (jmoskovc@redhat.com)
f6eb96
- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc@redhat.com)
f6eb96
- abrt-backtrace manpage installed (kklic@redhat.com)
f6eb96
- cmdline and daemon checking is done by abrt-python-hook (kklic@redhat.com)
f6eb96
- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic@redhat.com)
f6eb96
- large file support for whole abrt (kklic@redhat.com)
f6eb96
- made s_signal_caught volatile (vda.linux@googlemail.com)
f6eb96
- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux@googlemail.com)
f6eb96
- remove unsafe log() from signal handler (vda.linux@googlemail.com)
f6eb96
- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). (vda.linux@googlemail.com)
f6eb96
- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux@googlemail.com)
f6eb96
- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux@googlemail.com)
f6eb96
- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc@redhat.com)
f6eb96
- GUI: autoscroll log window (jmoskovc@redhat.com)
f6eb96
- Kerneloops.conf: better comments (vda.linux@googlemail.com)
f6eb96
- applet: reduce blinking time to 30 seconds (vda.linux@googlemail.com)
f6eb96
- add paranoia checks on setuid/setgid (vda.linux@googlemail.com)
f6eb96
- more "obviously correct" code for secure opening of /dev/null (vda.linux@googlemail.com)
f6eb96
- get rid of ugly sleep call inside while() (vda.linux@googlemail.com)
f6eb96
f6eb96
* Mon Dec 14 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.2-1
f6eb96
- disabled GPG check again (jmoskovc@redhat.com)
f6eb96
- abrt-pyhook-helper rename (vda.linux@googlemail.com)
f6eb96
- abrt-cli: report success/failure of reporting. closes bug 71 (vda.linux@googlemail.com)
f6eb96
- less logging (vda.linux@googlemail.com)
f6eb96
- mkde abrt-gui --help and --version behave as expected. closes bug 85 (vda.linux@googlemail.com)
f6eb96
- dbus lib: fix parsing of 0-element arrays. Fixes bug 95 (vda.linux@googlemail.com)
f6eb96
- make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 (vda.linux@googlemail.com)
f6eb96
- applet: make animation stop after 1 minute. (closes bug 108) (vda.linux@googlemail.com)
f6eb96
- show comment and how to reproduce fields, when BT rating > 3 (jmoskovc@redhat.com)
f6eb96
- Gui: make report status window's text wrap. Fixes bug 82 (vda.linux@googlemail.com)
f6eb96
- CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90) (vda.linux@googlemail.com)
f6eb96
- added link to bugzilla new account page to Bugzilla config dialog (jmoskovc@redhat.com)
f6eb96
- GUI: added log window (jmoskovc@redhat.com)
f6eb96
f6eb96
* Tue Dec  8 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.1-1
f6eb96
- PyHook: better logic for checking if abrtd is running rhbz#539987 (jmoskovc@redhat.com)
f6eb96
- re-enabled gpg sign checking (jmoskovc@redhat.com)
f6eb96
- PyHook: use repr() for displaying variables rhbz#545070 (jmoskovc@redhat.com)
f6eb96
- kerneloops: fix the linux kernel version identification (aarapov@redhat.com)
f6eb96
- gui review (rrakus@redhat.com)
f6eb96
- when we trim the dir, we must delete it from DB too rhbz#541854 (vda.linux@googlemail.com)
f6eb96
- improved dupe checking (kklic@redhat.com)
f6eb96
- GUI: handle cases when gui fails to start daemon on demand rhbz#543725 (jmoskovc@redhat.com)
f6eb96
- Add abrt group only if it is missing; fixes rhbz#543250 (kklic@redhat.com)
f6eb96
- GUI: more string fixes rhbz#543266 (jmoskovc@redhat.com)
f6eb96
- abrt.spec: straighten out relations between abrt-desktop and abrt-gui (vda.linux@googlemail.com)
f6eb96
- refuse to start if some required plugins are missing rhbz#518422 (vda.linux@googlemail.com)
f6eb96
- GUI: survive gnome-keyring access denial rhbz#543200 (jmoskovc@redhat.com)
f6eb96
- typo fixes rhbz#543266 (jmoskovc@redhat.com)
f6eb96
- abrt-debuginfo-install: better fix for incorrect passing double quotes (vda.linux@googlemail.com)
f6eb96
- APPLET: stop animation when it's not needed rhbz#542157 (jmoskovc@redhat.com)
f6eb96
- ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) (vda.linux@googlemail.com)
f6eb96
- Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 (vda.linux@googlemail.com)
f6eb96
- SPEC: removed sqlite3 package, fixed some update problems (jmoskovc@redhat.com)
f6eb96
- Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf (npajkovs@redhat.com)
f6eb96
- remove word 'detected' from description rhbz#541459 (vda.linux@googlemail.com)
f6eb96
- src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... (vda.linux@googlemail.com)
f6eb96
- CCpp.cpp: quote parameters if needed rhbz#540164 (vda.linux@googlemail.com)
f6eb96
f6eb96
* Fri Nov 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1
f6eb96
- new version
f6eb96
- comment input wraps words rhbz#531276
f6eb96
- fixed hiding password dialog rhbz#529583
f6eb96
- easier kerneloops reporting rhbz#528395
f6eb96
- made menu entry translatable rhbz#536878 (jmoskovc@redhat.com)
f6eb96
- GUI: don't read the g-k every time we want to use the setting (jmoskovc@redhat.com)
f6eb96
- GUI: survive if g-k access is denied rhbz#534171 (jmoskovc@redhat.com)
f6eb96
- include more info into oops (we were losing the stack dump) (vda.linux@googlemail.com)
f6eb96
- make BZ insert small text attachments inline; move text file detection code (vda.linux@googlemail.com)
f6eb96
- GUI: fixed text wrapping in comment field rhbz#531276 (jmoskovc@redhat.com)
f6eb96
- GUI: added cancel to send dialog rhbz#537238 (jmoskovc@redhat.com)
f6eb96
- include abrt version in bug descriptions (vda.linux@googlemail.com)
f6eb96
- ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive (vda.linux@googlemail.com)
f6eb96
- GUI: added window icon rhbz#537240 (jmoskovc@redhat.com)
f6eb96
- add support for \" escaping in config file (vda.linux@googlemail.com)
f6eb96
- add experimental saving of /var/log/Xorg*.log for X crashes (vda.linux@googlemail.com)
f6eb96
- APPLET: changed icon from default gtk-warning to abrt specific, add animation (jmoskovc@redhat.com)
f6eb96
- don't show icon on abrtd start/stop rhbz#537630 (jmoskovc@redhat.com)
f6eb96
- /var/cache/abrt permissions 1775 -> 0775 in spec file (kklic@redhat.com)
f6eb96
- Daemon properly checks /var/cache/abrt attributes (kklic@redhat.com)
f6eb96
- abrt user group; used by abrt-pyhook-helper (kklic@redhat.com)
f6eb96
- pyhook-helper: uid taken from system instead of command line (kklic@redhat.com)
f6eb96
- KerneloopsSysLog: fix breakage in code which detects abrt marker (vda.linux@googlemail.com)
f6eb96
- GUI: added support for backtrace rating (jmoskovc@redhat.com)
f6eb96
- InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. (vda.linux@googlemail.com)
f6eb96
- abrtd: call res_init() if /etc/resolv.conf or friends were changed rhbz#533589 (vda.linux@googlemail.com)
f6eb96
- supress errors in python hook to not colide with the running script (jmoskovc@redhat.com)
f6eb96
f6eb96
* Tue Nov 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-2
f6eb96
- spec file fixes
f6eb96
f6eb96
* Mon Nov  2 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-1
f6eb96
- re-enabled kerneloops
f6eb96
- abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux@googlemail.com)
f6eb96
- do not report empty fields (vda.linux@googlemail.com)
f6eb96
- Added abrt.png, fixed rhbz#531181 (jmoskovc@redhat.com)
f6eb96
- added option DebugInfoCacheMB to limit size of unpacked debuginfos (vda.linux@googlemail.com)
f6eb96
- fixed the problem with overwriting the default plugin settings (jmoskovc@redhat.com)
f6eb96
- disabled kerneloops in config file (jmoskovc@redhat.com)
f6eb96
- added dependency to gdb >= 7.0 (jmoskovc@redhat.com)
f6eb96
- better format of report text (vda.linux@googlemail.com)
f6eb96
- Python backtrace size limited to 1 MB (kklic@redhat.com)
f6eb96
- lib/Plugins/Bugzilla: better message at login failure (vda.linux@googlemail.com)
f6eb96
- build fixes, added plugin-logger to abrt-desktop (jmoskovc@redhat.com)
f6eb96
- blacklisted nspluginwrapper, because it causes too many useless reports (jmoskovc@redhat.com)
f6eb96
- GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 (jmoskovc@redhat.com)
f6eb96
- Normal user can see kerneloops and report it Bugzilla memory leaks fix (npajkovs@redhat.com)
f6eb96
- dumpoops: add -s option to dump results to stdout (vda.linux@googlemail.com)
f6eb96
- removed kerneloops from abrt-desktop rhbz#528395 (jmoskovc@redhat.com)
f6eb96
- GUI: fixed exception when enabling plugin rhbz#530495 (jmoskovc@redhat.com)
f6eb96
- Improved abrt-cli (kklic@redhat.com)
f6eb96
- Added backtrace rating to CCpp analyzer (dnovotny@redhat.com)
f6eb96
- GUI improvements (jmoskovc@redhat.com)
f6eb96
- Added abrt-pyhook-helper (kklic@redhat.com)
f6eb96
f6eb96
* Thu Oct 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.10-1
f6eb96
- new version
f6eb96
- added more logging (vda.linux@googlemail.com)
f6eb96
- made polkit policy to be more permissive when installing debuginfo (jmoskovc@redhat.com)
f6eb96
- lib/Plugins/CCpp.cpp: add build-ids to backtrace (vda.linux@googlemail.com)
f6eb96
- lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD instead (vda.linux@googlemail.com)
f6eb96
- GUI: added refresh button, added sanity check to plugin settings (jmoskovc@redhat.com)
f6eb96
- Initial man page for abrt-cli (kklic@redhat.com)
f6eb96
- Added --version, -V, --help, -? options. Fixed crash caused by unknown option. (kklic@redhat.com)
f6eb96
- Date/time honors current system locale (kklic@redhat.com)
f6eb96
- fixed saving/reading user config (jmoskovc@redhat.com)
f6eb96
- SPEC: added gnome-python2-gnomekeyring to requirements (jmoskovc@redhat.com)
f6eb96
- GUI: call Report() with the latest pluginsettings (jmoskovc@redhat.com)
f6eb96
- Fix Bug 526220 -  [abrt] crash detected in abrt-gui-0.0.9-2.fc12 (vda.linux@googlemail.com)
f6eb96
- removed unsecure reading/writting from ~HOME directory rhbz#522878 (jmoskovc@redhat.com)
f6eb96
- error checking added to archive creation (danny@rawhide.localdomain)
f6eb96
- try using pk-debuginfo-install before falling back to debuginfo-install (vda.linux@googlemail.com)
f6eb96
- abrt-gui: make "report" toolbar button work even if abrtd is not running (vda.linux@googlemail.com)
f6eb96
- set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information from dbus (npajkovs@redhat.com)
f6eb96
- add support for abrtd autostart (vda.linux@googlemail.com)
f6eb96
- GUI: reversed the dumplist, so the latest crashes are at the top (jmoskovc@redhat.com)
f6eb96
- rewrite FileTransfer to use library calls instead of commandline calls for compression (dnovotny@redhat.com)
f6eb96
- and many minor fixes ..
f6eb96
f6eb96
* Wed Sep 23 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-2
f6eb96
- added bug-buddy to provides rhbz#524934
f6eb96
f6eb96
* Tue Sep 22 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-1
f6eb96
- new version
f6eb96
- comments and how to reproduce are stored now (npajkovs@redhat.com)
f6eb96
- reduce verbosity a bit (vda.linux@googlemail.com)
f6eb96
- GUI: fixed word wrap in Comment field rhbz#524349 (jmoskovc@redhat.com)
f6eb96
- remove last vestives of dbus-c++ from build system (vda.linux@googlemail.com)
f6eb96
- GUI: added popup menu, fixed behaviour when run with root privs (jmoskovc@redhat.com)
f6eb96
- add dbus signalization when quota exceeded (npajkovs@redhat.com)
f6eb96
- Added cleaning of attachment variable, so there should not be mixed attachmetn anymore. (zprikryl@redhat.com)
f6eb96
- fixed closing of debug dump in case of existing backtrace (zprikryl@redhat.com)
f6eb96
- remove C++ dbus glue in src/CLI; fix a bug in --report (vda.linux@googlemail.com)
f6eb96
- new polkit action for installing debuginfo, default "yes" (danny@rawhide.localdomain)
f6eb96
- Polkit moved to Utils (can be used both in daemon and plugins) (danny@rawhide.localdomain)
f6eb96
- oops... remove stray trailing '\' (vda.linux@googlemail.com)
f6eb96
- GUI: added missing tooltips (jmoskovc@redhat.com)
f6eb96
- PYHOOK: ignore KeyboardInterrupt exception (jmoskovc@redhat.com)
f6eb96
- added ticket uploader plugin (gavin@redhat.com) (zprikryl@redhat.com)
f6eb96
- GUI: added UI for global settings (just preview, not usable!) (jmoskovc@redhat.com)
f6eb96
- Add checker if bugzilla login and password are filled in. (npajkovs@redhat.com)
f6eb96
- Add new config option InstallDebuginfo into CCpp.conf (npajkovs@redhat.com)
f6eb96
- translation updates
f6eb96
- many other fixes
f6eb96
f6eb96
* Fri Sep  4 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8.5-1
f6eb96
- new version
f6eb96
- APPLET: added about dialog, removed popup, if icon is not visible, fixed (trac#43) (jmoskovc@redhat.com)
f6eb96
- renamed abrt to abrtd, few minor spec file fixes (jmoskovc@redhat.com)
f6eb96
- Made abrt service start by deafult (jmoskovc@redhat.com)
f6eb96
- add gettext support for all plugins (npajkovs@redhat.com)
f6eb96
- APPLET: removed the warning bubble about not running abrt service (walters)
f6eb96
- APPLET: changed tooltip rhbz#520293 (jmoskovc@redhat.com)
f6eb96
- CommLayerServerDBus: rewrote to use dbus, not dbus-c++ (vda.linux@googlemail.com)
f6eb96
- fixed timeout on boot causing [ FAILED ] message (vda.linux@googlemail.com)
f6eb96
- and many other fixes
f6eb96
f6eb96
* Wed Sep 02 2009  Colin Walters <watlers@verbum.org> 0.0.8-2
f6eb96
- Change Conflicts: kerneloops to be an Obsoletes so we do the right thing
f6eb96
  on upgrades.  Also add an Obsoletes: bug-buddy.
f6eb96
f6eb96
* Wed Aug 26 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
f6eb96
- new version
f6eb96
- resolved: Bug 518420 -  ordinary user's abrt-applet shows up for root owned crashes (npajkovs)
f6eb96
- GUI: added support for gettext (+part of czech translation) (jmoskovc)
f6eb96
- added support for saving settings (zprikryl)
f6eb96
- fixed conf: comment in the middle of the line isn't supported anymore (zprikryl)
f6eb96
- BZ#518413 PATCH ... furious kerneloops reporting (aarapov)
f6eb96
- GUI: added first part of support for gettext (jmoskovc)
f6eb96
- add new parameter to FileTransfer plugin (dnovotny)
f6eb96
- added support for updating abrt's table (zprikryl)
f6eb96
- added check for cc-list and reporter. +1 is created iff reporter is somebody else and current user isn't in cc list. (zprikryl)
f6eb96
- GUI: few improvements, to be more userfriendly (jmoskovc)
f6eb96
- LOGGER: return valid uri of the log file on succes (jmoskovc)
f6eb96
- GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) (jmoskovc)
f6eb96
- Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 (vda.linux)
f6eb96
- APPLET: added popup menu (trac#37, rhbz#518386) (jmoskovc)
f6eb96
- Improved report results (zprikryl)
f6eb96
- Fixed sigsegv (#rhbz 518609) (zprikryl)
f6eb96
- GUI: removed dependency on libsexy if gtk2 >= 2.17 (jmoskovc)
f6eb96
- fixed signature check (zprikryl)
f6eb96
- KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" (vda.linux)
f6eb96
- Comment cannot start in the middle of the line. Comment has to start by Char # (first char in the line) (zprikryl)
f6eb96
- command mailx isn't run under root anymore. (zprikryl)
f6eb96
- GUI: added horizontal scrolling to report window (jmoskovc)
f6eb96
- GUI: added clickable link to "after report" status window (jmoskovc)
f6eb96
- added default values for abrt daemon (zprikryl)
f6eb96
- Plugins/CCpp: remove trailing \n from debuginfo-install's output (vda.linux)
f6eb96
- explain EnableGPGCheck option better (vda.linux)
f6eb96
- mailx: correct English (vda.linux)
f6eb96
- Bugzilla.conf: correct English (vda.linux)
f6eb96
- GUI: nicer after report message (jmoskovc)
f6eb96
- BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly (jmoskovc)
f6eb96
- CCpp plugin: do not abort if debuginfos aren't found (vda.linux)
f6eb96
- abrt.spec: bump version to 0.0.7-2 (vda.linux)
f6eb96
- mailx removed dangerous parameter option (zprikryl)
f6eb96
- minimum timeout is 1 second (zprikryl)
f6eb96
- in case of plugin error, don't delete debug dumps (zprikryl)
f6eb96
- abrt-gui: fix crash when run by root (vda.linux)
f6eb96
- and lot more in git log ...
f6eb96
f6eb96
* Thu Aug 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
f6eb96
- new version
f6eb96
- fixed some bugs found during test day
f6eb96
f6eb96
* Wed Aug 19 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
f6eb96
- fixes to bugzilla plugin and gui to make the report message more user-friendly
f6eb96
f6eb96
* Tue Aug 18 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.7-2
f6eb96
- removed dangerous parameter option
f6eb96
- minimum plugin activation period is 1 second
f6eb96
- in case of plugin error, don't delete debug dumps
f6eb96
- abrt-gui: fix crash when run by root
f6eb96
- simplify parsing of debuginfo-install output
f6eb96
f6eb96
* Tue Aug 18 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7-1
f6eb96
- new version
f6eb96
- added status window to show user some info after reporting a bug
f6eb96
f6eb96
* Mon Aug 17 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
f6eb96
- new version
f6eb96
- many fixes
f6eb96
f6eb96
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4
f6eb96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f6eb96
f6eb96
* Thu Jun 25 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-3
f6eb96
- fixed dependencies in spec file
f6eb96
f6eb96
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 0.0.4-2
f6eb96
- added manual pages (also for plugins)
f6eb96
f6eb96
* Mon Jun 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-1
f6eb96
- new version
f6eb96
- added cli (only supports sockets)
f6eb96
- added python hook
f6eb96
- many fixes
f6eb96
f6eb96
* Fri Apr 10 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.3-1
f6eb96
- new version
f6eb96
- added bz plugin
f6eb96
- minor fix in reporter gui
f6eb96
- Configurable max size of debugdump storage rhbz#490889
f6eb96
- Wrap lines in report to keep the window sane sized
f6eb96
- Fixed gui for new daemon API
f6eb96
- removed unneeded code
f6eb96
- removed dependency on args
f6eb96
- new guuid hash creating
f6eb96
- fixed local UUID
f6eb96
- fixed debuginfo-install checks
f6eb96
- renamed MW library
f6eb96
- Added notification thru libnotify
f6eb96
- fixed parsing settings of action plugins
f6eb96
- added support for action plugins
f6eb96
- kerneloops - plugin: fail gracefully.
f6eb96
- Added commlayer to make dbus optional
f6eb96
- a lot of kerneloops fixes
f6eb96
- new approach for getting debuginfos and backtraces
f6eb96
- fixed unlocking of a debugdump
f6eb96
- replaced language and application plugins by analyzer plugin
f6eb96
- more excetpion handling
f6eb96
- conf file isn't needed
f6eb96
- Plugin's configuration file is optional
f6eb96
- Add curl dependency
f6eb96
- Added column 'user' to the gui
f6eb96
- Gui: set the newest entry as active (ticket#23)
f6eb96
- Delete and Report button are no longer active if no entry is selected (ticket#41)
f6eb96
- Gui refreshes silently (ticket#36)
f6eb96
- Added error reporting over dbus to daemon, error handling in gui, about dialog
f6eb96
f6eb96
* Wed Mar 11 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.2-1
f6eb96
- added kerneloops addon to rpm (aarapov)
f6eb96
- added kerneloops addon and plugin (aarapov)
f6eb96
- Made Crash() private
f6eb96
- Applet requires gui, removed dbus-glib deps
f6eb96
- Closing stdout in daemon rhbz#489622
f6eb96
- Changed applet behaviour according to rhbz#489624
f6eb96
- Changed gui according to rhbz#489624, fixed dbus timeouts
f6eb96
- Increased timeout for async dbus calls to 60sec
f6eb96
- deps cleanup, signal AnalyzeComplete has the crashreport as an argument.
f6eb96
- Fixed empty package Description.
f6eb96
- Fixed problem with applet tooltip on x86_64
f6eb96
f6eb96
* Wed Mar  4 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-13
f6eb96
- More renaming issues fixed..
f6eb96
- Changed BR from gtkmm24 to gtk2
f6eb96
- Fixed saving of user comment
f6eb96
- Added a progress bar, new Comment entry for user comments..
f6eb96
- FILENAME_CMDLINE and FILENAME_RELEASE are optional
f6eb96
- new default path to DB
f6eb96
- Rename to abrt
f6eb96
f6eb96
* Tue Mar  3 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-12
f6eb96
- initial fedora release
f6eb96
- changed SOURCE url
f6eb96
- added desktop-file-utils to BR
f6eb96
- changed crash-catcher to %%{name}
f6eb96
f6eb96
* Mon Mar  2 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-11
f6eb96
- more spec file fixes according to review
f6eb96
- async dbus method calls, added exception handler
f6eb96
- avoid deadlocks (zprikryl)
f6eb96
- root is god (zprikryl)
f6eb96
- create bt only once (zprikryl)
f6eb96
f6eb96
* Sat Feb 28 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-10
f6eb96
- New gui
f6eb96
- Added new method DeleteDebugDump to daemon
f6eb96
- Removed gcc warnings from applet
f6eb96
- Rewritten CCpp hook and removed dealock in DebugDumps lib (zprikryl)
f6eb96
- fixed few gcc warnings
f6eb96
- DBusBackend improvements
f6eb96
f6eb96
* Fri Feb 27 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-9
f6eb96
- fixed few gcc warnings
f6eb96
- added scrolled window for long reports
f6eb96
f6eb96
* Thu Feb 26 2009 Adam Williamson <awilliam@redhat.com> 0.0.1-8
f6eb96
- fixes for all issues identified in review
f6eb96
f6eb96
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-7
f6eb96
- Fixed cancel button behaviour in reporter
f6eb96
- disabled core file sending
f6eb96
- removed some debug messages
f6eb96
f6eb96
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-6
f6eb96
- fixed DB path
f6eb96
- added new signals to handler
f6eb96
- gui should survive the dbus timeout
f6eb96
f6eb96
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-5
f6eb96
- fixed catching debuinfo install exceptions
f6eb96
- some gui fixes
f6eb96
- added check for GPGP public key
f6eb96
f6eb96
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-4
f6eb96
- changed from full bt to simple bt
f6eb96
f6eb96
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-3
f6eb96
- spec file cleanups
f6eb96
- changed default paths to crash DB and log DB
f6eb96
- fixed some memory leaks
f6eb96
f6eb96
* Tue Feb 24 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-2
f6eb96
- spec cleanup
f6eb96
- added new subpackage gui
f6eb96
f6eb96
* Wed Feb 18 2009 Zdenek Prikryl <zprikryl@redhat.com> 0.0.1-1
f6eb96
- initial packing