diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-03-08 14:36:58 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-03-08 14:36:58 -0500 |
| commit | 53010f05df012183a1f9d9e7ca684b5fe722563d (patch) | |
| tree | e1e0cc839b8517d9392787d79bf4265a5e6f9b33 /NEWS | |
| parent | 9a04f21da9a5ab80d69c0d2832360d82c471916c (diff) | |
| parent | 0514770b02f34ccb56b6bc52010452663c6717ed (diff) | |
Merge tag 'debian/1.36.2-1' into ubuntu/master
network-manager Debian release 1.36.2-1
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS index e6a60801..84c6c044 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@ ============================================= +NetworkManager-1.36.2 +Overview of changes since NetworkManager-1.36 +============================================= + +* When the list of plugins is not specified via "main.plugins" in + NetworkManager.conf and no build-time default is set with + "--with-config-plugins-default" configure argument, now all known + plugins found in the plugin directory are loaded (and the built-in + "keyfile" plugin is preferred over others). +* Preserve external ports during checkpoint rollback +* Fix removal of ovsdb entry when an OVS interface goes away +* Fix DNS configuration for WWAN connections + +============================================= NetworkManager-1.36 Overview of changes since NetworkManager-1.34 ============================================= |