1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

NEWS: more preparations for 217

This commit is contained in:
Lennart Poettering 2014-10-24 19:06:23 +02:00
parent a572b2e006
commit 4bdc60cb6f

28
NEWS
View File

@ -9,13 +9,13 @@ CHANGES WITH 217:
* Services can notify the manager before they start a reload * Services can notify the manager before they start a reload
(by sending RELOADING=1) or shutdown (by sending (by sending RELOADING=1) or shutdown (by sending
STOPPING=1). This allows the manager to show the STOPPING=1). This allows the manager to track and show the
internal state of daemons and closes a race condition internal state of daemons and closes a race condition when
when the process is still running but has closed its the process is still running but has closed its d-bus
d-bus connection. connection.
* Services with Type=oneshot do not have to have any * Services with Type=oneshot do not have to have any
ExecStart commands. ExecStart commands anymore.
* User units are now loaded also from * User units are now loaded also from
$XDG_RUNTIME_DIR/systemd/user/. This is similar to the $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". * 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 circumstatances it didn't give expected benefits even for
rotational disk drives and was becoming less relevant in the rotational disk drives and was becoming less relevant in the
age of SSDs. age of SSDs.
@ -86,6 +86,22 @@ CHANGES WITH 217:
servers that do not do forwarding, "fq" may perform better. servers that do not do forwarding, "fq" may perform better.
Systems without a good clocksource should use "pfifo_fast". 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: CHANGES WITH 216:
* timedated no longer reads NTP implementation unit names from * timedated no longer reads NTP implementation unit names from