diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 021e4f2c..e93e0910 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +network-manager (1.6.2-3) unstable; urgency=medium + + * device/wifi: block autoconnect while scanning is in progress. + We should only start autoconnecting after the scan is complete. + Otherwise, we might activate a shared connection or pick a + connection based on an incomplete scan list. (Closes: #854078) + + -- Michael Biebl <biebl@debian.org> Sat, 18 Mar 2017 12:59:56 +0100 + network-manager (1.6.2-2) unstable; urgency=medium * libnm: disconnect signal from D-Bus proxies on dispose (Closes: #854810) |