about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2020-05-30 00:24:45 +0200
committerMichael Biebl <biebl@debian.org>2020-06-21 12:57:23 +0200
commit58a8f6b71c1cbd20fc4b67386ab030252a8cf3b3 (patch)
tree16e649a120dd8788f2be703732390567686133b9 /NEWS
parent7d3ff20eeaa6c7db2503a0289a210b06030b33c5 (diff)
parent45e8e1149027529194982212c804c0468aa01d98 (diff)
Update upstream source from tag 'upstream/1.24.2'
Update to upstream version '1.24.2'
with Debian dir ccbabe9f55adb82b9a243cc1783c175e85723f60
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
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