~ubuntu-branches/ubuntu/natty/xorg/natty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2011-03-02 10:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110302105602-q8gixbeh2vtwb2xu
Tags: 1:7.6~3ubuntu11
* apport/source_xorg.py:
  - Fix typo in nvidia data collection
  - Only collect gdm logs if gdm appears to be present, so as not to
    cause "file not found" errors when it isn't.
    (LP: #722914)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
xorg (1:7.6~3ubuntu11) natty; urgency=low
 
2
 
 
3
  * apport/source_xorg.py:
 
4
    - Fix typo in nvidia data collection
 
5
    - Only collect gdm logs if gdm appears to be present, so as not to
 
6
      cause "file not found" errors when it isn't.
 
7
      (LP: #722914)
 
8
 
 
9
 -- Bryce Harrington <bryce@ubuntu.com>  Wed, 02 Mar 2011 10:56:02 -0800
 
10
 
 
11
xorg (1:7.6~3ubuntu10) natty; urgency=low
 
12
 
 
13
  * apport/source_xorg.py:
 
14
    - Refactor command_output_quiet() to attach_command_output().
 
15
      attach_command_output() is designed to follow the API style of
 
16
      apport's attach_file() and attach_root_commands_output(), and is less
 
17
      susceptible to faults caused by assigning None to elements of the
 
18
      report[] dictionary.
 
19
      (LP: #712109)
 
20
    - Replace remaining calls to command_output_quiet() with specialized
 
21
      routine is_process_running().
 
22
 
 
23
 -- Bryce Harrington <bryce@ubuntu.com>  Tue, 01 Mar 2011 18:15:59 -0800
 
24
 
1
25
xorg (1:7.6~3ubuntu9) natty; urgency=low
2
26
 
3
27
  * apport/source_xorg.py: