|
1 | 1 | systemd System and Service Manager |
2 | 2 |
|
3 | | -CHANGES WITH 243 in spe: |
| 3 | +CHANGES WITH 243: |
4 | 4 |
|
5 | 5 | * This release enables unprivileged programs (i.e. requiring neither |
6 | 6 | setuid nor file capabilities) to send ICMP Echo (i.e. ping) requests |
@@ -279,6 +279,16 @@ CHANGES WITH 243 in spe: |
279 | 279 | been renamed to LinkLayerAddress=, and it now allows configuration of |
280 | 280 | IP addresses, too. |
281 | 281 |
|
| 282 | + * systemd-networkd's handling of the kernel's disable_ipv6 sysctl is |
| 283 | + simplified: systemd-networkd will disable the sysctl (enable IPv6) if |
| 284 | + IPv6 configuration (static or DHCPv6) was found for a given |
| 285 | + interface. It will not touch the sysctl otherwise. |
| 286 | + |
| 287 | + * The order of entries is $PATH used by the user manager instance was |
| 288 | + changed to put bin/ entries before the corresponding sbin/ entries. |
| 289 | + It is recommended to not rely on this order, and only ever have one |
| 290 | + binary with a given name in the system paths under /usr. |
| 291 | + |
282 | 292 | * A new tool systemd-network-generator has been added that may generate |
283 | 293 | .network, .netdev and .link files from IP configuration specified on |
284 | 294 | the kernel command line in the format used by Dracut. |
@@ -466,7 +476,7 @@ CHANGES WITH 243 in spe: |
466 | 476 | Ruoyao, Yuri Chornoivan, Yu Watanabe, Your Name, Zach Smith, Zbigniew |
467 | 477 | Jędrzejewski-Szmek, Zhang Xianwei |
468 | 478 |
|
469 | | - – Somewhere, SOME-TI-ME |
| 479 | + – Camerino, 2019-09-03 |
470 | 480 |
|
471 | 481 | CHANGES WITH 242: |
472 | 482 |
|
|
0 commit comments