~cyphermox/network-manager/0.9.10.0

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2014-11-18 22:46:35 UTC
  • Revision ID: mathieu-tl@ubuntu.com-20141118224635-1ft65s1ruaoui754
Apply and update patches from RTM changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
    debian/patches/ofono_mms_support.patch:
121
121
    - 0001-wwan-add-support-for-using-oFono-as-a-modem-manager.patch: add
122
122
      support for using oFono as a modem manager alongside ModemManager.
 
123
  * debian/patches/powersave.patch: replace powersave patch with version from
 
124
    upstream branch dcbw/wifi-powersave; based off our inital patch (but with
 
125
    lots of improvements). Powersave is now a setting which can be disabled
 
126
    per-connection if required:
 
127
    - 0001-libnm-libnm-util-add-Wi-Fi-powersave-property.patch
 
128
    - 0002-fixup-libnm-libnm-util-add-Wi-Fi-powersave-property.patch
 
129
    - 0003-cli-add-support-for-wifi.powersave-setting.patch
 
130
    - 0004-wifi-set-wireless-power-save-for-nl80211-devices-whe.patch
 
131
    - 0005-fixup-wifi-set-wireless-power-save-for-nl80211-devic.patch
123
132
 
124
133
 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Mon, 10 Nov 2014 23:48:06 -0500
125
134
 
338
347
 
339
348
 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 01 Nov 2013 22:11:43 +0100
340
349
 
 
350
network-manager (0.9.8.8-0ubuntu33) 14.09; urgency=medium
 
351
 
 
352
  * debian/patches/ignore_rfkill_if_urfkill_present.patch: more workarounds
 
353
    for special cases where the global NetworkManager state should be updated.
 
354
    (LP: #1386109)
 
355
 
 
356
 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Mon, 03 Nov 2014 13:30:05 -0500
 
357
 
 
358
network-manager (0.9.8.8-0ubuntu32) 14.09; urgency=medium
 
359
 
 
360
  * debian/patches/ignore_rfkill_if_urfkill_present.patch: adjust unmanaged
 
361
    devices handling code to only count unmanaged devices as connected when
 
362
    urfkill is present if they are not explicitly disabled in urfkill.
 
363
    (LP: #1386109)
 
364
 
 
365
 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Mon, 03 Nov 2014 12:08:48 -0500
 
366
 
 
367
network-manager (0.9.8.8-0ubuntu31) 14.09; urgency=medium
 
368
 
 
369
  * debian/patches/ignore_rfkill_if_urfkill_present.patch: also update global
 
370
    state when any WiFi rfkill switch is toggled. (LP: #1386109)
 
371
 
 
372
 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Mon, 03 Nov 2014 10:40:44 -0500
 
373
 
 
374
network-manager (0.9.8.8-0ubuntu30) 14.09; urgency=medium
 
375
 
 
376
  * debian/patches/ignore_rfkill_if_urfkill_present.patch: force a global
 
377
    NetworkManager state update when receiving wlan/wwan state changes from
 
378
    urfkill to account for evil drivers that require hybris calls to
 
379
    be turned off / drivers removed. (LP: #1386109)
 
380
 
 
381
 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Thu, 30 Oct 2014 12:50:30 -0400
 
382
 
 
383
network-manager (0.9.8.8-0ubuntu29) 14.09; urgency=medium
 
384
 
 
385
  [ Mathieu Trudel-Lapierre ]
 
386
  * debian/patches/powersave.patch: enable powersave mode when wifi devices
 
387
    are activated; disable it when we're disconnected so as not to interfere
 
388
    with scanning and getting connected again to some network. (LP: #1384823)
 
389
  * debian/libnm-util2.symbols: update symbols file for new method
 
390
    nm_connection_get_connection_type introduced for the PrimaryConnectionType
 
391
    patch.
 
392
 
 
393
  [ Ryan Lortie ]
 
394
  * debian/patches/primary_connection_type.patch: export the type of the
 
395
    currently active primary connection (the one that currently owns the
 
396
    default gateway), for use by applications to figure out when not to do
 
397
    heavy requests, for example, while on mobile broadband. (LP: #1384776)
 
398
 
 
399
 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Thu, 23 Oct 2014 15:20:12 -0400
 
400
 
341
401
network-manager (0.9.8.8-0ubuntu28) utopic; urgency=medium
342
402
 
343
403
  * debian/patches/add_ofono_support.patch: Ignore calls to set_mm_enabled;