Fedora 17 Update: abrt-2.0.20-1.fc17

updates at fedoraproject.org updates at fedoraproject.org
Tue Feb 26 02:40:44 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-20767
2012-12-21 11:15:50
--------------------------------------------------------------------------------

Name        : abrt
Product     : Fedora 17
Version     : 2.0.20
Release     : 1.fc17
URL         : https://fedorahosted.org/abrt/
Summary     : Automatic bug detection and reporting tool
Description :
abrt is a tool to help users to detect defects in applications and
to create a bug report with all information needed by maintainer to fix it.
It uses  plugin system to extend its functionality.

--------------------------------------------------------------------------------
Update Information:

Updated the latest ABRT stack to the latest upstream release
This update fixes bugs in internal IPC and introduces configurable bugzilla bug formatting.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Dec 20 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.20-1
- New version 2.0.20
- Fix typo: usefull->useful
- koops: generate core backtrace if missing
- udpated po files
- Cosmetic fixes in abrtd-inotify-flood test
- Hook up abrtd-inotify-flood to test infrastructure
- Add a testcase for inotify flood
- replace 'Start Autoreport' btn by a popup dialog
- dbus: NewProblem returns full path as problem_id
- abrt-action-analyze-xorg: fix /usr/include/paths.h -> paths.h
- abrtd: set inotify fd to non-blocking mode; ignore 0-sized inotify reads. Closes rhbz#873815
- s/ABRT dump/problem directory/g
- abrt-applet: don't leak component name
- abrt-applet: alerts only not reported problems
- build system: Remove leftover of abrt-action-analyze-xorg shell script
- Rewrite abrt-action-analyze-xorg in C (partially)
- rework abrt-gui>Help>'Report problem with ABRT'
- abrt-action-analyze-oops: fix help text - we have no -s option
- Help text fix - using "problem directory" consistently
- abrt-dump-oops: add list of tainted modules to NOT_REPORTABLE string. Closes trac#821
- a-a-p-c-a: use ask_yes_no_yesforever() fn from reportclient
- abrt-dump-oops: save /proc/modules contents. Partially closes trac#821
- add ureporter wrapper sending ureport only once per problem dir
- introduce Desktop Session Autoreporting
- add Autoreporting configuration options
- abrt-action-analyze-xorg: robustify 'test "a" = "b"' against bugs
- Collect ~/.xsession_errors from its new path, if it is there. Closes trac#791
- reflect recent libreport API changes .trac#822
- Indentation fix. No code changes.
- minor fix to previous commit realted to .trac#541
- don't use gtk_main* when using gtk_application .trac#890
- minor fix to quit button
- Make "Open problem data" open the expert mode GUI
- Teach kernel oops hash to ignore "<IRQ>" / "<EOI>" prefixes. Closes rhbz#875852
- introduce DeleteElement D-Bus method
- introduce SetElement D-Bus method
- allow only one instance of gui trac#541
- runtests/bugzilla-comment-format: fix false positive AGAIN
- update translations
- a-a-p-c-a: use correct name in gettext initialization
- Fix build system so that make rpm works again
- runtests/bugzilla-comment-format: fix false positive
- Improve xorg post-create. closes trac#838
- Update po files
- fix problem occurrence counter updating algorithm
- abrt-dbus: immediately return an error if not-existing problem is requested
- bugzilla-comment-format: new test
- a-a-p-c-a: use event python API instead of abrt-handle-event
- doc: add dbus problems service specification
* Mon Nov 26 2012 Jakub Filak <jfilak at redhat.com> 2.0.19-2
- update translations
- Resolves: #879641
* Wed Nov 14 2012 Jakub Filak <jfilak at redhat.com> 2.0.19-1
- call g_type_init() only in GLib version < 2.35
- plugins/*_event.conf: use reporter-bz -F FMTFILE as appropriate
- repeat unchaged retrace status message only in verbose mode
- check the correct return value of yesforever answer
- abrt-handle-event: forward event process requests to parent
- don't leak optional retrace path and kernel tainted string
- enhance koops tainted flag parser
- Use "comment" element instead of "description"
- Resolves: #873488
* Thu Nov  1 2012 Jakub Filak <jfilak at redhat.com> 2.0.18-1
- bugzilla-dupe-search: fix os_release to contain the same OS version as bug 755535
- Do not stop reporting when GConf entry is not found. Closes rhbz#869833
- Fix false positive caused by English language fix
- pyhook: import inspect lazily
- Resolves: #869833
* Wed Oct 24 2012 Jakub Filak <jfilak at redhat.com> 2.0.17-1
- provide a problem item containing versions of binaries listed in Xorg backtrace
  Adresses #867694 comment 1
- import rpm lazily
- Resolves: #864324
* Wed Oct 17 2012 Jakub Filak <jfilak at redhat.com> 2.0.16-1
- xorg_event: make post-create save dmesg, drop problems w/ binary modules
  Partially addresses: #856790
- collect_xsession_errors should not fail if !xsession-errors
  Resolves: #866698
* Thu Oct 11 2012 Jakub Filak <jfilak at redhat.com> 2.0.15-1
- add collect_* event to reporting chains for CCpp/Python/Kernel
- core-backtrace: make sure kernel version does not contain spaces
- core-backtrace: also include '?' flag for kerneloops
- don't check EXECUTABLE if it isn't present in list
- retrace-client: check whether all included files are regular
- abrt_exception_handler.py: save 'environ' element
- add Makefile target release-fix
- Make it possible for developer to disable crash processing for specific apps. Closes rhbz#848786
- s/Dump directory/Problem directory/
- Resolves: #864014, #864331, #848786
* Sun Oct  7 2012 Jakub Filak <jfilak at redhat.com> 2.0.14-2
- added forgotten Requires
* Fri Oct  5 2012 Jakub Filak <jfilak at redhat.com> 2.0.14-1
- abrt-dump-oops: save /sys/kernel/debug/suspend_stats. Closes rhbz#787749
- abrt-hook-ccpp: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
- abrt-dump-oops: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
- abrt-action-analyze-oops: fail if we end up hashing "" (empty string). Closes rhbz#862013
- retrace-client: respect chrooted os_release in pkgcheck
- Added oops_recursive_locking1.right to Makefile.am
- fix koops-parser.at, remove bastardized copy of oops_recursive_locking1.test
- add new oops example (currently fails, the fix is coming up)
- fix oops jiffies time stamp counter removal code
- trivia: s/dump/problem directory; fix false positive in oops-with-jiffies.right
- testsuite: added f18 kickstart
- open files for appned not for write rhbz#854266
- added more info about locking - rewrote with vda's comments rhbz#859724
- ccpp_event.conf: ignore crashes with nonzero TracerPid. Closes rhbz#812350
- show more info when abrtd can't acquire lock on pid, related to rhbz#859724
- abrt-hook-ccpp: save "proc_pid_status" element
- use FILENAME_ABRT_VERSION instead of string literal
- Fix pyhook test to reflect changes made in write_dump
- trac#333: Add code generating dso_list to the python hook
- spec: tui should require libreport-cli rhbz#859770
- trac#682: emit Crash DBus signal on org.freedesktop.problems bus
- spec: added deps on elfutils rhbz#859674
- Resolves: #859674, #859770, #859724, #812350, #854266, #862013, #747870, #787749
* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.13-1
-
* Tue Aug 21 2012 Jakub Filak <jfilak at redhat.com> 2.0.12-1
- move abrtd.pid to /var/run/abrt/abrtd.pid
- abrt-harvest-vmcore: add CopyVMcore config option to copy vmcores. Closes 448, rhbz#811733, rhbz#844679
- update po files rhzb#800784
- applet: fix a SEGV caused by notify_init() not being called
- minor fix to pkg-config file
- ignore results of setregid() and setreuid() after glibc update
- hopefully fixed ugly applet icon rhbz#797078
- add update of abrt server database to event chains
- Resolves: #761431, #811733, #844679, #797078
* Fri Aug 10 2012 Jakub Filak <jfilak at redhat.com> 2.0.11-2
- fix abrt-dbus crash if no element is found in GetInfo()
- set sending-sensitive-data option to 'yes' for analyze_RetraceServer event
* Thu Aug  2 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.11-1
- new upstream release
- Resolves: #622773, #741222, #823299, #825116, #826058, #826800, #831333, #832085, #838842
* Tue May 22 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.10-4
- abrt-desktop should require abrt-retrace-client
- Resolves: #823812
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #738635 - scp upload ends with 'Error in the SSH layer'
        https://bugzilla.redhat.com/show_bug.cgi?id=738635
  [ 2 ] Bug #808018 - [abrt] abrt-addon-ccpp-2.0.9-1.fc17: abrt-action-analyze-core:111:extract_info_from_core:IndexError: list index out of range
        https://bugzilla.redhat.com/show_bug.cgi?id=808018
  [ 3 ] Bug #808904 - Abrt reporting disabled because the backtrace is unusable
        https://bugzilla.redhat.com/show_bug.cgi?id=808904
  [ 4 ] Bug #810002 - bad library build: libreport_g_verbose unresolved from libabrt.so.0
        https://bugzilla.redhat.com/show_bug.cgi?id=810002
  [ 5 ] Bug #814628 - XML-RPC(-509): Unable to make sense of XML-RPC response from server.
        https://bugzilla.redhat.com/show_bug.cgi?id=814628
  [ 6 ] Bug #815351 - root crashes are not visible
        https://bugzilla.redhat.com/show_bug.cgi?id=815351
  [ 7 ] Bug #816186 - abrt-gui inotify_add_watch failed
        https://bugzilla.redhat.com/show_bug.cgi?id=816186
  [ 8 ] Bug #822369 - Couldn't generate backtrace with gdb for processes running under another user
        https://bugzilla.redhat.com/show_bug.cgi?id=822369
  [ 9 ] Bug #836771 - SELinux is preventing /usr/sbin/abrt-dbus from 'create' accesses on the lnk_file .lock.
        https://bugzilla.redhat.com/show_bug.cgi?id=836771
  [ 10 ] Bug #852298 - abrt has grammatical errors
        https://bugzilla.redhat.com/show_bug.cgi?id=852298
  [ 11 ] Bug #858765 - Unexpected HTTP status code: 400
        https://bugzilla.redhat.com/show_bug.cgi?id=858765
  [ 12 ] Bug #861899 - [RFE] make possible re-entering BZ credentials if bug processing fails due to bad BZ username/passwd
        https://bugzilla.redhat.com/show_bug.cgi?id=861899
  [ 13 ] Bug #861996 - abrt-retrace-client: checks for corrupted dump dir are inconsistent
        https://bugzilla.redhat.com/show_bug.cgi?id=861996
  [ 14 ] Bug #867240 - RFE: don't file xserver backtraces when fglrx is loaded
        https://bugzilla.redhat.com/show_bug.cgi?id=867240
  [ 15 ] Bug #874882 - Fedora 18 (GNOME 3.6 ) uses ~/.cache/gdm/session.log
        https://bugzilla.redhat.com/show_bug.cgi?id=874882
  [ 16 ] Bug #875852 - Essential element 'global_uuid' is missing, can't continue
        https://bugzilla.redhat.com/show_bug.cgi?id=875852
  [ 17 ] Bug #877437 - RFE: don't file xserver backtraces when vboxvideo is loaded
        https://bugzilla.redhat.com/show_bug.cgi?id=877437
  [ 18 ] Bug #884791 - report-gtk destroys global text cache twice
        https://bugzilla.redhat.com/show_bug.cgi?id=884791
  [ 19 ] Bug #884819 - abrt-applet alerts about already reported bugs if it wasn't running at the time.
        https://bugzilla.redhat.com/show_bug.cgi?id=884819
  [ 20 ] Bug #888012 - abrt no longer allows reporting kernel crashes - uReport exited with exit code 1
        https://bugzilla.redhat.com/show_bug.cgi?id=888012
  [ 21 ] Bug #888111 - can not fix bugzilla ID during install bug reporting
        https://bugzilla.redhat.com/show_bug.cgi?id=888111
  [ 22 ] Bug #888884 - Typo (pasword) and mistakingly c-formatted message
        https://bugzilla.redhat.com/show_bug.cgi?id=888884
  [ 23 ] Bug #888893 - Typo: usefull
        https://bugzilla.redhat.com/show_bug.cgi?id=888893
  [ 24 ] Bug #873488 - abrt hangs while generating upload archive
        https://bugzilla.redhat.com/show_bug.cgi?id=873488
  [ 25 ] Bug #879641 - core dump uploading broken under cs_CZ locale
        https://bugzilla.redhat.com/show_bug.cgi?id=879641
  [ 26 ] Bug #880228 - reporter-bugzilla crashes if bug summary template contains an undefined variable
        https://bugzilla.redhat.com/show_bug.cgi?id=880228
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update abrt' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list