chiark / gitweb /
modules-load: initalize files to null
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index ec563888115a699d58cf2e989807da5cf8be7d11..4bb01dea5692b7f338150598faf1f3006b718c57 100644 (file)
--- 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.