X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=NEWS;h=4bb01dea5692b7f338150598faf1f3006b718c57;hb=4eeebf70aa5ac9825899f5a063431329904d37e5;hp=ec563888115a699d58cf2e989807da5cf8be7d11;hpb=aad803af990f7c88e94427b9278d88afe3a12d38;p=elogind.git diff --git a/NEWS b/NEWS index ec5638881..4bb01dea5 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ CHANGES WITH 190: * ConditionPathIsMountPoint= can now properly detect bind mount points too. (Previously, a bind mount of one file - system to another place in the file system could not be + system to another place in the same file system could not be detected as mount, since they shared struct stat's st_dev field.) @@ -65,9 +65,9 @@ CHANGES WITH 190: various projects outside of systemd that provide bindings for languages such as PHP or Lua. - * Many conditions will not resolve specifiers such as %i. They - are also available in PathChanged= and related directives of - .path units. + * Many conditions will now resolve specifiers such as %i. In + addition, PathChanged= and related directives of .path units + now support specifiers as well. * There's now a new RPM macro definition for the system preset dir: %_presetdir. @@ -81,7 +81,7 @@ CHANGES WITH 190: and hence the information in /etc/timezone is not necessary anymore. - * logind will now always resolve one VT for a text getty (VT6 + * logind will now always reserve one VT for a text getty (VT6 by default). Previously if more than 6 X sessions where started they took up all the VTs with auto-spawned gettys, so that no text gettys were available anymore.