~ted/whoopsie/recoverable-problem

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Ted Gould
  • Date: 2015-06-05 20:05:34 UTC
  • mfrom: (592.3.72 trunk)
  • Revision ID: ted@gould.cx-20150605200534-ocrtye7ijxcvknln
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
whoopsie (0.2.48) wily; urgency=medium
 
2
 
 
3
  * data/whoopsie.service: remove check for ubiquity-dm so that whoopsie
 
4
    will run again on the Live CD.
 
5
 
 
6
 -- Brian Murray <brian@ubuntu.com>  Wed, 13 May 2015 14:52:36 -0700
 
7
 
 
8
whoopsie (0.2.47) vivid; urgency=medium
 
9
 
 
10
  [ Didier Roche ]
 
11
  * Remove /etc/default/whoopsie conffile and avoid upgrade prompt:
 
12
    (LP: #1431432)
 
13
    - debian/whoopsie.maintscript: get it removed on upgrade
 
14
    - debian/whoopsie.preinst: copy the optional report_metrics value if set
 
15
      by gnome-control-center capplet to /etc/whoopsie (not a conffile).
 
16
      (LP: #1412719)
 
17
      Refactor the logic for caching report_crashes as well.
 
18
    - debian/whoopsie.postinst: enhance the logic to ensure we don't have the
 
19
      service started after upgrade and keep it disable if it was disabled
 
20
    - Makefile, data/whoopsie: remove the conffile so that we don't ship it
 
21
  * Bump Standards-Version
 
22
 
 
23
  [ Michael Blennerhassett ]
 
24
  * Under upstart: Set the WAIT_STATE to get wait-for-state to do something
 
25
    useful. GOAL is also not needed.
 
26
 
 
27
 -- Didier Roche <didrocks@ubuntu.com>  Thu, 12 Mar 2015 17:21:58 +0100
 
28
 
 
29
whoopsie (0.2.46) vivid; urgency=medium
 
30
 
 
31
  * debian/whoopsie.init: Reverting previous change as it makes whoopsie
 
32
    upstart job to get in an infinite loop when starting the service (needs
 
33
    to be better investigated first)
 
34
 
 
35
 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 05 Feb 2015 18:15:00 -0200
 
36
 
 
37
whoopsie (0.2.45) vivid; urgency=medium
 
38
 
 
39
  * Merge patch from Bryan Quigley to only log when whoopsie's state changes.
 
40
    (LP: #1217407)
 
41
 
 
42
 -- Brian Murray <brian@ubuntu.com>  Mon, 02 Feb 2015 13:54:58 -0800
 
43
 
 
44
whoopsie (0.2.44) vivid; urgency=medium
 
45
 
 
46
  * debian/whoopsie.init: Make this actually work.
 
47
 
 
48
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 15 Jan 2015 19:50:50 +0100
 
49
 
 
50
whoopsie (0.2.43) vivid; urgency=medium
 
51
 
 
52
  * Remove .crash file if we are unable to create a .uploaded file for it
 
53
    to prevent trying to upload the same crash file multiple times.
 
54
    (LP: #1392412)
 
55
  * Avoid buffer overflow when parsing reports. Thanks to John-Mark Bell for
 
56
    the patch. (LP: #1397340)
 
57
 
 
58
 -- Brian Murray <brian@ubuntu.com>  Wed, 17 Dec 2014 16:17:33 -0800
 
59
 
 
60
whoopsie (0.2.42) vivid; urgency=medium
 
61
 
 
62
  * Disable whoopsie in systemd if the sysadmin set it as disabled in
 
63
    /etc/default/whoopsie: (LP: #1390014)
 
64
    - remove report_crashes key from the conffile
 
65
    - if was set to false, generate an upstart override and disable it
 
66
      with systemctl
 
67
    - remove the condition in the upstart job, just use the override
 
68
  * Add Environment= to units instead of executing a shell script to set
 
69
    the daemon env.
 
70
  * Ship an init script file and handle upstart/init startup being disabled
 
71
    depending on /etc/default/whoopsie.
 
72
  * Use systemd debhelper sequence now.
 
73
 
 
74
 -- Didier Roche <didrocks@ubuntu.com>  Thu, 06 Nov 2014 12:32:06 +0100
 
75
 
 
76
whoopsie (0.2.41) vivid; urgency=medium
 
77
 
 
78
  * Start whoopsie if ubiquity presence is detected, so that we can report
 
79
    crashes from installation environments to the Error Tracker.
 
80
 
 
81
 -- Brian Murray <brian@ubuntu.com>  Fri, 31 Oct 2014 11:30:25 -0700
 
82
 
 
83
whoopsie (0.2.40) vivid; urgency=medium
 
84
 
 
85
  [ Evan Dandrea ]
 
86
  * Wait for network-manager to start when it's installed.
 
87
 
 
88
  [ Brian Murray ]
 
89
  * tests/monitor: Stop using mktemp, and clean up after ourselves in the
 
90
    callback_not_triggered_without_upload_file test.
 
91
  * Change ownership of whoopsie-id so that it is not world readable.
 
92
    (LP: #1386752)
 
93
 
 
94
 -- Brian Murray <brian@ubuntu.com>  Wed, 29 Oct 2014 10:28:24 -0700
 
95
 
 
96
whoopsie (0.2.39) utopic; urgency=medium
 
97
 
 
98
  * Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE for GSourceFunc return values,
 
99
    for clarity
 
100
  * tests/monitor: Call g_main_loop_quit from a callback function which
 
101
    removes the source instead of directly. GSourceFuncs need to return a
 
102
    boolean to say if they should be executed again or not. (LP: #1381804)
 
103
 
 
104
 -- Iain Lane <iain.lane@canonical.com>  Thu, 16 Oct 2014 10:32:22 +0100
 
105
 
 
106
whoopsie (0.2.38) utopic; urgency=medium
 
107
 
 
108
  [ Evan Dandrea ]
 
109
  * Run all the tests, then exit on failure.
 
110
 
 
111
  [ Brian Murray ]
 
112
  * Add _MarkForUpload field to the blacklist as it is redundant.
 
113
  * Make whoopsie_identifier_generate() stable throughout the system boot.
 
114
    Thanks Dimitri. (LP: #1339916)
 
115
  * Temporarily disable test_identifier test as it has never worked when
 
116
    building the package.
 
117
  * Create /var/lib/whoopsie and store the identifier there in whoopsie-id.
 
118
 
 
119
 -- Brian Murray <brian@ubuntu.com>  Thu, 09 Oct 2014 15:58:48 -0700
 
120
 
 
121
whoopsie (0.2.37) utopic; urgency=medium
 
122
 
 
123
  [ Evan Dandrea ]
 
124
  * Attempt to use the android serial number before falling back to the
 
125
    system UUID. Thanks Dimitri.
 
126
  * Log in more parts of the connectivity check.
 
127
  * Provide timestamps when logging to the foreground.
 
128
 
 
129
  [ Brian Murray ]
 
130
  * Merge Ted's branch that allows uploading of any field with data less than
 
131
    1KB, creating a whitelist of fields with large data, and a blacklist of
 
132
    fields we don't want in the error tracker.
 
133
  * Fix bug in how timestamps are provided.
 
134
 
 
135
 -- Brian Murray <brian@ubuntu.com>  Thu, 28 Aug 2014 15:25:15 -0700
 
136
 
 
137
whoopsie (0.2.36) utopic; urgency=medium
 
138
 
 
139
  * In the apport package hook switch from searching syslog for whoopsie
 
140
    messages and instead upload /var/log/upstart/whoopsie.log.
 
141
  * src/whoopsie.c: include SystemImageInfo in the data uploaded to errors.
 
142
 
 
143
 -- Brian Murray <brian@ubuntu.com>  Tue, 29 Jul 2014 13:49:36 -0700
 
144
 
 
145
whoopsie (0.2.35) utopic; urgency=medium
 
146
 
 
147
  [ Brian Murray ]
 
148
  * Add a space before the autoreport tag in bug reports.
 
149
 
 
150
  [ Martin Pitt ]
 
151
  * data/whoopsie.conf: Start whoopsie in the foreground and drop the "expect
 
152
    fork". This provides proper logging to /var/log/upstart/, simplifies
 
153
    things for upstart, and also curiously seems to cause crash reports to now
 
154
    actually get picked up and uploaded. (LP: #1340604)
 
155
  * debian/control: Fix Vcs-* tags to make debcheckout actually work.
 
156
  * Bump Standards-Version to 3.9.5 (no changes necessary).
 
157
 
 
158
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 24 Jul 2014 14:36:06 +0200
 
159
 
 
160
whoopsie (0.2.34) utopic; urgency=medium
 
161
 
 
162
  [ John Lenton ]
 
163
  * Obtain a MAC address for system identifier generation even if the network
 
164
    is not up. (LP: #1328285)
 
165
 
 
166
 -- Brian Murray <brian@ubuntu.com>  Mon, 07 Jul 2014 11:44:26 -0700
 
167
 
 
168
whoopsie (0.2.33) utopic; urgency=medium
 
169
 
 
170
  * Log the OOPS ID (returned by daisy) in another case.
 
171
 
 
172
 -- Brian Murray <brian@ubuntu.com>  Thu, 26 Jun 2014 09:10:28 -0700
 
173
 
 
174
whoopsie (0.2.32) utopic; urgency=medium
 
175
 
 
176
  * Gather autoreport and apport-noui information in the package hook. Also
 
177
    check syslog for information from whoopsie.
 
178
 
 
179
 -- Brian Murray <brian@ubuntu.com>  Mon, 23 Jun 2014 09:44:20 -0700
 
180
 
 
181
whoopsie (0.2.31) utopic; urgency=medium
 
182
 
 
183
  * Log the OOPS ID (returned by daisy) for the reported crash. (LP: #1326000)
 
184
 
 
185
 -- Brian Murray <brian@ubuntu.com>  Mon, 09 Jun 2014 10:49:55 -0700
 
186
 
 
187
whoopsie (0.2.30) utopic; urgency=medium
 
188
 
 
189
  * Clean up src/tests/test_logging.test.o.
 
190
 
 
191
 -- Evan Dandrea <ev@ubuntu.com>  Mon, 02 Jun 2014 17:42:27 +0100
 
192
 
 
193
whoopsie (0.2.29) utopic; urgency=medium
 
194
 
 
195
  [ John Lenton ]
 
196
  * Depend on gio in libwhoopsie.
 
197
 
 
198
 -- Evan Dandrea <ev@ubuntu.com>  Mon, 02 Jun 2014 14:56:25 +0100
 
199
 
 
200
whoopsie (0.2.28) utopic; urgency=medium
 
201
 
 
202
  * Fix FTBFS.
 
203
 
 
204
 -- Evan Dandrea <ev@ubuntu.com>  Mon, 02 Jun 2014 11:19:57 +0100
 
205
 
 
206
whoopsie (0.2.27) utopic; urgency=medium
 
207
 
 
208
  [ Brian Murray ]
 
209
  * Log that we are offline because we are using a network connection where
 
210
    one may have to pay for data usage.
 
211
 
 
212
  [ John Lenton ]
 
213
  * Ask ofono for the IMEI as an id source.
 
214
  * Don't return null string during session start (LP: #1311571).
 
215
  * Fix attempting to remove a source that has already been removed.
 
216
 
 
217
  [ Ted Gould ]
 
218
  * Don't break if whoopsie is running (i.e. developer system).
 
219
 
 
220
 -- Evan Dandrea <ev@ubuntu.com>  Mon, 02 Jun 2014 11:10:40 +0100
 
221
 
 
222
whoopsie (0.2.26) utopic; urgency=medium
 
223
 
 
224
  * Add systemd unit. (LP: #1314413)
 
225
 
 
226
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 12 May 2014 10:04:10 +0200
 
227
 
1
228
whoopsie (0.2.25) utopic; urgency=medium
2
229
 
3
230
  * Collect iwl firmware debugging dumps.