~ps-jenkins/indicator-network/utopic-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
indicator-network (0.5.1+14.10.20140807-0ubuntu1) utopic; urgency=low

  [ Antti Kaijanmäki ]
  * Add ModemInfoItem. (LP: #1315144)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 07 Aug 2014 01:46:51 +0000

indicator-network (0.5.1+14.10.20140805-0ubuntu1) utopic; urgency=low

  [ Antti Kaijanmäki ]
  * Add missing break to switch-case. When ofono tells modem supports
    RadioSettings interface there is an unintentional falltrough which
    causes ofono code to try to create an SimManager instead. (LP:
    #1352744)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 05 Aug 2014 17:22:18 +0000

indicator-network (0.5.1+14.10.20140725-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Mirco Müller ]
  * Make use of the x-canonical-non-shaped-icon hint to suppress masking
    the symbolic icon with an UbuntuShape. (LP: #1346904)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 25 Jul 2014 09:02:58 +0000

indicator-network (0.5.1+14.10.20140722-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Make g++ version explicit for ABI safety

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 22 Jul 2014 21:44:56 +0000

indicator-network (0.5.1+14.10.20140715-0ubuntu1) utopic; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Jul 2014 14:09:49 +0000

indicator-network (0.5.1+14.10.20140709.2-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Antti Kaijanmäki ]
  * Flight Mode support. Added virtual destructors to base classes with
    virtual methods. Do not let exceptions escape the destructor. .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 09 Jul 2014 10:17:57 +0000

indicator-network (0.5.1+14.10.20140625-0ubuntu1) utopic; urgency=low

  [ Sebastien Bacher ]
  * use in unity8 desktop sessions

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 25 Jun 2014 08:19:26 +0000

indicator-network (0.5.1+14.10.20140623-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Ricardo Salveti de Araujo ]
  * Changing signal strength thresholds to follow values use by Android
    (LP: #1329945) (LP: #1329945)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 23 Jun 2014 18:55:23 +0000

indicator-network (0.5.1+14.10.20140602-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Antti Kaijanmäki ]
  * Use x-canonical-snap-decisions-timeout on the wifi password and sim
    unlock dialogs to prevent them from expiring automatically. (LP:
    #1295762)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 02 Jun 2014 11:03:06 +0000

indicator-network (0.5.1+14.10.20140526.1-0ubuntu1) utopic; urgency=low

  [ Michael Terry ]
  * Watch for NetworkManager name changes on DBus and re-register with
    it when they happen. (LP: #1319580)
  * Add back support for phone_greeter and desktop_greeter. (LP:
    #1320339)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 May 2014 15:09:01 +0000

indicator-network (0.5.1+14.10.20140523-0ubuntu1) utopic; urgency=low

  [ Antti Kaijanmäki ]
  * enable translations.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 23 May 2014 12:16:47 +0000

indicator-network (0.5.1+14.10.20140516.2-0ubuntu1) utopic; urgency=low

  [ Antti Kaijanmäki ]
  * Fix crash when ofono is not running. (LP: #1320220)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 16 May 2014 16:07:02 +0000

indicator-network (0.5.1+14.10.20140515-0ubuntu1) utopic; urgency=low

  [ Antti Kaijanmäki ]
  * Fix 3g icon. (LP: #1319812)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 15 May 2014 23:16:58 +0000

indicator-network (0.5.1+14.10.20140514.1-0ubuntu1) utopic; urgency=low

  [ Jussi Pakkanen ]
  * C++ service using the connectivity-api. (LP: #1223652)

  [ Antti Kaijanmäki ]
  * C++ service using the connectivity-api. (LP: #1223652)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 14 May 2014 11:54:53 +0000

indicator-network (0.5.1+14.04.20140409.1-0ubuntu1) trusty; urgency=low

  [ Ted Gould ]
  * Synchronize process management across indicators (LP: #1233226)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 09 Apr 2014 21:38:03 +0000

indicator-network (0.5.1+14.04.20140318-0ubuntu1) trusty; urgency=low

  [ Colin Watson ]
  * Only build-depend on valgrind on architectures that have it.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 18 Mar 2014 21:29:32 +0000

indicator-network (0.5.1+14.04.20140305-0ubuntu1) trusty; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Mar 2014 13:22:28 +0000

indicator-network (0.5.1+14.04.20140207-0ubuntu1) trusty; urgency=low

  [ Ted Gould ]
  * Adding acceptance tests and merge review policies.

  [ Nick Dedekind ]
  * Fixed position as per design spec (lp#1262611)
    https://wiki.ubuntu.com/StatusBar. (LP: #1262611)

  [ CI bot ]
  * Adding acceptance tests and merge review policies

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 07 Feb 2014 16:30:13 +0000

indicator-network (0.5.1+14.04.20131125-0ubuntu1) trusty; urgency=low

  [ Lars Uebernickel ]
  * Bump vala dependency to 0.22.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 316

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 25 Nov 2013 03:56:34 +0000

indicator-network (0.5.1+14.04.20131107-0ubuntu1) trusty; urgency=low

  [ Ken VanDine ]
  * Updated argument types in override functions for changes in vala-
    0.22 . (LP: #1244522)

  [ Ted Gould ]
  * Use proper quotes in user facing strings.
  * Make it so we have a single notification in flight at a time. (LP:
    #1236763)
  * When cancel is hit return as a no password to Network Manager. (LP:
    #1236386)
  * Use a shared pointer to make it more Java like and some tests for
    closing notifications.
  * Adding a phone_greeter profile.

  [ Lars Uebernickel ]
  * Don't try to DBus-activate ofono (lp;1248880) Ofono doesn't ship
    with a service file and is managed by upstart anyway. (LP: #1248880)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 314

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 07 Nov 2013 12:31:39 +0000

indicator-network (0.5.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Remove final temporary icons. (LP: #1220418)

  [ Antti Kaijanmäki ]
  * Listen wireless-enabled signal. (LP: #1220332)
  * Fix root icon when connected to WPA2-only or WEP AP. (LP: #1237357)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 306

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Oct 2013 18:39:34 +0000

indicator-network (0.5.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Ensure APs with SSIDs we don't want to show aren't shown. (LP:
    #1231532, #1088956)
  * Check to make sure we don't get zero interfaces back. (LP: #1232651)
  * Force the UI of other APs to be disabled when starting a new
    connection. (LP: #1233194)
  * Only select active connection once it has a device.
  * Stop AP actions from being removed by the menu object.
  * Don't output cell strength to log files. (LP: #1228083)
  * Removing settings items for network prompting.
  * Listen to auto-reconnect setting. (LP: #1236747)

  [ Nick Dedekind ]
  * SIM pin/puk unload menu & dialog notification.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 302

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 11 Oct 2013 04:28:09 +0000

indicator-network (0.5.1+13.10.20131005-0ubuntu1) saucy; urgency=low

  * Revert the revert!  Return to contents of 0.5.1+13.10.20131004-0ubuntu1 as
    unity8 is now fixed.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sat, 05 Oct 2013 11:42:12 +0200

indicator-network (0.5.1+13.10.20131004.1-0ubuntu1) saucy; urgency=low

  * Revert 0.5.1+13.10.20131004-0ubuntu1; return to
    0.5.0+13.10.20130918-0ubuntu1 as we're reverting unity8 and this required
    the new unity8.

 -- Loïc Minier <loic.minier@ubuntu.com>  Fri, 04 Oct 2013 21:16:17 +0200

indicator-network (0.5.1+13.10.20131004-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Add network manager secret agent.
    * Interfaces with unity8's extended snap decisions.

  [ Charles Kerr ]
  * One-liner to set GETTEXT_PACKAGE explicitly because dh_translations
    can't handle ${CMAKE_PROJECT_NAME}. (LP: #1233679)

  [ Ted Gould ]
  * Drop Airplane Mode for Phone 1.0. (LP: #1232832)
  * Update settings URL to settings:///system. (LP: #1231444)
  * Remove icons that have made it into the theme.
  * Depend on XDG Python lib for the Apport hook. (LP: #1233138)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 291

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 04 Oct 2013 02:29:39 +0000

indicator-network (0.5.0+13.10.20130918-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Add a phone settings menu to the DBus interface.
  * Moving indicator to be on the far left. (LP: #1226033)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 284

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 18 Sep 2013 06:24:28 +0000

indicator-network (0.5.0+13.10.20130913-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Adding in temporary gsm icons as well.
  * Adding title to the base action state. (LP: #1223635)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 281

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 13 Sep 2013 15:16:35 +0000

indicator-network (0.5.0+13.10.20130829-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Disable secret agent (for now). (LP: #1218385)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 278

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 29 Aug 2013 18:07:29 +0000

indicator-network (0.5.0+13.10.20130828.2-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Re-write build scripts in preparation for merging the secret agent
    codebase and tests.
  * Move the secret agent code over into this package.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 276

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 28 Aug 2013 10:09:20 +0000

indicator-network (0.5.0+13.10.20130827.3-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Put oFono proxies in a HashTable to better track usage.
  * Adds settings items for cellular and Wifi.
  * Add in gettext and make user visible strings translatable.
  * Drop GTK build dep and old secret agent code.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 273

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 27 Aug 2013 14:10:33 +0000

indicator-network (0.5.0+13.10.20130823.1-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Track oFono modems to see if they get the required interfaces later.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 268

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 23 Aug 2013 22:07:05 +0000

indicator-network (0.5.0+13.10.20130823-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Handle cellular connections in the panel icon.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 266

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 23 Aug 2013 18:07:36 +0000

indicator-network (0.5.0+13.10.20130821-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Set base action parameter_type to null.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 264

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 21 Aug 2013 06:07:03 +0000

indicator-network (0.5.0+13.10.20130812.1-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Add position to the config file.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 262

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 12 Aug 2013 06:06:41 +0000

indicator-network (0.5.0+13.10.20130809-0ubuntu1) saucy; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * Connect device state change signals to properly track device state with
    the menu item switches.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 260

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 09 Aug 2013 02:02:48 +0000

indicator-network (0.5.0+13.10.20130807-0ubuntu1) saucy; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * Minor fixes: - Improve "symmetry" in connecting/disconnecting
    signals for wifi devices and access points. - Small code
    simplifications. - Properly set busy_action state for Disabled
    states.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 258

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 07 Aug 2013 02:03:26 +0000

indicator-network (0.5.0+13.10.20130806-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Conflict with indicators-client-plugin-network.
  * Adjusting binaries to match other indicators.
  * Put WiFi menu code in it's own object to allow for growth.
  * Add a SIGTERM handler.
  * Split the profiles into separate menus.
  * Add a mobile section to the menus.
  * Add in Ethernet support.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 256

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 06 Aug 2013 02:02:24 +0000

indicator-network (0.5.0+13.10.20130712-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Change the name of the service to match others and make the icon
    more robust.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 248

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 12 Jul 2013 02:03:10 +0000

indicator-network (0.5.0+13.10.20130703.1-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * debian/control:
    - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions 
 
  [ Ted Gould ]
  * Migrating to new libindicator format.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 246

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 03 Jul 2013 14:16:41 +0000

indicator-network (0.5.0-0ubuntu1) saucy; urgency=low

  [ Ken VanDine ]
  * Initial packaging

  [ Mathieu Trudel-Lapierre ]
  * Automatic snapshot from revision 243 (bootstrap).
  * debian/copyright: update, fix license texts, we use (L)GPL-3, not "and
    later" versions.
  * debian/changelog: use the right version number for non-native package, name
    to indicator-network properly.
  * debian/control:
    - Update Vcs-Bzr, Vcs-Browser, add notice to developers. 
    - Add python3 to Build-Depends.
    - Add python3-dbusmock to Build-Depends.
    - Add dbus-test-runner to Build-Depends.
    - Drop libpulse-dev from Build-Depends.
    - Add indicators-client to Depends for indicator-network.
  * debian/rules:
    - Reorder targets.
    - Add DPKG_GENSYMBOLS_CHECK_LEVEL.
    - Clean *.la, *.a files.
    - Run tests within dbus-test-runner.

 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Thu, 02 May 2013 16:01:57 -0700