diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-25 22:23:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-25 22:23:57 +0200 |
commit | 075d4ecb4026c5bc55e73bd2d44e3fc4d679adc7 (patch) | |
tree | 806f1859a3f818a0a27834e15f4205b62eeff239 /NEWS | |
parent | 31c460208d92f90f5d1d9253a9c60a8bb75ff5da (diff) |
build-sys: prepare release 192systemd/v192
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |