chiark / gitweb /
build-sys: Do not distribute generated udev service files
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index c0055dcaf0965ea5f356ca77644313485e3d8a7b..41ed127ecaab53ce5c872dc7f343d7f8963675ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ CHANGES WITH 210:
         * systemd will now relabel /dev after loading the SMACK policy
           according to SMACK rules.
 
-        * A new unit file option AppArmoreProfile= has been added to
+        * A new unit file option AppArmorProfile= has been added to
           set the AppArmor profile for the processes of a unit.
 
         * A new condition check ConditionArchitecture= has been added
@@ -16,21 +16,21 @@ CHANGES WITH 210:
           virtualization, architecture, kernel command line, host name
           and machine ID.
 
-        * logind is now a lot more agressive when suspending the
+        * logind is now a lot more aggressive when suspending the
           machine due to a closed laptop lid. Instead of acting only
-          on the lid close action it will continously watch the lid
+          on the lid close action it will continuously watch the lid
           status and act on it. This is useful for laptops where the
           power button is on the outside of the chassis so that it can
-          be reached whithout opening the lid (such as the Lenovo
+          be reached without opening the lid (such as the Lenovo
           Yoga). On those machines logind will now immediately
-          resuspend the machine if the power button has been
+          re-suspend the machine if the power button has been
           accidentally pressed while the laptop was suspended and in a
           backpack or similar.
 
         * logind will now watch SW_DOCK switches and inhibit reaction
           to the lid switch if it is pressed. This means that logind
           will not suspend the machine anymore if the lid is closed
-          and the systemd is docked, if the laptop supports SW_DOCK
+          and the system is docked, if the laptop supports SW_DOCK
           notifications via the input layer. Note that ACPI docking
           stations do not generate this currently. Also note that this
           logic is usually not fully sufficient and Desktop
@@ -57,7 +57,7 @@ CHANGES WITH 210:
           each configuration option.
 
         * The DeviceAllow= setting in unit files now supports a syntax
-          to whitelist an entire group of devince node majors at once,
+          to whitelist an entire group of devices node majors at once,
           based on the /proc/devices listing. For example, with the
           string "char-pts" it is now possible to whitelist all
           current and future pseudo-TTYs at once.
@@ -76,7 +76,7 @@ CHANGES WITH 210:
         * When creating a veth interface pair with systemd-nspawn the
           host side will now be prefixed with "vb-" if
           --network-bridge= is used, and with "ve-" if --network-veth
-          is used. This way it is easy to distuingish these cases on
+          is used. This way it is easy to distinguish these cases on
           the host, for example to apply different configuration to
           them with systemd-networkd.
 
@@ -90,7 +90,7 @@ CHANGES WITH 210:
           much. This change has been made necessary to support the ARM
           platform for these compatibility libraries, as the ARM
           toolchain isn't really at the same level as the toolchain
-          for other archictures like x86 and does not support
+          for other architectures like x86 and does not support
           IFUNC. Please make sure to use --enable-compat-libs only
           during a transitional period!