--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-1070
2010-01-26 00:21:46
--------------------------------------------------------------------------------

Name        : abrt
Product     : Fedora 12
Version     : 1.0.4
Release     : 1.fc12
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 informations needed by maintainer to fix it.
It uses plugin system to extend its functionality.

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

New version, many fixes.
--------------------------------------------------------------------------------
ChangeLog:

* Wed Jan 20 2010 Jiri Moskovcak <[email protected]> 1.0.4-1
- GUI: redesign of reporter dialog ([email protected])
- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 
([email protected])
- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 
([email protected])
- s/os.exit/sys.exit - closes rhbz#556313 ([email protected])
- use repr() to print variable values in python hook rhbz#545070 
([email protected])
- gui: add logging infrastructure ([email protected])
- Added "Enabled = yes" to all plugin's config files ([email protected])
- *: disable plugin loading/unloading through GUI. Document keyring a bit 
([email protected])
- fix memory leaks in catcut plugin ([email protected])
- fix memory leaks in bugzilla ([email protected])
- abrt-hook-python: sanitize input more; log to syslog 
([email protected])
- Fixed /var/cache/abrt/ permissions ([email protected])
- Kerneloops: we require commandline for every crash, save dummy one for oopses 
([email protected])
- *: remove nss dependencies ([email protected])
- CCpp: use our own sha1 implementation (less pain with nss libs) 
([email protected])
- DebugDump: more consistent logic in setting mode and uid:gid on dump dir 
([email protected])
- fixes based on security review ([email protected])
- SOSreport/TicketUploader: use more restrictive file modes 
([email protected])
- abrt-hook-python: add input sanitization and directory size guard 
([email protected])
- RunApp: safer chdir. Overhauled "sparn a child and get its output" in general 
([email protected])
- DebugDump: use more restrictive modes ([email protected])
- SQLite3: check for SQL injection ([email protected])
- replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no 
([email protected])
- abrt.spec: move "requires: gdb" to abrt-desktop ([email protected])
- ccpp: add a possibility to disable backtrace generation 
([email protected])
- abrtd: limit the number of frames in backtrace to 3000 
([email protected])
* Tue Jan  5 2010 Jiri Moskovcak <[email protected]> 1.0.3-1
- speed optimalization of abrt-debuginfo-install ([email protected])
- updated credits ([email protected])
- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 
([email protected])
- abrt-backtrace manpage installed ([email protected])
- cmdline and daemon checking is done by abrt-python-hook ([email protected])
- moved get_cmdline() and daemon_is_ok() to abrtlib ([email protected])
- large file support for whole abrt ([email protected])
- made s_signal_caught volatile ([email protected])
- abrt-debuginfo-install: fixes for runs w/o cachedir ([email protected])
- remove unsafe log() from signal handler ([email protected])
- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). 
([email protected])
- lib/Plugins/CCpp.cpp: save gdb error messages too ([email protected])
- prevent destructors from throwing exceptions; check curl_easy_init errors 
([email protected])
- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 
([email protected])
- GUI: autoscroll log window ([email protected])
- Kerneloops.conf: better comments ([email protected])
- applet: reduce blinking time to 30 seconds ([email protected])
- add paranoia checks on setuid/setgid ([email protected])
- more "obviously correct" code for secure opening of /dev/null 
([email protected])
- get rid of ugly sleep call inside while() ([email protected])
* Mon Dec 14 2009 Jiri Moskovcak <[email protected]> 1.0.2-1
- disabled GPG check again ([email protected])
- abrt-pyhook-helper rename ([email protected])
- abrt-cli: report success/failure of reporting. closes bug 71 
([email protected])
- less logging ([email protected])
- mkde abrt-gui --help and --version behave as expected. closes bug 85 
([email protected])
- dbus lib: fix parsing of 0-element arrays. Fixes bug 95 
([email protected])
- make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 
59 ([email protected])
- applet: make animation stop after 1 minute. (closes bug 108) 
([email protected])
- show comment and how to reproduce fields, when BT rating > 3 
([email protected])
- Gui: make report status window's text wrap. Fixes bug 82 
([email protected])
- CCpp analyzer: added "info sharedlib" 
(https://fedorahosted.org/abrt/ticket/90) ([email protected])
- added link to bugzilla new account page to Bugzilla config dialog 
([email protected])
- GUI: added log window ([email protected])
* Tue Dec  8 2009 Jiri Moskovcak <[email protected]> 1.0.1-1
- PyHook: better logic for checking if abrtd is running rhbz#539987 
([email protected])
- re-enabled gpg sign checking ([email protected])
- PyHook: use repr() for displaying variables rhbz#545070 ([email protected])
- kerneloops: fix the linux kernel version identification ([email protected])
- gui review ([email protected])
- when we trim the dir, we must delete it from DB too rhbz#541854 
([email protected])
- improved dupe checking ([email protected])
- GUI: handle cases when gui fails to start daemon on demand rhbz#543725 
([email protected])
- Add abrt group only if it is missing; fixes rhbz#543250 ([email protected])
- GUI: more string fixes rhbz#543266 ([email protected])
- abrt.spec: straighten out relations between abrt-desktop and abrt-gui 
([email protected])
- refuse to start if some required plugins are missing rhbz#518422 
([email protected])
- GUI: survive gnome-keyring access denial rhbz#543200 ([email protected])
- typo fixes rhbz#543266 ([email protected])
- abrt-debuginfo-install: better fix for incorrect passing double quotes 
([email protected])
- APPLET: stop animation when it's not needed rhbz#542157 ([email protected])
- ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) 
([email protected])
- Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 
([email protected])
- SPEC: removed sqlite3 package, fixed some update problems 
([email protected])
- Kerneloops are reported automaticky now when AutoReportUIDs = root is in 
Kerneloops.conf ([email protected])
- remove word 'detected' from description rhbz#541459 ([email protected])
- src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... 
([email protected])
- CCpp.cpp: quote parameters if needed rhbz#540164 ([email protected])
* Fri Nov 20 2009 Jiri Moskovcak <[email protected]> 1.0.0-1
- new version
- comment input wraps words rhbz#531276
- fixed hiding password dialog rhbz#529583
- easier kerneloops reporting rhbz#528395
- made menu entry translatable rhbz#536878 ([email protected])
- GUI: don't read the g-k every time we want to use the setting 
([email protected])
- GUI: survive if g-k access is denied rhbz#534171 ([email protected])
- include more info into oops (we were losing the stack dump) 
([email protected])
- make BZ insert small text attachments inline; move text file detection code 
([email protected])
- GUI: fixed text wrapping in comment field rhbz#531276 ([email protected])
- GUI: added cancel to send dialog rhbz#537238 ([email protected])
- include abrt version in bug descriptions ([email protected])
- ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive 
([email protected])
- GUI: added window icon rhbz#537240 ([email protected])
- add support for \" escaping in config file ([email protected])
- add experimental saving of /var/log/Xorg*.log for X crashes 
([email protected])
- APPLET: changed icon from default gtk-warning to abrt specific, add animation 
([email protected])
- don't show icon on abrtd start/stop rhbz#537630 ([email protected])
- /var/cache/abrt permissions 1775 -> 0775 in spec file ([email protected])
- Daemon properly checks /var/cache/abrt attributes ([email protected])
- abrt user group; used by abrt-pyhook-helper ([email protected])
- pyhook-helper: uid taken from system instead of command line 
([email protected])
- KerneloopsSysLog: fix breakage in code which detects abrt marker 
([email protected])
- GUI: added support for backtrace rating ([email protected])
- InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. 
([email protected])
- abrtd: call res_init() if /etc/resolv.conf or friends were changed 
rhbz#533589 ([email protected])
- supress errors in python hook to not colide with the running script 
([email protected])
* Tue Nov 10 2009 Jiri Moskovcak <[email protected]> 0.0.11-2
- spec file fixes
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #545070 - Use repr to display Python local variables
        https://bugzilla.redhat.com/show_bug.cgi?id=545070
  [ 2 ] Bug #549735 - extract __abort_msg from cores
        https://bugzilla.redhat.com/show_bug.cgi?id=549735
  [ 3 ] Bug #550357 - ABRT entry in window list should not say CCMainWindow.py
        https://bugzilla.redhat.com/show_bug.cgi?id=550357
  [ 4 ] Bug #556313 - [abrt] crash in abrt-gui-1.0.3-1.fc12
        https://bugzilla.redhat.com/show_bug.cgi?id=556313
--------------------------------------------------------------------------------

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
http://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-announce

Reply via email to