~ubuntu-branches/ubuntu/oneiric/apport/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Brian Murray
  • Date: 2011-09-28 07:12:19 UTC
  • Revision ID: package-import@ubuntu.com-20110928071219-sx503th6ld01ayyw
Tags: 1.23-0ubuntu2
[ Martin Pitt ]
* debian/control: Bump GIR dependencies to ensure that we don't run this
  against older versions against gir1.2-glib-2.0, which still have a wrong
  API for markup_escape_text(). (LP: #851450)

[ Brian Murray ]
* data/general-hooks/ubuntu.py: also check CurrentDmesg for disk errors
  as some package hooks add it
* data/package-hooks/source_debian-installer.py: for dmraid collection use
  attach_root_command_outputs (LP: #856826)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apport (1.23-0ubuntu2) oneiric; urgency=low
 
2
 
 
3
  [ Martin Pitt ]
 
4
  * debian/control: Bump GIR dependencies to ensure that we don't run this
 
5
    against older versions against gir1.2-glib-2.0, which still have a wrong
 
6
    API for markup_escape_text(). (LP: #851450)
 
7
 
 
8
  [ Brian Murray ]
 
9
  * data/general-hooks/ubuntu.py: also check CurrentDmesg for disk errors
 
10
    as some package hooks add it
 
11
  * data/package-hooks/source_debian-installer.py: for dmraid collection use
 
12
    attach_root_command_outputs (LP: #856826)
 
13
 
 
14
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Sep 2011 07:12:19 +0200
 
15
 
1
16
apport (1.23-0ubuntu1) oneiric; urgency=low
2
17
 
3
18
  [ Brian Murray ]