~network-manager/network-manager-applet/ubuntu.quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Antti Kaijanmäki
  • Date: 2012-09-27 20:02:58 UTC
  • mto: This revision was merged to the branch mainline in revision 370.
  • Revision ID: antti.kaijanmaki@canonical.com-20120927200258-lshpwl3o4n4lhboi
* Make Wi-Fi networks the user can't connect to insensitive. (LP:#1048586)
* Split out the detection of Greeter Mode to it's own patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
network-manager-applet (0.9.6.2-0ubuntu6) quantal; urgency=low
2
 
 
3
 
  * debian/patches/git_indicate_hspa+_lte_tech_dbe3b12.patch: add indications
4
 
    and support for HSPA+ and LTE modes. (LP: #1044744)
5
 
  * Also update nm-applet-use-indicator.patch for the changes above.
6
 
  * debian/patches/git_mac_addr_string_leakage_6dae878.patch: use
7
 
    nm_utils_hwaddr_ntoa() to output MAC addresses as strings since it's
8
 
    available and make sure they get freed to avoid leaks.
9
 
 
10
 
 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Thu, 27 Sep 2012 22:25:48 -0400
11
 
 
12
1
network-manager-applet (0.9.6.2-0ubuntu5) quantal; urgency=low
13
2
 
14
3
  * debian/patches/nm-applet-use-indicator.patch: Plug two small leaks.