[ubuntu/lucid] apport 1.13.2-0ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Wed Mar 31 15:40:29 BST 2010


apport (1.13.2-0ubuntu1) lucid; urgency=low

  [ Martin Pitt ]
  * New upstream bug fix release:
    - packaging-apt-dpkg.py, _install_debug_kernel(): Do not crash on an
      outdated kernel, just return that it is outdated. (LP: #532923)
    - launchpad.py test suite: Add "Referer" HTTP header, now required by
      launchpad.
    - launchpad.py: Fix crash if configuration does not have an
      "escalated_tag" option.
    - launchpad.py: Port to launchpadlib 1.0 API, thanks Michael Bienia for
      the initial patch! (LP: #545009)
    - gtk/apport-gtk-mime.desktop.in, kde/apport-kde-mime.desktop.in: Change
      categories so that these do not ever appear in menu editors.
      (LP: #449215)
    - launchpad.py: Some LP bugs have broken attachments (this is a bug in
      Launchpad itself). Ignore those instead of crashing.
    - apport-gtk: Turn http:// and https:// links into clickable hyperlinks in
      information and error dialogs. (LP: #516323)
    - apport-retrace: Fix crash when trying to rebuild package info for
      reports without an ExecutablePath. (LP: #436157)
    - ui.py: Fix crash when package information cannot be determined due to
      broken apt status. (LP: #362743)
    - ui.py: Fix crash when /etc/apport/crashdb.conf is damaged; print an
      appropriate error message instead. (LP: #528327)
    - data/kernel_crashdump: Fix crash if log file disappeared underneath us.
      (LP: #510327)
    - data/apport: Fix IOError when apport is called with invalid number of
      arguments, and stderr is not a valid fd. (LP: #467363)
    - hookutils.py: Factor out the DMI collection code from attach_hardware()
      into attach_dmi(), and call that in attach_alsa() as well. Thanks to
      Brad Figg for the patch! (LP: #552091)
    - apport/ui.py: Fix the help output if Apport is invoked under an
      alternative name (like apport-collect). (LP: #539427)
  * debian/local/apport-chroot: Fix crash if $APPORT_CRASHDB_CONF is not set.
    (LP: #487700)
  * debian/control: Bump python-launchpadlib dependency, to ensure that we
    have a current version (LP: #407091), and the "1.0" protocol available.
  * data/package-hooks/source_linux.py: Drop _() i18n, it's not available in
    the hook and causes crashes. (LP: #538368)

  [ Leann Ogasawara ]
  * data/package-hooks/source_linux.py:
    - Clean up some of the wording in the information dialogs for the
      interactive kernel hook. Also add an additional "I don't know" option when
      asked how frequently an issue occurs. (LP: #534638)
    - Autodetect if running an upstream kernel. (LP: #532932)
    - Attempt to categorize issue.  Then add tag based on category.
      (LP: #534745)

Date: Wed, 31 Mar 2010 16:32:39 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/apport/1.13.2-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 31 Mar 2010 16:32:39 +0200
Source: apport
Binary: apport python-problem-report python-apport apport-retrace apport-gtk apport-kde apport-qt dh-apport
Architecture: source
Version: 1.13.2-0ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Martin Pitt <martin.pitt at ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 apport     - automatically generate crash reports for debugging
 apport-gtk - GTK+ frontend for the apport crash report system
 apport-kde - KDE frontend for the apport crash report system
 apport-qt  - transitional package to apport-kde
 apport-retrace - tools for reprocessing Apport crash reports
 dh-apport  - debhelper extension for the apport crash report system
 python-apport - apport crash report handling library
 python-problem-report - Python library to handle problem reports
Launchpad-Bugs-Fixed: 362743 407091 436157 449215 467363 487700 510327 516323 528327 532923 532932 534638 534745 538368 539427 545009 552091
Changes: 
 apport (1.13.2-0ubuntu1) lucid; urgency=low
 .
   [ Martin Pitt ]
   * New upstream bug fix release:
     - packaging-apt-dpkg.py, _install_debug_kernel(): Do not crash on an
       outdated kernel, just return that it is outdated. (LP: #532923)
     - launchpad.py test suite: Add "Referer" HTTP header, now required by
       launchpad.
     - launchpad.py: Fix crash if configuration does not have an
       "escalated_tag" option.
     - launchpad.py: Port to launchpadlib 1.0 API, thanks Michael Bienia for
       the initial patch! (LP: #545009)
     - gtk/apport-gtk-mime.desktop.in, kde/apport-kde-mime.desktop.in: Change
       categories so that these do not ever appear in menu editors.
       (LP: #449215)
     - launchpad.py: Some LP bugs have broken attachments (this is a bug in
       Launchpad itself). Ignore those instead of crashing.
     - apport-gtk: Turn http:// and https:// links into clickable hyperlinks in
       information and error dialogs. (LP: #516323)
     - apport-retrace: Fix crash when trying to rebuild package info for
       reports without an ExecutablePath. (LP: #436157)
     - ui.py: Fix crash when package information cannot be determined due to
       broken apt status. (LP: #362743)
     - ui.py: Fix crash when /etc/apport/crashdb.conf is damaged; print an
       appropriate error message instead. (LP: #528327)
     - data/kernel_crashdump: Fix crash if log file disappeared underneath us.
       (LP: #510327)
     - data/apport: Fix IOError when apport is called with invalid number of
       arguments, and stderr is not a valid fd. (LP: #467363)
     - hookutils.py: Factor out the DMI collection code from attach_hardware()
       into attach_dmi(), and call that in attach_alsa() as well. Thanks to
       Brad Figg for the patch! (LP: #552091)
     - apport/ui.py: Fix the help output if Apport is invoked under an
       alternative name (like apport-collect). (LP: #539427)
   * debian/local/apport-chroot: Fix crash if $APPORT_CRASHDB_CONF is not set.
     (LP: #487700)
   * debian/control: Bump python-launchpadlib dependency, to ensure that we
     have a current version (LP: #407091), and the "1.0" protocol available.
   * data/package-hooks/source_linux.py: Drop _() i18n, it's not available in
     the hook and causes crashes. (LP: #538368)
 .
   [ Leann Ogasawara ]
   * data/package-hooks/source_linux.py:
     - Clean up some of the wording in the information dialogs for the
       interactive kernel hook. Also add an additional "I don't know" option when
       asked how frequently an issue occurs. (LP: #534638)
     - Autodetect if running an upstream kernel. (LP: #532932)
     - Attempt to categorize issue.  Then add tag based on category.
       (LP: #534745)
Checksums-Sha1: 
 ba0cec6631e1de0cfbe9306f13cb029f77b56262 1371 apport_1.13.2-0ubuntu1.dsc
 93507e495b0884722fc9bab5dbd4f339dc42f471 439363 apport_1.13.2.orig.tar.gz
 c22af6cbc3d79c7afb542da67e86efb51e7ec1ce 91145 apport_1.13.2-0ubuntu1.diff.gz
Checksums-Sha256: 
 673bb0530d37cae46a5ec67fbf208538b5f4bae8f11cfcc267b50e49c93deb98 1371 apport_1.13.2-0ubuntu1.dsc
 be18bd7020142dba0991fc367a2e1043c0e58968f51bd44084396c7bc3bbe013 439363 apport_1.13.2.orig.tar.gz
 61630ca12fe2c560fd1a8a380429ca7190abb8413d9c8058c84aa4149104f5ff 91145 apport_1.13.2-0ubuntu1.diff.gz
Files: 
 b9876d07047aecf098a3f108d7e1e550 1371 utils optional apport_1.13.2-0ubuntu1.dsc
 c15140048e9de3a53f4328557fadef5f 439363 utils optional apport_1.13.2.orig.tar.gz
 d1bb26a55f8211cb7e95550f08c36a37 91145 utils optional apport_1.13.2-0ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkuzXRYACgkQDecnbV4Fd/LjjwCfdq5L4MyDDHShi8NePzwbTw/3
IGkAoJc52VlyDQXN17Au91lqWBqO2J5W
=OMHm
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list