~ubuntu-branches/ubuntu/oneiric/bug-buddy/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-17 11:52:38 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317115238-pelki75p8yvl9bw1
Tags: 2.26.0+dfsg-0ubuntu1
* New upstream release: (LP: #344132)
  - Don't hardcode a scrollkeeper check in the configure script.
  - Build correctly with --disable-eds.
  - Fix a segfault (Josseline Mouette).
  - Don't free uninitialized memory.
  - Drop libgnome and libgnomeui dependencies.
  - Make google-breakpad support optional (but enabled by default).
    Thanks to Sjoerd Simons.
  - Obtain the real path of the crashed process by looking in /proc.
    Thanks to Sam Morris and Matt Keenan.
  - Add an option to delete the included file after bug-buddy has
    processed it.
  - Implement a logger for pasting critical and fatal warnings in the
    stacktraces.
  - Include the loaded GTK+ modules in the stacktraces sent to bugzilla.
  - Update google-breakpad to SVN r290.
  - Compile with all the GLib/GTK+ deprecation flags.
* debian/control.in:
  - remove scroolkeeper, libgnome2-dev and libgnomeui-dev b-d
  - bump libgtk2.0-dev to 2.14
  - add libgconf2-dev
  - add Vcs-Bzr tag
  - re-generate debian/control
* debian/patches:
  - remove 01_double-free.patch as taken upstream
  - remove 02_disable_breakpad.patch as upstream handle --disable-*
    (and so, --disable-google-breakpad)
  - refresh 70_automake-autoconf.patch
* debian/rules: remove --disable-scrollkeeper as removed in configure
  file
* Adapt debian/watch to get unstable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bug-buddy (2.26.0+dfsg-0ubuntu1) jaunty; urgency=low
 
2
 
 
3
  * New upstream release: (LP: #344132)
 
4
    - Don't hardcode a scrollkeeper check in the configure script.
 
5
    - Build correctly with --disable-eds.
 
6
    - Fix a segfault (Josseline Mouette).
 
7
    - Don't free uninitialized memory.
 
8
    - Drop libgnome and libgnomeui dependencies.
 
9
    - Make google-breakpad support optional (but enabled by default).
 
10
      Thanks to Sjoerd Simons.
 
11
    - Obtain the real path of the crashed process by looking in /proc.
 
12
      Thanks to Sam Morris and Matt Keenan.
 
13
    - Add an option to delete the included file after bug-buddy has
 
14
      processed it.
 
15
    - Implement a logger for pasting critical and fatal warnings in the
 
16
      stacktraces.
 
17
    - Include the loaded GTK+ modules in the stacktraces sent to bugzilla.
 
18
    - Update google-breakpad to SVN r290.
 
19
    - Compile with all the GLib/GTK+ deprecation flags.
 
20
  * debian/control.in:
 
21
    - remove scroolkeeper, libgnome2-dev and libgnomeui-dev b-d
 
22
    - bump libgtk2.0-dev to 2.14
 
23
    - add libgconf2-dev
 
24
    - add Vcs-Bzr tag
 
25
    - re-generate debian/control
 
26
  * debian/patches:
 
27
    - remove 01_double-free.patch as taken upstream
 
28
    - remove 02_disable_breakpad.patch as upstream handle --disable-*
 
29
      (and so, --disable-google-breakpad)
 
30
    - refresh 70_automake-autoconf.patch
 
31
  * debian/rules: remove --disable-scrollkeeper as removed in configure
 
32
    file
 
33
  * Adapt debian/watch to get unstable version
 
34
 
 
35
 -- Didier Roche <didrocks@ubuntu.com>  Tue, 17 Mar 2009 11:52:38 +0100
 
36
 
1
37
bug-buddy (2.24.1+dfsg-2ubuntu3) jaunty; urgency=low
2
38
 
3
39
  * Re-add gnome-dbg recommends; I've broken the circular loop in gnome-dbg