~ubuntu-branches/ubuntu/natty/apport/natty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-03-09 19:21:16 UTC
  • Revision ID: package-import@ubuntu.com-20110309192116-3ve1ks41xpyyr3jb
Tags: 1.19-0ubuntu3
* Merge fixes from trunk:
  - apport-retrace: Intercept SystemErrors from ill-formed gzip attachments
    as well.
  - Fix crash if crash database configuration does not specify a
    bug_pattern_url. Just assume None. (LP: #731526)
  - If a custom crash database does not specify a bug_pattern_url, fall back
    to using the default database's. (LP: #731526)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apport (1.19-0ubuntu3) natty; urgency=low
 
2
 
 
3
  * Merge fixes from trunk:
 
4
    - apport-retrace: Intercept SystemErrors from ill-formed gzip attachments
 
5
      as well.
 
6
    - Fix crash if crash database configuration does not specify a
 
7
      bug_pattern_url. Just assume None. (LP: #731526)
 
8
    - If a custom crash database does not specify a bug_pattern_url, fall back
 
9
      to using the default database's. (LP: #731526)
 
10
 
 
11
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 09 Mar 2011 19:21:16 +0100
 
12
 
1
13
apport (1.19-0ubuntu2) natty; urgency=low
2
14
 
3
15
  * gtk/apport-gtk: Update require_version() call to current pygobject API.