diff options
| author | Michael Biebl <biebl@debian.org> | 2020-10-20 22:07:24 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-10-20 22:07:24 +0200 |
| commit | f2ddac4cbc895837ddcc55015fae112f9859cd0a (patch) | |
| tree | 774424baed3e65adb78c34e25874cf4e781ac005 /NEWS | |
| parent | aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e (diff) | |
New upstream version 1.27.91 upstream/1.27.91
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 6468c020..8ebc9132 100644 --- a/NEWS +++ b/NEWS @@ -35,8 +35,15 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! interfaces. * Add a new provider for nm-cloud-setup to support automatic network configuration on Azure. +* Change the default DNS priority for VPNs from 50 to -50. This is a + change in behavior and means that when connecting to a VPN with the + default route, DNS queries will never leak to local resolvers. To + restore the old behavior, set the DNS priority of the connection to + 50. +* The initrd generator now supports creating Infiniband connections. * Fix running DHCPv6-PD over PPPoE. * Fix building NetworkManager with LTO (Link Time Optimization). +* Fix failure activating Wi-Fi P2P connections. * Reformat code using spaces instead of tabs. Also, the entire C source code is now formatted with "clang-format" (version 11.0). |