summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-11-24 11:59:25 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2020-11-24 11:59:25 +0100
commit0f26529bb3134cbfbcf0cc4cdadc8e0e18db0924 (patch)
tree506a1b042660c0bb767fbc9df8b9d57690b6d9a4
parent04ba2cafa3d09992a6f7516c3f08aead14bd3f55 (diff)
downloadNetworkManager-0f26529bb3134cbfbcf0cc4cdadc8e0e18db0924.tar.gz
NEWS: move entry that was backported to 1.28
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0e3fbd0a5e..292c140f6d 100644
--- a/NEWS
+++ b/NEWS
@@ -8,10 +8,6 @@ The API is subject to change and not guaranteed to be compatible
with the later release.
USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
-* Change the behavior of nm-initrd-generator so that the 'ip=off|none' kernel
- cmdline argument actually generates a connection which disables both
- ipv4 and ipv6. Previously the generated connection would disable ipv4
- but ipv6 would be set to the 'auto' method.
* libnm: nm_setting_bond_add_option() no longer validates the
option that is set. Instead, use nm_connection_verify() to validate
the profile.
@@ -55,6 +51,10 @@ Overview of changes since NetworkManager-1.26
* 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).
+* Change the behavior of nm-initrd-generator so that the 'ip=off|none' kernel
+ cmdline argument actually generates a connection which disables both
+ ipv4 and ipv6. Previously the generated connection would disable ipv4
+ but ipv6 would be set to the 'auto' method.
=============================================
NetworkManager-1.26