summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60758b5dc..32c01bb8d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,13 +4,23 @@ CHANGES WITH 235:
* modprobe.d drop-in is now shipped by default that sets bonding module
option max_bonds=0. This overrides the kernel default, to avoid
- conflicts and ambigiuty as to whether or not bond0 should be managed
+ conflicts and ambiguity as to whether or not bond0 should be managed
by networkd or not. This resolves multiple bugs of bond0 properties
not being applied, when bond0 is configured with
networkd. Distributors may choose to not package this, however in
that case users will be prevented from correctly managing bond0
interface using networkd.
+ * systemd-analyze gained new verbs "get-log-level" and "get-log-target"
+ which print the logging level and target of the system manager,
+ respectively. They complement the existing "set-log-level" and
+ "set-log-target" verbs, which can be used to change those values.
+
+ * systemd-networkd .network DHCP setting UseMTU default has changed
+ from false to true. Meaning, DHCP server advertised mtu setting is
+ now applied by default. This resolves networking issues on low-mtu
+ networks.
+
CHANGES WITH 234:
* Meson is now supported as build system in addition to Automake. It is