From: Kay Sievers Date: Mon, 4 Jun 2012 18:15:16 +0000 (+0200) Subject: build-sys: release 185 X-Git-Tag: v185^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2d1972857b7bd19b4a74a8f80865749a8082f32a build-sys: release 185 --- diff --git a/Makefile.am b/Makefile.am index 85953c785..976d4b28f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ LIBGUDEV_REVISION=1 LIBGUDEV_AGE=1 LIBSYSTEMD_LOGIN_CURRENT=2 -LIBSYSTEMD_LOGIN_REVISION=3 +LIBSYSTEMD_LOGIN_REVISION=4 LIBSYSTEMD_LOGIN_AGE=2 LIBSYSTEMD_DAEMON_CURRENT=0 diff --git a/NEWS b/NEWS index 6cd472fc8..75b9f1f8f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ systemd System and Service Manager +CHANGES WITH 185: + * "systemctl help " now shows the man page if one is + available. + + * Several new man pages have been added. + + * MaxLevelStore=, MaxLevelSyslog=, MaxLevelKMsg=, MaxLevelConsole= + can now be specified in journald.conf. + + * TimerSlackNSec= can now be specified in system.conf for PID1. + + Contributions from: Dave Reisner, Kay Sievers, Lauri Kasanen, + Lennart Poettering, Malte Starostik, Marc-Antoine Perennou, + Matthias Clasen + + CHANGES WITH 184: * logind is now capable of (optionally) handling power and sleep keys as well as the lid switch. diff --git a/configure.ac b/configure.ac index a4f9feacf..c499d222f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [184], + [185], [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])