~ubuntu-branches/ubuntu/lucid/bug-buddy/lucid

« back to all changes in this revision

Viewing changes to 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
 
========================== 2.24.1 ===============================
 
1
=========================== 2.26.0 ==============================
 
2
 
 
3
2009-03-17  Cosimo Cecchi  <cosimoc@gnome.org>
 
4
 
 
5
        * NEWS:
 
6
        * configure.in: update for 2.26.0.
 
7
 
 
8
2009-03-09  Cosimo Cecchi  <cosimoc@gnome.org>
 
9
 
 
10
        * configure.in: let gnome-doc-utils handle scrollkeeper presence
 
11
        rather than hardcoding a check in our configure script (#574617).
 
12
 
 
13
=========================== 2.25.91 =============================
 
14
 
 
15
2009-02-16  Cosimo Cecchi  <cosimoc@gnome.org>
 
16
 
 
17
        * NEWS:
 
18
        * configure.in: update for 2.25.91.
 
19
 
 
20
2009-02-15  Cosimo Cecchi  <cosimoc@gnome.org>
 
21
 
 
22
        * configure.in: build correctly with --disable-eds (#571918).
 
23
 
 
24
=========================== 2.25.2 ==============================
 
25
 
 
26
2008-12-01  Cosimo Cecchi  <cosimoc@gnome.org>
 
27
 
 
28
        * MAINTAINERS: add myself.
 
29
        * NEWS:
 
30
        * configure.in: update for 2.25.2.
 
31
 
 
32
2008-11-13  Cosimo Cecchi  <cosimoc@gnome.org>
 
33
 
 
34
        * gnome-breakpad/gnome-breakpad.cc:
 
35
        Use the correct index when freeing strings.
 
36
        Patch by Josseline Mouette (#560657).
 
37
 
 
38
2008-11-11  Cosimo Cecchi  <cosimoc@gnome.org>
 
39
 
 
40
        * gnome-breakpad/gnome-breakpad.cc:
 
41
        Don't free uninitialized memory. Fix segfaults when using 2.25.1.
 
42
 
 
43
=========================== 2.25.1 ==============================
 
44
 
 
45
2008-11-04  Cosimo Cecchi  <cosimoc@gnome.org>
 
46
 
 
47
        * AUTHORS: add myself.
 
48
        * NEWS: update for 2.25.1.
 
49
 
 
50
2008-11-04  Cosimo Cecchi  <cosimoc@gnome.org>
 
51
 
 
52
        * src/bug-buddy.c: (show_version_cb):
 
53
        Re-add --version option after libgnome dropping.
 
54
 
 
55
2008-10-20  Cosimo Cecchi  <cosimoc@gnome.org>
 
56
 
 
57
        * configure.in:
 
58
        * src/Makefile.am:
 
59
        * src/bug-buddy.c: (fill_system_info):
 
60
        Enforce single header policy under maintainer mode.
2
61
 
3
62
2008-10-19  Cosimo Cecchi  <cosimoc@gnome.org>
4
63
 
5
 
        * NEWS:
 
64
        * gnome-breakpad/Makefile.am:
 
65
        Update to google-breakpad r290.
 
66
 
 
67
2008-10-17  Cosimo Cecchi  <cosimoc@gnome.org>
 
68
 
 
69
        * src/bug-buddy.c: (fill_system_info):
 
70
        Check if the GTK+ module is activated in GConf before adding it to
 
71
        the report.
 
72
 
 
73
2008-10-16  Cosimo Cecchi  <cosimoc@gnome.org>
 
74
 
 
75
        * src/bug-buddy.c: (gconf_get_key_name_from_path),
 
76
        (fill_system_info):
 
77
        Include the loaded GTK+ modules in the report (#555037).
 
78
 
 
79
2008-10-15  Cosimo Cecchi  <cosimoc@gnome.org>
 
80
 
 
81
        * Makefile.am:
6
82
        * configure.in:
7
 
        Update for 2.24.1 release.
 
83
        * bugzilla/*: deleted, this is now useless (#556364).
 
84
        Pointed out by Matthias Clasen.
8
85
 
9
86
2008-10-13  Cosimo Cecchi  <cosimoc@gnome.org>
10
87
 
13
90
 
14
91
2008-10-03  Matthias Clasen  <mclasen@redhat.com>
15
92
 
16
 
        Merged from trunk:
17
 
 
18
93
        Bug 554931 – make gtk module resident
19
94
 
20
95
        * gnome-breakpad/gnome-breakpad.cc (g_module_check_init): New
21
96
        function to prevent unloading the module, since unloading it
22
97
        doesn't work.
23
98
 
24
 
========================== 2.24.0 ===============================
 
99
2008-10-04  Cosimo Cecchi  <cosimoc@gnome.org>
 
100
 
 
101
        * gnome-breakpad/gnome-breakpad.cc:
 
102
        Add a license header and remove commented code.
 
103
 
 
104
2008-10-01  Cosimo Cecchi  <cosimoc@gnome.org>
 
105
 
 
106
        * gnome-breakpad/gnome-breakpad.cc:
 
107
        * src/bug-buddy.c: (unknown_app_finished), (fill_custom_info),
 
108
        (main):
 
109
        Implement a logger for critical and fatal warnings, which will be
 
110
        included in the bug report sent to bugzilla (#350221).
 
111
        This also moves the files included with the --include option down
 
112
        at the bottom of the stacktrace (if present).
 
113
        * src/gnome-crash.c: (main):
 
114
        Update the test to contain a critical warning.
 
115
 
 
116
2008-09-29  Cosimo Cecchi  <cosimoc@gnome.org>
 
117
 
 
118
        * help/*: removed, as it's obsolete, not used anymore and just wastes
 
119
        time for some translators who don't read the "this is obsolete" notice.
 
120
 
 
121
2008-09-27  Cosimo Cecchi  <cosimoc@gnome.org>
 
122
 
 
123
        * gnome-breakpad/gnome-breakpad.cc:
 
124
        * src/gnome-crash.c:
 
125
        Use g_file_read_link () instead of readlink () and some minor style
 
126
        fixes.
 
127
 
 
128
2008-09-27  Cosimo Cecchi  <cosimoc@gnome.org>
 
129
 
 
130
        * src/bug-buddy.c: (main): use --unlink-tempfile instead of --own-file,
 
131
        as Evince seems to do the same and it sounds a bit better as well.
 
132
        Suggested by Christian Persch.
 
133
 
 
134
2008-09-26  Cosimo Cecchi  <cosimoc@gnome.org>
 
135
 
 
136
        * src/bug-buddy.c: (fill_include_file), (main):
 
137
        * src/bug-buddy.h:
 
138
        Add an option to own the included file (i.e. delete it after
 
139
        including). That only works together with the --include option
 
140
        and is disabled by default (#540150).
 
141
 
 
142
2008-09-26  Kjartan Maraas  <kmaraas@gnome.org>
 
143
 
 
144
        * src/bugzilla.h: Remove gnome-vfs-uri.h include which broke
 
145
        the build.
 
146
 
 
147
2008-09-25  Cosimo Cecchi  <cosimoc@gnome.org>
 
148
 
 
149
        * src/bug-buddy.c: (send_report), (main):
 
150
        Style nitpicks.
 
151
 
 
152
2008-09-25  Cosimo Cecchi  <cosimoc@gnome.org>
 
153
 
 
154
        * src/gdb-buddy.c: (get_process_executable), (gdb_get_trace):
 
155
        Take the real path of the process from /proc, on supported platforms
 
156
        (Linux and Solaris).
 
157
        Thanks to Sam Morris and Matt Keenan (#172394).
 
158
 
 
159
2008-09-25  Cosimo Cecchi  <cosimoc@gnome.org>
 
160
 
 
161
        * src/bug-buddy.c: (link_callback):
 
162
        Drop the check on GTK_VERSION now that we require GTK+ 2.14.0.
 
163
 
 
164
2008-09-24  Cosimo Cecchi  <cosimoc@gnome.org>
 
165
 
 
166
        * configure.in:
 
167
        Make google-breakpad support optional (but enabled by default for
 
168
        the platforms that support it).
 
169
        Thanks to Sjoerd Simons (#479507).
 
170
 
 
171
2008-09-24  Cosimo Cecchi  <cosimoc@gnome.org>
 
172
 
 
173
        * configure.in:
 
174
        * src/Makefile.am:
 
175
        * src/bug-buddy.c: (get_gnome_version_info), (help_callback),
 
176
        (main):
 
177
        * src/bugzilla.c:
 
178
        * src/gnome-crash.c: (main):
 
179
        Drop dependency on libgnome and libgnomeui.
25
180
 
26
181
2008-09-22  Cosimo Cecchi  <cosimoc@gnome.org>
27
182
 
28
 
        * NEWS:
29
 
        * README:
30
 
        * configure.in:
31
 
        Update for 2.24.0 release.
 
183
        * README: update README file with some recent information.
32
184
 
33
185
2008-09-15  Cosimo Cecchi  <cosimoc@gnome.org>
34
186
 
44
196
 
45
197
2008-09-11  Cosimo Cecchi  <cosimoc@gnome.org>
46
198
 
47
 
        * configure.in: disable Solaris from the list of supported
48
 
        google-breakpad platforms for 2.24. See bug #473561.
 
199
        * README.STABLE_BRANCH:
 
200
        * configure.in:
 
201
        Bump after branching, trunk is now 2.25.1 and the stable branch
 
202
        is gnome-2-24.
49
203
 
50
204
======================= 2.23.91.1 ==============================
51
205