diff options
| author | Michael Biebl <biebl@debian.org> | 2020-10-20 22:08:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-10-20 22:08:23 +0200 |
| commit | 769cfe6fb306e976faea4070948c07f4e61bf849 (patch) | |
| tree | 0c2235a59a607a2443c195c741c60c9a59598e51 /NEWS | |
| parent | b4dab9a9dd24d8d70e1bb288078570e85ad43b96 (diff) | |
| parent | f2ddac4cbc895837ddcc55015fae112f9859cd0a (diff) | |
Update upstream source from tag 'upstream/1.27.91'
Update to upstream version '1.27.91' with Debian dir 00b16bc3e33f8058a60e79863d76fe240a94309d
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). |