[ubuntu/precise] apport 1.95-0ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Thu Mar 22 18:01:00 UTC 2012
apport (1.95-0ubuntu1) precise; urgency=low
[ Martin Pitt ]
* New upstream release:
- apport-gtk, apport-kde: When reporting a "system crash", don't say "...
of this program version", but "...of this type", as we don't show a
program version in the initial dialog
(https://wiki.ubuntu.com/ErrorTracker#error) (LP: #961065)
- problem_report.py, write_mime(): Do not put a key inline if it is bigger
than 1 kB, to guard against very long lines. (LP: #957326)
- etc/cron.daily/apport: Do not remove whoopsie's *.upload* stamps every
day, only if they are older than a week. whoopsie comes with its own
cron job which deals with them. Thanks Steve Langasek. (LP: #957102)
- report.py, mark_ignore(): Fix crash if executable went away underneath
us. (LP: #961410)
- apport-gtk: Do not compare current continue button label against a
translated string. Instead just remember whether or not we can restart
the application. (LP: #960439)
- hookutils.py, command_output(): Add option to keep the locale instead of
disabling it.
- hookutils.py, command_output(): Actually make the "input" parameter
work, instead of causing an eternal hang. Add tests for all possible
modes of operation.
- hooktuils.py: Change root_command_output() and
attach_root_command_outputs() to disable translated messages
(LC_MESSAGES=C) only as part of the command to be run, not already for
the root prefix command. This will keep the latter (gksu, kdesudo, etc.)
translated. (LP: #961659)
- apport-gtk: Cut off text values after 4000 characters, as Gtk's TreeView
does not get along well with huge values. KDE's copes fine, so continue
to display the complete value there. (LP: #957062)
- apport-gtk: Make details window resizable in bug reporting mode.
- crashdb.py, known(): Check the address signature duplicate database if
the symbolic signature exists, but did not find any result. (LP: #103083)
- ui.py: Run anonymization after checking for duplicates, to prevent host
or user names which look like hex numbers to corrupt the stack trace.
(LP: #953104)
- apport-gtk: Require an application to both have TERM and SHELL in its
environment to consider it a command line application that was started
by the user. (LP: #962130)
- backends/packaging-apt-dpkg.py, _check_files_md5(): Fix double encoding,
which caused UnicodeDecodeErrors on non-ASCII characters in an md5sum
file. (LP: #953682)
- apport-kde, apport-gtk: Only show "Relaunch" if the report has a
ProcCmdline, otherwise we cannot restart it. (LP: #956173)
- apport-gtk, apport-kde: Show the ExecutablePath while we're collecting
data for the crash report. Thanks Evan Dandrea. (LP: #938707).
* debian/copyright: Change to copyright format 1.0.
* debian/control: Bump Standards-Version to 3.9.3.
[ Brian Murray ]
* data/general-hooks/ubuntu.py: use main.log to determine UpgradeStatus not
apt.log (LP: #886111)
Date: Thu, 22 Mar 2012 18:55:17 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/apport/1.95-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 22 Mar 2012 18:55:17 +0100
Source: apport
Binary: apport python-problem-report python-apport apport-retrace apport-gtk apport-kde dh-apport
Architecture: source
Version: 1.95-0ubuntu1
Distribution: precise
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-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: 103083 886111 938707 953104 953682 956173 957062 957102 957326 960439 961065 961410 961659 962130
Changes:
apport (1.95-0ubuntu1) precise; urgency=low
.
[ Martin Pitt ]
* New upstream release:
- apport-gtk, apport-kde: When reporting a "system crash", don't say "...
of this program version", but "...of this type", as we don't show a
program version in the initial dialog
(https://wiki.ubuntu.com/ErrorTracker#error) (LP: #961065)
- problem_report.py, write_mime(): Do not put a key inline if it is bigger
than 1 kB, to guard against very long lines. (LP: #957326)
- etc/cron.daily/apport: Do not remove whoopsie's *.upload* stamps every
day, only if they are older than a week. whoopsie comes with its own
cron job which deals with them. Thanks Steve Langasek. (LP: #957102)
- report.py, mark_ignore(): Fix crash if executable went away underneath
us. (LP: #961410)
- apport-gtk: Do not compare current continue button label against a
translated string. Instead just remember whether or not we can restart
the application. (LP: #960439)
- hookutils.py, command_output(): Add option to keep the locale instead of
disabling it.
- hookutils.py, command_output(): Actually make the "input" parameter
work, instead of causing an eternal hang. Add tests for all possible
modes of operation.
- hooktuils.py: Change root_command_output() and
attach_root_command_outputs() to disable translated messages
(LC_MESSAGES=C) only as part of the command to be run, not already for
the root prefix command. This will keep the latter (gksu, kdesudo, etc.)
translated. (LP: #961659)
- apport-gtk: Cut off text values after 4000 characters, as Gtk's TreeView
does not get along well with huge values. KDE's copes fine, so continue
to display the complete value there. (LP: #957062)
- apport-gtk: Make details window resizable in bug reporting mode.
- crashdb.py, known(): Check the address signature duplicate database if
the symbolic signature exists, but did not find any result. (LP: #103083)
- ui.py: Run anonymization after checking for duplicates, to prevent host
or user names which look like hex numbers to corrupt the stack trace.
(LP: #953104)
- apport-gtk: Require an application to both have TERM and SHELL in its
environment to consider it a command line application that was started
by the user. (LP: #962130)
- backends/packaging-apt-dpkg.py, _check_files_md5(): Fix double encoding,
which caused UnicodeDecodeErrors on non-ASCII characters in an md5sum
file. (LP: #953682)
- apport-kde, apport-gtk: Only show "Relaunch" if the report has a
ProcCmdline, otherwise we cannot restart it. (LP: #956173)
- apport-gtk, apport-kde: Show the ExecutablePath while we're collecting
data for the crash report. Thanks Evan Dandrea. (LP: #938707).
* debian/copyright: Change to copyright format 1.0.
* debian/control: Bump Standards-Version to 3.9.3.
.
[ Brian Murray ]
* data/general-hooks/ubuntu.py: use main.log to determine UpgradeStatus not
apt.log (LP: #886111)
Checksums-Sha1:
1a668f7685eb94b51d2719b1f8223e289530f92f 2411 apport_1.95-0ubuntu1.dsc
c8dac98754bf4a15c7436ecd84f16e3bce32b4da 640583 apport_1.95.orig.tar.gz
48ae92596a06e4d17117bcfb9bbf3022a7a6bede 108512 apport_1.95-0ubuntu1.diff.gz
Checksums-Sha256:
6c2cb61f544125032f6faf0cd398e63210aa3bfc3c3547500483e7483f86f718 2411 apport_1.95-0ubuntu1.dsc
c23c092ce90da22706b594f5c5ca7093f861f078f9ee0b104bf58e7a5d7e0e2a 640583 apport_1.95.orig.tar.gz
5b11b96d1480b751fcde86735b479fdee07d8cf333df86a9f58bef0dd6dc3f45 108512 apport_1.95-0ubuntu1.diff.gz
Files:
d1318d5f75bb0e2081e3f5836e290ebe 2411 utils optional apport_1.95-0ubuntu1.dsc
27ae1cd1c571707c6fd2316f0d88508d 640583 utils optional apport_1.95.orig.tar.gz
76be2517bb3c56cbf2f6c749caf8efef 108512 utils optional apport_1.95-0ubuntu1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJPa2eZAAoJEPmIJawmtHuf8F0P/14X/YRza3VokaHTQcpPuThP
i1SU7sE9mAFndeEzmrOjGKudB10ING/abdIUNaON5z2hIkz4vQTaY+ngQxl1Xofy
Sh6j6u27AAnoRnVuKTy1C/fR7x3pi2tU/UWSLb8OD8IZP1Vv4LZ31IOi/okmdQsm
305BuM/SiXUO8Ik8H+zLnG14jLbVRs8dTbtdaJrOn2QoTFtsTjIfjzXbDbWoYXcW
Q7BZ+sqOvay007H4PgKSBr4H6z4ejHo4kXP2SZZkYpNT1XcNi/2OBaT6qtqVsp/S
qgzQ5nCgA8NPtIRgiEE2wd6YOULQfRzN44iGbgeJeDrEd4TWb6OH7Ug6V+gn5x2m
oxEn2mm5rzfV0zcySUYymhZU8ey50vr/n13nNzO3mL3mXaM2gF3vwvFfQwsCYiH3
5CVO+LADdjL2qJzgaze6nRLxd3vS/zNuULcm3IiPFM97zl6/jbFNczH0f1i20TNn
tFsUbswlowGpPec+sHXb9VmwSxwhXZrGmk6HeFs3lTycHm36DThnHMAEJeK4JK7v
z/h6duXRpwY1eTSh7LnDCpSSNsu/y2DgTIOvENp1Ml4UGWvJnU7ag1VT29utCOoN
YIr56JAfka4UkPaz1VJWmdAgcCxgQiDO6VS6txac3Q7phNYJXMesa6NMUyqOr4Qf
00UzOUIBrGDCyZSIqtzQ
=Otpr
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list