~ubuntu-branches/ubuntu/quantal/apport/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-09-20 08:07:01 UTC
  • Revision ID: package-import@ubuntu.com-20120920080701-nu3d30wawr8sf69u
Tags: 2.5.2-0ubuntu4
* Merge from trunk:
  - hookutils.py, attach_root_command_outputs(): Ignore IOError crash about
    nonexisting files, which can happen if the user dismisses authorization.
    (LP: #1051222)
  - launchpad.py: Fix tag filtering for Python 3. (LP: #1052754)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apport (2.5.2-0ubuntu4) quantal; urgency=low
 
2
 
 
3
  * Merge from trunk:
 
4
    - hookutils.py, attach_root_command_outputs(): Ignore IOError crash about
 
5
      nonexisting files, which can happen if the user dismisses authorization.
 
6
      (LP: #1051222)
 
7
    - launchpad.py: Fix tag filtering for Python 3. (LP: #1052754)
 
8
 
 
9
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 20 Sep 2012 08:07:01 +0200
 
10
 
1
11
apport (2.5.2-0ubuntu3) quantal; urgency=low
2
12
 
3
13
  * data/general-hooks/ubuntu.py: Fix PEP-8 errors.