[systemd-commits] Makefile.am NEWS configure.ac

Lennart Poettering lennart at kemper.freedesktop.org
Thu May 9 07:01:12 PDT 2013


 Makefile.am  |    8 ++++----
 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 3 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit 606c24e3bd41207c395f24a56bcfcad791e265a5
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu May 9 15:45:50 2013 +0200

    build-sys: prepare 204

diff --git a/Makefile.am b/Makefile.am
index 1e7c9df..3a196a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ SUBDIRS = . po
 .SECONDARY:
 
 LIBUDEV_CURRENT=4
-LIBUDEV_REVISION=4
+LIBUDEV_REVISION=5
 LIBUDEV_AGE=3
 
 LIBGUDEV_CURRENT=1
@@ -40,7 +40,7 @@ LIBGUDEV_REVISION=3
 LIBGUDEV_AGE=1
 
 LIBSYSTEMD_LOGIN_CURRENT=7
-LIBSYSTEMD_LOGIN_REVISION=0
+LIBSYSTEMD_LOGIN_REVISION=1
 LIBSYSTEMD_LOGIN_AGE=7
 
 LIBSYSTEMD_DAEMON_CURRENT=0
@@ -48,11 +48,11 @@ LIBSYSTEMD_DAEMON_REVISION=10
 LIBSYSTEMD_DAEMON_AGE=0
 
 LIBSYSTEMD_ID128_CURRENT=0
-LIBSYSTEMD_ID128_REVISION=22
+LIBSYSTEMD_ID128_REVISION=23
 LIBSYSTEMD_ID128_AGE=0
 
 LIBSYSTEMD_JOURNAL_CURRENT=10
-LIBSYSTEMD_JOURNAL_REVISION=1
+LIBSYSTEMD_JOURNAL_REVISION=2
 LIBSYSTEMD_JOURNAL_AGE=10
 
 # Dirs of external packages
diff --git a/NEWS b/NEWS
index 3900b9b..6cfe0df 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 1a90c19..e1278e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [203],
+        [204],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])



More information about the systemd-commits mailing list