[systemd-commits] stable Changes to 'refs/tags/v41'

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Sat Mar 8 20:39:44 PST 2014


Tag 'v41' created by Lennart Poettering <lennart at poettering.net> at 2012-02-09 02:42 -0800

systemd 41

Changes since v40:
Benjamin Franzke (1):
      logind: Terminate bus_login_session_user_properties

Dave Reisner (1):
      modules-load: resolve aliases before insert modules

Kay Sievers (1):
      move /usr/bin/systemd to /usr/lib/systemd/systemd

Lennart Poettering (18):
      update TODO
      configure: it makes no sense to install systemd with stow
      main: use a shorter default $PATH if /usr is merged
      ratelimit: fix macro definition
      logind: introduce ActivateSessionOnSeat()
      logind: fix introspection data
      man: document systemd.setenv=
      man: document the WATCHDOG_USEC environment variable
      ratelimit: if interval/burst are set to 0, assume ratelimiting shall be disabled
      update TODO
      man: fix XML
      build-sys: prepare release 41
      man: document x-systemd-device-timeout=
      kmod: make GCC shut up
      build-sys: get rid of a few unnecessary AC_SUBST calls
      journal: limit caps we pass to journald
      update TODO
      service: ignore SIGPIPE by default

Michael Olbrich (2):
      service: introduce WatchdogSec and hook up the watchdog with the existing failure logic
      service: set WATCHDOG_USEC environmen variable

Michal Schmidt (1):
      mount: adjust dependencies for remote filesystems

Tom Gundersen (2):
      kmod-setup: use libkmod rather than modprobe
      modules-load: use libkmod rather than modprobe

William Douglas (1):
      systemd: Add systemd.setenv for /proc/cmdline parsing.

---
 Makefile.am                           |   14 ++++--
 NEWS                                  |   31 ++++++++++++++
 TODO                                  |    8 ++-
 configure.ac                          |   42 ++++++-------------
 man/systemd-nspawn.xml                |    2 
 man/systemd.exec.xml                  |   11 ++++
 man/systemd.mount.xml                 |   23 +++++++---
 man/systemd.service.xml               |   24 ++++++++++
 man/systemd.xml                       |   16 +++++++
 src/dbus-execute.c                    |    1 
 src/dbus-execute.h                    |    3 -
 src/dbus-service.c                    |    2 
 src/execute.c                         |   14 ++++--
 src/execute.h                         |    2 
 src/kmod-setup.c                      |   70 +++++++++++++++++++------------
 src/load-fragment-gperf.gperf.m4      |    2 
 src/login/logind-dbus.c               |   45 +++++++++++++++++++-
 src/login/logind-session-dbus.c       |    1 
 src/login/org.freedesktop.login1.conf |    4 +
 src/main.c                            |   24 ++++++++++
 src/modules-load.c                    |   75 ++++++++++++++++++----------------
 src/mount.c                           |   20 +++++----
 src/ratelimit.c                       |    9 ++--
 src/ratelimit.h                       |    2 
 src/service.c                         |   53 +++++++++++++++++++++++-
 src/service.h                         |    3 +
 units/console-shell.service.m4        |    1 
 units/emergency.service               |    1 
 units/fedora/prefdm.service           |    1 
 units/getty at .service.m4               |    1 
 units/serial-getty at .service.m4        |    1 
 units/systemd-journald.service.in     |    2 
 units/user at .service.in                |    2 
 33 files changed, 381 insertions(+), 129 deletions(-)
---


More information about the systemd-commits mailing list