From: Lennart Poettering Date: Fri, 24 Oct 2014 17:06:23 +0000 (+0200) Subject: NEWS: more preparations for 217 X-Git-Tag: v217~75 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4bdc60cb6fab336d455abbbd269e5bfccf760c91;ds=sidebyside NEWS: more preparations for 217 --- diff --git a/NEWS b/NEWS index 6e2b96159..6e86c2daf 100644 --- a/NEWS +++ b/NEWS @@ -9,13 +9,13 @@ CHANGES WITH 217: * Services can notify the manager before they start a reload (by sending RELOADING=1) or shutdown (by sending - STOPPING=1). This allows the manager to show the - internal state of daemons and closes a race condition - when the process is still running but has closed its - d-bus connection. + STOPPING=1). This allows the manager to track and show the + internal state of daemons and closes a race condition when + the process is still running but has closed its d-bus + connection. * Services with Type=oneshot do not have to have any - ExecStart commands. + ExecStart commands anymore. * User units are now loaded also from $XDG_RUNTIME_DIR/systemd/user/. This is similar to the @@ -57,7 +57,7 @@ CHANGES WITH 217: * Udev rules can now remove tags with TAG-="foobar". - * Readhead implementation has been removed. In many + * systemd's readahead implementation has been removed. In many circumstatances it didn't give expected benefits even for rotational disk drives and was becoming less relevant in the age of SSDs. @@ -86,6 +86,22 @@ CHANGES WITH 217: servers that do not do forwarding, "fq" may perform better. Systems without a good clocksource should use "pfifo_fast". + * If kdbus is enabled during build a new option BusPolicy= is + available for service units, that allows locking all service + processes into a stricter bus policy, in order to limit + access to various bus services, or even hide most of them + from the service's view entirely. + + * networkctl will now show the .network and .link file + networkd has applied to a specific interface. + + * sd-login gained a new API call sd_session_get_desktop() to + query which desktop environment has been selected for a + session. + + * UNIX utmp support is now compile-time optional to support + legacy-free systems. + CHANGES WITH 216: * timedated no longer reads NTP implementation unit names from