chiark / gitweb /
build-sys: install rpm macros file to /usr/lib/rpm/macros.d
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 4ac956b6c0f3247c13b4d44d344b0ce108b1bf4e..1b3bc2b65b805b75c5999520d568646b96f265aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
 systemd System and Service Manager
 
+CHANGES WITH 204:
+
+        * The Python bindings gained some minimal support for the APIs
+          exposed by libsystemd-logind.
+
+        * ConditionSecurity= gained support for detecting SMACK. Since
+          this condition already supports SELinux and AppArmor we only
+          miss IMA for this. Patches welcome!
+
+        Contributions from: Karol Lewandowski, Lennart Poettering,
+        Zbigniew JÄ™drzejewski-Szmek
+
 CHANGES WITH 203:
 
         * systemd-nspawn will now create /etc/resolv.conf if
@@ -11,7 +23,7 @@ CHANGES WITH 203:
 
         * The cgroup hierarchy has been reworked in many ways. All
           objects any of the components systemd creates in the cgroup
-          tree is now suffixed. More specifically, user sessions are
+          tree are now suffixed. More specifically, user sessions are
           now placed in cgroups suffixed with ".session", users in
           cgroups suffixed with ".user", and nspawn containers in
           cgroups suffixed with ".nspawn". Furthermore, all cgroup
@@ -1786,7 +1798,7 @@ CHANGES WITH 41:
           understood to set system wide environment variables
           dynamically at boot.
 
-       * We now limit the set of capabilities of systemd-journald.
+        * We now limit the set of capabilities of systemd-journald.
 
         * We now set SIGPIPE to ignore by default, since it only is
           useful in shell pipelines, and has little use in general