]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
More NEWS prep for v241 v241-rc2
authorLennart Poettering <lennart@poettering.net>
Wed, 30 Jan 2019 18:02:00 +0000 (19:02 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Jan 2019 18:26:40 +0000 (19:26 +0100)
NEWS

diff --git a/NEWS b/NEWS
index fa62ee7197436f1edd0ce6f637312fde56f91c00..1f187c895babef16f927b5a6147c5e1ba9ca02f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,8 +39,8 @@ CHANGES WITH 241 in spe:
           The "kernel" policy, which keeps kernel names declared to be
           "persistent", now works again as documented.
 
-        * kernel-install script now optionally takes a path to an initrd file,
-          and passes it to all plugins.
+        * kernel-install script now optionally takes the paths to one or more
+          initrd files, and passes them to all plugins.
 
         * The mincore() system call has been dropped from the @system-service
           system call filter group, as it is pretty exotic and may potentially
@@ -67,6 +67,38 @@ CHANGES WITH 241 in spe:
           parse backslashes inside quotes literally, matching the behaviour of
           POSIX shells.
 
+        * udevadm trigger, udevadm control, udevadm settle and udevadm monitor
+          now automatically become NOPs when run in a chroot() environment.
+
+        * The tmpfiles.d/ "C" line type will now copy directory trees not only
+          when the destination is so far missing, but also if it already exists
+          as a directory and is empty. This is useful to cater for systems
+          where directory trees are put together from multiple separate mount
+          points but otherwise empty.
+
+        * A new function sd_bus_close_unref() (and the associated
+          sd_bus_close_unrefp()) has been added to libsystemd, that combines
+          sd_bus_close() and sd_bus_unref() in one.
+
+        * udevadm control learnt a new option for --ping for testing whether a
+          systemd-udevd instance is running and reacting.
+
+        Contributions from: Aaron Plattner, Alex Mayer, Ayman Bagabas,
+        Beniamino Galvani, bl33pbl0p, Burt P, Chris Down, Chris Lamb, Chris
+        Morin, Claudius Ellsel, dana, Daniel Axtens, Daniele Medri, Dave
+        Reisner, dcanuhe, Dimitri John Ledkov, Evgeny Vereshchagin, Fabrice
+        Fontaine, Filipe Brandenburger, Franck Bui, Frantisek Sumsal, howl,
+        ikelos, James Hilliard, Jani Uusitalo, Jan Janssen, Jonathan Roemer,
+        Jonathon Kowalski, Joost Heitbrink, Jörg Thalheim, Lennart Poettering,
+        Louis Taylor, Lucas Werkmeister, Marc-Antoine Perennou, marvelousblack,
+        Michael Biebl, Michael Sloan, Michal Sekletar, Mike Auty, Mike Gilbert,
+        Mikhail Kasimov, Niklas Hambüchen, Patrick Williams, Paul Seyfert,
+        Philip Withnall, rogerjames99, Ronnie P. Thomas, Ryan Gonzalez, Sam
+        Morris, Susant Sahani, Taro Yamada, Thomas Haller, Topi Miettinen,
+        YunQiang Su, Yu Watanabe, Zbigniew Jędrzejewski-Szmek, zsergeant77
+
+        — Berlin, 2018-XX-XX
+
 CHANGES WITH 240:
 
         * NoNewPrivileges=yes has been set for all long-running services