diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 16 insertions, 12 deletions
@@ -38,6 +38,9 @@ CHANGES WITH 223: networkd will configure the IPv6 flow-label of the tunnel device according to RFC2460. + - The 'macvtap' virtual network devices are now supported, similar to + the already supported 'macvlan' devices. + * systemd-resolved now implements RFC5452 to improve resilience against cache poisoning. Additionally, source port randomization is enabled by default to further protect against DNS spoofing attacks. @@ -50,16 +53,17 @@ CHANGES WITH 223: mapped as 'vg-foo-TGID'. Contributions from: Beniamino Galvani, cee1, Christian Hesse, Daniel - Buch, Daniel Mack, daurnimator, David Herrmann, Dimitri John Ledkov, Jan - Alexander Steffens (heftig), Johan Ouwerkerk, Jose Carlos Venegas Munoz, - Kay Sievers, Lennart Poettering, Lidong Zhong, Martin Pitt, Michael - Biebl, Michael Olbrich, Michal Schmidt, Mike Gilbert, Namhyung Kim, Nick - Owens, Peter Hutterer, Richard Maw, Steven Allen, Sungbae Yoo, Susant - Sahani, Thomas Blume, Thomas Hindoe Paaboel Andersen, Tom Gundersen, - Umut Tezduyar Lindskog, Vito Caputo, Vivenzio Pagliari, Zbigniew - Jędrzejewski-Szmek - - -- Berlin, 2015-XX-XX + Buch, Daniel Mack, daurnimator, David Herrmann, Dimitri John Ledkov, + HATAYAMA Daisuke, Ivan Shapovalov, Jan Alexander Steffens (heftig), + Johan Ouwerkerk, Jose Carlos Venegas Munoz, Karel Zak, Kay Sievers, + Lennart Poettering, Lidong Zhong, Martin Pitt, Michael Biebl, Michael + Olbrich, Michal Schmidt, Michal Sekletar, Mike Gilbert, Namhyung Kim, + Nick Owens, Peter Hutterer, Richard Maw, Steven Allen, Sungbae Yoo, + Susant Sahani, Thomas Blume, Thomas Hindoe Paaboel Andersen, Tom + Gundersen, Torstein Husebø, Umut Tezduyar Lindskog, Vito Caputo, + Vivenzio Pagliari, Zbigniew Jędrzejewski-Szmek + + -- Berlin, 2015-07-29 CHANGES WITH 222: @@ -472,7 +476,7 @@ CHANGES WITH 219: decompress bz2, xz, gzip compressed downloads if necessary, and restore sparse files on disk. The daemon uses privilege separation to ensure the actual download logic runs with - fewer privileges than the deamon itself. machinectl has + fewer privileges than the daemon itself. machinectl has gained new commands "pull-tar", "pull-raw" and "pull-dkr" to make the functionality of importd available to the user. With this in place the Fedora and Ubuntu "Cloud" @@ -563,7 +567,7 @@ CHANGES WITH 219: * systemd now provides a way to store file descriptors per-service in PID 1.This is useful for daemons to ensure that fds they require are not lost during a daemon - restart. The fds are passed to the deamon on the next + restart. The fds are passed to the daemon on the next invocation in the same way socket activation fds are passed. This is now used by journald to ensure that the various sockets connected to all the system's stdout/stderr |