diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-06-23 18:07:55 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-06-23 18:09:28 +0200 |
| commit | 2b0b0375d38edd687055f84be895822801618c4a (patch) | |
| tree | acd3aab5044a9bc5950925161b591a08b6e60f53 /NEWS | |
| parent | 093c9db7b2a46e6042009e703e2e891abd2d2ba3 (diff) | |
| parent | 5ed4e66e01b005212aee22c255c9c6b2a4b040a9 (diff) | |
Merge remote-tracking branch 'salsa/debian/master' into ubuntu/master
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS index dca8d9bb..3122b617 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +=============================================== +NetworkManager-1.24.2 +Overview of changes since NetworkManager-1.24.0 +=============================================== + +This is a new stable release of NetworkManager. Notable changes include: + +* Add a new build option 'firewalld-zone'; when enabled, + NetworkManager installs a firewalld zone for connection sharing and + puts interfaces using IPv4 or IPv6 shared mode in this zone during + activation. The option is enabled by default. + Note that NetworkManager still calls to iptables to enable + masquerading and open needed ports for DHCP and DNS. The new option + is useful on systems using firewalld with the nftables backend, + where the iptables rules would not be sufficient. +* ifcfg-rh: handle "802-1x.{,phase2-}ca-path". Otherwise setting this + property silently fails and a profile might accidentally not perform + any authentication (CVE-2020-10754). +* ifcfg-rh: handle 802-1x.pin properties. +* platform: fix crash detecting device type from netlink. +* ip-tunnel: only set cloned-mac-address for layer 2 tunnels. +* Fixes for sanitizer build and valgrind. +* Various other bugfixes. + ============================================= NetworkManager-1.24 Overview of changes since NetworkManager-1.22 |