X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=afaadf3db6904d9c52955f35096812355edb27e5;hp=e8b7b392c5b35d2dfce4f43f0c01ec7cddf4a8d4;hb=c79bb9e4e2e5b96b2ae2c432bf8b0ff9674fce60;hpb=ef3b5246879094e29cc99c4d24cbfeb19b7da49b diff --git a/NEWS b/NEWS index e8b7b392c..afaadf3db 100644 --- a/NEWS +++ b/NEWS @@ -32,7 +32,7 @@ CHANGES WITH 202: services, user processes and containers/virtual machines. This new cgroup hierarchy is also useful to stick stable names to specific container instances, which can be - recognized later on this way (this name may be controlled + recognized later this way (this name may be controlled via systemd-nspawn's new -M switch). libsystemd-login also gained a new call sd_pid_get_machine_name() to retrieve the name of the container/VM a specific process belongs to. @@ -49,10 +49,17 @@ CHANGES WITH 202: * The cryptsetup logic now understands the "luks.key=" kernel command line switch for specifying a file to read the - decryption key from. Also, if a configured keyfile is now + decryption key from. Also, if a configured key file is not found the tool will now automatically fall back to prompting the user. + * Python systemd.journal module was updated to wrap recently + added functions from libsystemd-journal. The interface was + changed to bring the low level interface in s.j._Reader + closer to the C API, and the high level interface in + s.j.Reader was updated to wrap and convert all data about + an entry. + Contributions from: Anatol Pomozov, Auke Kok, Harald Hoyer, Henrik Grindal Bakken, Josh Triplett, Kay Sievers, Lennart Poettering, Lukas Nykryn, Mantas Mikulėnas Marius Vollmer,