[systemd-commits] 2 commits - NEWS configure.ac man/systemd.service.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Feb 8 16:06:18 PST 2012
NEWS | 19 +++++++++++++++++++
configure.ac | 2 +-
man/systemd.service.xml | 2 +-
3 files changed, 21 insertions(+), 2 deletions(-)
New commits:
commit b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Feb 9 01:06:07 2012 +0100
build-sys: prepare release 41
diff --git a/NEWS b/NEWS
index e8a0cfd..3ef4fbb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,21 @@ CHANGES WITH 41:
An existing /sbin/init symlink needs to be adapted with the
package update.
+ * The code that loads kernel modules has been ported to invoke
+ libkmod directly, instead of modprobe. This means we do not
+ support systems with module-init-tools anymore.
+
+ * Watchdog support is now already useful, but still not
+ complete.
+
+ * A new kernel command line option systemd.setenv= is
+ understood to set system wide environment variables
+ dynamically at boot.
+
+ Contributions from: Benjamin Franzke, Kay Sievers, Lennart
+ Poettering, Michael Olbrich, Michal Schmidt, Tom Gundersen,
+ William Douglas
+
CHANGES WITH 40:
* This is mostly a bugfix release
@@ -19,6 +34,10 @@ CHANGES WITH 40:
it will execute. This is useful to minimize the time window
with a generic argv[0], which makes bootcharts more useful
+ Contributions from: Alvaro Soliverez, Chris Paulson-Ellis, Kay
+ Sievers, Lennart Poettering, Michael Olbrich, Michal Schmidt,
+ Mike Kazantsev, Ray Strode
+
CHANGES WITH 39:
* This is mostly a test release, but incorporates many
bugfixes.
diff --git a/configure.ac b/configure.ac
index d540d95..40b4a31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
AC_PREREQ(2.63)
-AC_INIT([systemd],[40],[systemd-devel at lists.freedesktop.org])
+AC_INIT([systemd],[41],[systemd-devel at lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
commit 2707271e8ef3924206b870b7098b7314ddc64f2e
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Feb 9 00:52:26 2012 +0100
man: fix XML
Spotted by Sergey Ptashnick.
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index a1d8a52..f0c96fd 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -471,7 +471,7 @@
than the configured time then the
service is placed in a failure
state. By setting
- <term><varname>Restart=</varname></term>
+ <varname>Restart=</varname>
to <option>on-failure</option> or
<option>always</option> the service
will be automatically restarted. The
More information about the systemd-commits
mailing list