chiark / gitweb /
build-sys: work around automake issue with files with a leading '-'
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 3900b9ba4b8b25bff30dc8649d1f460fecaeab49..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
@@ -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