[systemd-commits] 2 commits - Makefile.am NEWS configure.ac

Lennart Poettering lennart at kemper.freedesktop.org
Fri Feb 10 17:58:47 PST 2012


 Makefile.am  |    7 ++++---
 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 26 insertions(+), 4 deletions(-)

New commits:
commit 704323542ee309658411433aada4577d14f938c2
Author: Lennart Poettering <lennart at poettering.net>
Date:   Sat Feb 11 01:59:49 2012 +0100

    build-sys: publish man pages also on fdo

diff --git a/Makefile.am b/Makefile.am
index eda338a..e73f4a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2533,6 +2533,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
 upload: all distcheck
 	cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/
 	scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
+	scp man/*.html fdo:/srv/www.freedesktop.org/www/software/systemd/man/
 	scp man/*.html tango:public/systemd-man/
 
 git-tag:

commit 204fa33c82588c47ebeef3f8c4c0b7da750e37f7
Author: Lennart Poettering <lennart at poettering.net>
Date:   Sat Feb 11 01:52:18 2012 +0100

    build-sys: prepare 42

diff --git a/Makefile.am b/Makefile.am
index 0610451..eda338a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = po
 
 LIBSYSTEMD_LOGIN_CURRENT=1
-LIBSYSTEMD_LOGIN_REVISION=1
+LIBSYSTEMD_LOGIN_REVISION=2
 LIBSYSTEMD_LOGIN_AGE=1
 
 LIBSYSTEMD_DAEMON_CURRENT=0
@@ -29,11 +29,11 @@ LIBSYSTEMD_DAEMON_REVISION=1
 LIBSYSTEMD_DAEMON_AGE=0
 
 LIBSYSTEMD_ID128_CURRENT=0
-LIBSYSTEMD_ID128_REVISION=1
+LIBSYSTEMD_ID128_REVISION=2
 LIBSYSTEMD_ID128_AGE=0
 
 LIBSYSTEMD_JOURNAL_CURRENT=0
-LIBSYSTEMD_JOURNAL_REVISION=1
+LIBSYSTEMD_JOURNAL_REVISION=2
 LIBSYSTEMD_JOURNAL_AGE=0
 
 # Dirs of external packages
diff --git a/NEWS b/NEWS
index 7dcac85..048abcc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,26 @@
 systemd System and Service Manager
 
+CHANGES WITH 42:
+        * This is an important bugfix release for v41.
+
+        * Building man pages is now optional which should be useful
+          for those building systemd from git but unwilling to install
+          xsltproc.
+
+        * Watchdog support for supervising services is now usable. In
+          a future release support for hardware watchdogs
+          (i.e. /dev/watchdog) will be added building on this.
+
+        * Service start rate limiting is now configurable and can be
+          turned off per service. When a start rate limit is hit a
+          reboot can automatically be triggered.
+
+        * New CanReboot(), CanPowerOff() bus calls in systemd-logind.
+
+        Contributions from: Benjamin Franzke, Bill Nottingham,
+        Frederic Crozat, Lennart Poettering, Michael Olbrich, Michal
+        Schmidt, Michał Górny, Piotr Drąg
+
 CHANGES WITH 41:
         * The systemd binary is installed /usr/lib/systemd/systemd now;
           An existing /sbin/init symlink needs to be adapted with the
diff --git a/configure.ac b/configure.ac
index 1506382..bef2418 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([systemd],[41],[systemd-devel at lists.freedesktop.org])
+AC_INIT([systemd],[42],[systemd-devel at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])



More information about the systemd-commits mailing list