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