~ubuntu-branches/ubuntu/hardy/apport/hardy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Sebastien Bacher
  • Date: 2008-04-01 16:02:46 UTC
  • Revision ID: package-import@ubuntu.com-20080401160246-up5vlb5a7l0kfhgi
Tags: 0.106
[ Martin Pitt ]
* apport/crashdb_impl/launchpad.py: Fix spelling mistake in p-lp-bugs API
  (now corrected there).
* apport_python_hook.py: Catch IndexError for invalid sys.argv[0], too.
  (LP: #204940)
* apport/ui.py: Add test_run_report_bug_unpackaged_pid() test case which
  reports a bug against a pid which belongs to an unpackaged program. This
  reproduces LP #203764.
* apport/report.py: Drop add_hooks_info() assertion on nonexisting Package
  field, return silently instead. This conforms to the behaviour of the
  other add_*_info() functions and avoids nasty error handling.
* apport/ui.py: Generate proper error message when calling with -f -p PID
  and PID belongs to an unpackaged program. (LP: #203764).

[ Sebastien Bacher ]
* po/Makevars: add the --language=python xgettext option so the translations
  template is correctly updated on build since cdbs is using intltool-update
  directly and not the corresponding makefile target

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apport (0.106) hardy; urgency=low
 
2
 
 
3
  [ Martin Pitt ]
 
4
  * apport/crashdb_impl/launchpad.py: Fix spelling mistake in p-lp-bugs API
 
5
    (now corrected there).
 
6
  * apport_python_hook.py: Catch IndexError for invalid sys.argv[0], too.
 
7
    (LP: #204940)
 
8
  * apport/ui.py: Add test_run_report_bug_unpackaged_pid() test case which
 
9
    reports a bug against a pid which belongs to an unpackaged program. This
 
10
    reproduces LP #203764.
 
11
  * apport/report.py: Drop add_hooks_info() assertion on nonexisting Package
 
12
    field, return silently instead. This conforms to the behaviour of the
 
13
    other add_*_info() functions and avoids nasty error handling.
 
14
  * apport/ui.py: Generate proper error message when calling with -f -p PID
 
15
    and PID belongs to an unpackaged program. (LP: #203764).
 
16
 
 
17
  [ Sebastien Bacher ]
 
18
  * po/Makevars: add the --language=python xgettext option so the translations
 
19
    template is correctly updated on build since cdbs is using intltool-update
 
20
    directly and not the corresponding makefile target
 
21
 
 
22
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 01 Apr 2008 16:02:46 +0200
 
23
 
1
24
apport (0.105) hardy; urgency=low
2
25
 
3
26
  * apport/crashdb_impl/launchpad.py: Ignore ValueErrors when subscribing a