summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-09-03 11:15:37 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-09-03 11:27:19 +0200
commitefb536d0cbe2e58f80e501d19999928c75e08f6a (patch)
treeab12f51710e9a585c3a83edc388c3efb9d1f8c2f
parenta7d9b3557e8a09eb9215f52a5d758b070c9ddfee (diff)
downloadsystemd-efb536d0cbe2e58f80e501d19999928c75e08f6a.tar.gz
Update NEWS for v243v243
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 81962c6cd3..de4f93a79b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
systemd System and Service Manager
-CHANGES WITH 243 in spe:
+CHANGES WITH 243:
* This release enables unprivileged programs (i.e. requiring neither
setuid nor file capabilities) to send ICMP Echo (i.e. ping) requests
@@ -279,6 +279,16 @@ CHANGES WITH 243 in spe:
been renamed to LinkLayerAddress=, and it now allows configuration of
IP addresses, too.
+ * systemd-networkd's handling of the kernel's disable_ipv6 sysctl is
+ simplified: systemd-networkd will disable the sysctl (enable IPv6) if
+ IPv6 configuration (static or DHCPv6) was found for a given
+ interface. It will not touch the sysctl otherwise.
+
+ * The order of entries is $PATH used by the user manager instance was
+ changed to put bin/ entries before the corresponding sbin/ entries.
+ It is recommended to not rely on this order, and only ever have one
+ binary with a given name in the system paths under /usr.
+
* A new tool systemd-network-generator has been added that may generate
.network, .netdev and .link files from IP configuration specified on
the kernel command line in the format used by Dracut.
@@ -466,7 +476,7 @@ CHANGES WITH 243 in spe:
Ruoyao, Yuri Chornoivan, Yu Watanabe, Your Name, Zach Smith, Zbigniew
Jędrzejewski-Szmek, Zhang Xianwei
- – Somewhere, SOME-TI-ME
+ – Camerino, 2019-09-03
CHANGES WITH 242: