Fedora 17 Update: libreport-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        : libreport
Product     : Fedora 17
Version     : 2.0.20
Release     : 1.fc17
URL         : https://fedorahosted.org/abrt/
Summary     : Generic library for reporting various problems
Description :
Libraries providing API for reporting different problems in applications
to different bug targets like Bugzilla, ftp, trac, etc...

--------------------------------------------------------------------------------
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:

* Wed Dec 19 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.20-1
- New version 2.0.20
- updated po files
- add abrt-screencast to POTFILES.in
- added screen casting support to the wizard
- fix memory leaks in workflow code
- report_problem_in_dir(): make LIBREPORT_DEL_DIR work
- add Yes/No dialog saving answer
- refactor: move ask_yes_no_save_result from wizard to libreport-gtk
- added anaconda workflows rhbz#885690
- report-python: export dd_delete_item too
- report-python: export DD_OPEN_READONLY too
- strtrimch: optimize it a bit
- show only workflows applicable to actual problem directory
- report-gtk: destroy global text cache only once
- change rules for FILENAME_NOT_REPORTABLE to always include trailing period.
- ask for BZ login/BZ pwd if Login attempt failed
- ask for BZ login/BZ password if not provided by conf
- remove new line from ask/ask_password responses
- add ask_yes_no_yesforever() to Python client API
- make client API independent on translation
- run_event: use client functions for the communication callbacks
- clean the workflow buttons when refreshing the event page
- Fix a bug - inverted check for failed rename() call
- wrap the not_reportable label .trac#908
- don't show events without configuration in preferences .trac#881
- - implemented saving/loading configuratio for workflows - related to trac#822
- reporter-bz: add AVC's description added to BZ comment
- add microseconds to dump dir name (problem ID)
- teach reporter-bugzilla to read BZ ID from reported_to element
- teach reporter-bugzilla to add reporter to CC
- introduce a function deleting dd's element
- introduce a function getting no. of Bytes of dd's element
- make event config name immutable
- fixed segv in the last commit
- made struct workflow private related to trac#822
- don't show the spinner if the problem is not reportable trac#852
- made the config_item_info structure private
- added workflows trac#822
- added x,--expert cmdline option to enable expert mode
- switch comment and event selector page
- use get_ and set_ functions to access event_config_t
- reporter-bz: don't return NULL on %non_existing_item% - use "" instead
- refactoring the xml and conf loader code related to trac#822
- reporter-bugzilla: add a --debug option
- reporter-bz: fix a summary line formatting bug
- let logging_callback and post_run_callback members be None
- expose make_run_event_state_forwarding() in Python API
- reporter-bz: change syntax of bugzilla_format_*.conf to require "text::", not "text:"
- reporter-bz: add support for line continuation and simple text in bugzilla_format*.conf
* Mon Dec  3 2012 Jakub Filak <jfilak at redhat.com> 2.0.19-3
- add a description of AVC to bugzilla comment 0
* Mon Nov 26 2012 Jakub Filak <jfilak at redhat.com> 2.0.19-2
- fix bugzilla summary formatting
- Resolves: #880228
* Wed Nov 14 2012 Jakub Filak <jfilak at redhat.com> 2.0.19-1
- introduce a new formating feature for Bugzilla plugin
- use gtk_show_uri() instead of own launcher
- update kerneloops urls
- don't force the minimal rating trac#854
- add support for forwarding of report client requests
- fix i18n in event client communication protocol
- add event name to the error message - can't get secret item
- switch all load_conf_file() calls to use skipKeysWithoutValue=false
- hide the spinner when the event processing is finishes trac#852
- add a method for loading of configuration of a single event
- unlock secret collection only on meaningful demand
- fix secret item look up for gnome-keyring
* Thu Nov  1 2012 Jakub Filak <jfilak at redhat.com> 2.0.18-1
- reporter-bz: tighten up checking that BZ server gave us its version; fix recently broken settings parsing
- reporter-bz: make selinux-policy special case controllable from config file
- reporter-bz: if we create a new bug but cross-version dup exists, add a note
- reporter-bz: make rhbz_search_duphash static, use it more widely
* Wed Oct 24 2012 Jakub Filak <jfilak at redhat.com> 2.0.17-1
- update CWD after stealing of a dump directory
- get product/version from system configuration
- shorten bz summary if its length exceeds 255 chars
- add full kerneloops to the uReport
- reporter-bz: require bz version match when searching for dups. Closes rhbz#849833
- reporter-bz: eliminate bugzilla_struct::b_product - use auto var instead
- Move struct bugzilla_struct to its only user, reporter-bugzilla.c
- reporter-bz: do not needlessly open dd if -f; assorted small fixes
- added relro to reportclient.so and _pyreport.so rhbz#812283
- bz reporter: include ROOTDIR, OS_RELEASE_IN_ROOTDIR, EXECUTABLE elements
- Fix report-newt segfault
- Resolves: #741647, #812283, #849833, #867118, #869032
* Thu Oct 11 2012 Jakub Filak <jfilak at redhat.com> 2.0.16-1
- expand events from a chain and process expanded events separately
- report-gtk: move selection of event to a right place
- fix a crash while report-gtk startup (use the correct variable)
- wizard: allow "non-reportable" reporting for experts; disallow it for non-experts
- fix typo in function name, remove unnecessary forward declaratioins
- wizard: fix a thinko in last commit (thanks Jakub)
- wizard: check for NON_REPORTABLE file, stop if it exists.FILE
- wizard: remove unnecessary if (1) {...} block. No code changes
- don't update the selected event while processing it
- check D-Bus err name without leaking nor crashing
- ureport: always include offset
- add Makefile target release-fix
- Resolves: #864803, #864803, #863595
* Fri Oct  5 2012 Jakub Filak <jfilak at redhat.com> 2.0.15-1
- remove unnecessary flag from words highlighting functions
- report-gtk: rework forbidden words highlighting
- add xmalloc_fopen_fgetline_fclose helper for reading one-line files
- update GUI before highlighting of forbidden words
- clear warnings after switching to a next page
- tweak conditions in show next forbidden word functions
- reporter-ureport: respect chrooted os_release
- Fix typos.
- rhbz#861679: report-gtk: immediately release dump directory lock
- add a few helpers for reading files as one malloced block
* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.14-1
- added error callback to get notification about download failure rhbz#786640
- rhbz#767186: show a link to a page describing the ABRT configuration
- spec: silence rpmdiff rhbz#857425
- don't show the credential in logs rhbz#856960
- rhbz#852165: warn if adding commands without any rule condition
- rhbz#851855: process ureport server errors correctly
- reporter-bugzilla: fix adding users to CC. (Partially?) closes rhbz#841338
- Resolves: #786640, #767186, #857425, #856960, #852165, #851855, #841338
* Wed Aug 29 2012 Jakub Filak <jfilak at redhat.com> 2.0.13-2
- ureport doesn't fail on "Validition error" server response
* Wed Aug 22 2012 Jakub Filak <jfilak at redhat.com> 2.0.13-1
- reporter-ureport: save backtrace hash to reported_to
- trac#683: show the description file in bugzilla comment 0
- trac#684: report-gtk saves only loaded files
- reporter-ureport: allow sending attachments
- event_config_dialog: make it resizable; tweak Uploader hint
- add python binding for problem_data_send_to_abrt
- reporter-ureport: attach bug ID from reported_to
- reporter-ureport: make configurable only URL to a server
* Wed Aug 15 2012 Jakub Filak <jfilak at redhat.com> 2.0.12-5
- ureport doesn't fail on "Validition error" server response
- rhbz#741255: don't autodetect executable for sealert reports
- show message from the server for known uReports
- trac#678: reporter-bugzilla: do not attach empty files
- Resolves: #741255
* Tue Aug 14 2012 Jakub Filak <jfilak at redhat.com> 2.0.12-4
- rhbz#846389: generate koops description according to rhbz std template
- trac#556: skip not provided bz bug description template fields
- report-gtk: don't log THANKYOU message
- added internal_libreport.h into POTFILES.in rhbz#801255
- updated po files
- Resolves: #801255, #846389
* Fri Aug 10 2012 Jakub Filak <jfilak at redhat.com> 2.0.12-3
- wizard: small changes to message texts and one function name
- trac#623: dd_opendir() fails if time file doesn't contain valid time stamp
- trac#660: report-cli asks for premission to send sensitive data
- trac#660: report-gtk asks for permission to send sensitive data
- trac#660: report-gtk: introduce generic ask_yes_no() function for options
- trac#660: add support for sendining-sensitive-data event option
- Do not check for analyzer == "Kerneloops" when appending "TAINTED" msg
- fix leaks in list_possible_events()
* Tue Aug  7 2012 Jakub Filak <jfilak at redhat.com> 2.0.12-2
- report-gtk: fixed bug in automatic running of next event
- don't try to delete dump dir which doesn't exist rhbz#799909
- Resolves: #799909
* Fri Aug  3 2012 Jakub Filak <jfilak at redhat.com> 2.0.12-1
- new upstream release
- trac#642: run the next event if the current one finished without errors
- trac#641: don't allow event chain to continue, if user don't want to steal a directory
- trac#640: report-gtk replaces 'Forward' button with 'Close' button on finished reporting
- Fix bugs uncovered by Coverity. Closes rhbz#809416
- Resolves: #809416
* Tue Jul 31 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.11-1
- new upstream release
* Fri Jun  1 2012 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.10-4
- fixed build on rhel7
--------------------------------------------------------------------------------
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 libreport' 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