chiark / gitweb /
build-sys: release 185 v185
authorKay Sievers <kay@vrfy.org>
Mon, 4 Jun 2012 18:15:16 +0000 (20:15 +0200)
committerKay Sievers <kay@vrfy.org>
Mon, 4 Jun 2012 18:15:16 +0000 (20:15 +0200)
Makefile.am
NEWS
configure.ac

index 85953c7853287de5d3606afc5bfca274526de1cf..976d4b28f6e7f136331b77e79a213dbdc1d27c43 100644 (file)
@@ -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 6cd472fc87772664e503eba511bfcab1f823ec0e..75b9f1f8fc1ac8f9b5cf21695f408ce0e36d85ed 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,21 @@
 systemd System and Service Manager
 
+CHANGES WITH 185:
+        * "systemctl help <unit>" 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.
index a4f9feacf829e195a902f18e8d9240a2da196bd7..c499d222fab23232c066d415fe24d00f3faa9b63 100644 (file)
@@ -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])