[systemd-commits] Makefile.am NEWS

Lennart Poettering lennart at kemper.freedesktop.org
Tue Sep 25 13:24:04 PDT 2012


 Makefile.am |    8 ++++----
 NEWS        |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 4 deletions(-)

New commits:
commit 075d4ecb4026c5bc55e73bd2d44e3fc4d679adc7
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Sep 25 22:23:57 2012 +0200

    build-sys: prepare release 192

diff --git a/Makefile.am b/Makefile.am
index 3ccd0fc..be92356 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ SUBDIRS = . po
 .DELETE_ON_ERROR:
 
 LIBUDEV_CURRENT=2
-LIBUDEV_REVISION=2
+LIBUDEV_REVISION=3
 LIBUDEV_AGE=1
 
 LIBGUDEV_CURRENT=1
@@ -35,7 +35,7 @@ LIBGUDEV_REVISION=2
 LIBGUDEV_AGE=1
 
 LIBSYSTEMD_LOGIN_CURRENT=3
-LIBSYSTEMD_LOGIN_REVISION=5
+LIBSYSTEMD_LOGIN_REVISION=6
 LIBSYSTEMD_LOGIN_AGE=3
 
 LIBSYSTEMD_DAEMON_CURRENT=0
@@ -43,11 +43,11 @@ LIBSYSTEMD_DAEMON_REVISION=5
 LIBSYSTEMD_DAEMON_AGE=0
 
 LIBSYSTEMD_ID128_CURRENT=0
-LIBSYSTEMD_ID128_REVISION=11
+LIBSYSTEMD_ID128_REVISION=12
 LIBSYSTEMD_ID128_AGE=0
 
 LIBSYSTEMD_JOURNAL_CURRENT=5
-LIBSYSTEMD_JOURNAL_REVISION=1
+LIBSYSTEMD_JOURNAL_REVISION=2
 LIBSYSTEMD_JOURNAL_AGE=5
 
 # Dirs of external packages
diff --git a/NEWS b/NEWS
index a5d2ba0..2b2a9a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
 systemd System and Service Manager
 
+CHANGES WITH 192:
+
+        * The bash completion logic is now available for journalctl
+          too.
+
+        * We don't mount the "cpuset" controller anymore together with
+          "cpu" and "cpuacct", as "cpuset" groups generally cannot be
+          started if no parameters are assigned to it. "cpuset" hence
+          broke code that assumed it it could create "cpu" groups and
+          just start them.
+
+        * journalctl -f will now subscribe to terminal size changes,
+          and line break accordingly.
+
+        Changes from: Dave Reisner, Kay Sievers, Lennart Poettering,
+        Lukas Nykrynm, Mirco Tischler, Václav Pavlín
+
 CHANGES WITH 191:
 
         * nspawn will now create a symlink /etc/localtime in the



More information about the systemd-commits mailing list