X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=7dcac85fecf8fb6cb5f469c759e580c184898d56;hp=e8a0cfd11c5a220ab255a842f6bc4f3d3bb18b41;hb=4b9397474f2c80957fd1cedf885061052333fb25;hpb=e0d25329b23a43332ea340f9907721873a316f4e diff --git a/NEWS b/NEWS index e8a0cfd11..7dcac85fe 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,28 @@ CHANGES WITH 41: An existing /sbin/init symlink needs to be adapted with the package update. + * The code that loads kernel modules has been ported to invoke + libkmod directly, instead of modprobe. This means we do not + support systems with module-init-tools anymore. + + * Watchdog support is now already useful, but still not + complete. + + * A new kernel command line option systemd.setenv= is + understood to set system wide environment variables + dynamically at boot. + + * We now limit the set of capabilities of systemd-journald. + + * We now set SIGPIPE to ignore by default, since it only is + useful in shell pipelines, and has little use in general + code. This can be disabled with IgnoreSIPIPE=no in unit + files. + + Contributions from: Benjamin Franzke, Kay Sievers, Lennart + Poettering, Michael Olbrich, Michal Schmidt, Tom Gundersen, + William Douglas + CHANGES WITH 40: * This is mostly a bugfix release @@ -19,6 +41,10 @@ CHANGES WITH 40: it will execute. This is useful to minimize the time window with a generic argv[0], which makes bootcharts more useful + Contributions from: Alvaro Soliverez, Chris Paulson-Ellis, Kay + Sievers, Lennart Poettering, Michael Olbrich, Michal Schmidt, + Mike Kazantsev, Ray Strode + CHANGES WITH 39: * This is mostly a test release, but incorporates many bugfixes.