[systemd-commits] stable Changes to 'refs/tags/v42'
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Sat Mar 8 20:39:44 PST 2014
Tag 'v42' created by Lennart Poettering <lennart at poettering.net> at 2012-02-11 01:57 -0800
systemd 42
Changes since v41:
Benjamin Franzke (1):
logind: Allow PowerOff/Reboot in default context
Bill Nottingham (1):
man: Clarify man page with respect to automatic fstab dependencies
Frederic Crozat (1):
kmod-setup: fix build with libkmod
Lennart Poettering (12):
man: document restart options
service: imply NotifyAccess=main if WatchdogSec= is used
main: fix reexecution of systemd, use right path to binary
logind: make seat device management accessible to normal users/via polkit
journal: add CAP_SETUID and CAP_SETGID to capabilities for journald, so that we can fake SCM_CREDENTIALS
man: make building of man pages optional
build-sys: minor typo fix
logind: introduce CanReboot/CanPowerOff bus calls
util: fix handling of empty files in read_one_line_file()
TODO
build-sys: prepare 42
build-sys: publish man pages also on fdo
Michael Olbrich (1):
service: add StartLimitInterval/StartLimitBurst/StartLimitAction
Michal Schmidt (3):
systemctl: check for no more work after chkconfig
install: fix incorrect 'Access denied' message with a non-existent unit
cgroup: fix inverted condition
MichaŠGórny (1):
build-sys: Support explicitly specifying --enable-split-usr.
Piotr DrÄ
g (1):
l10n: Updated Polish translation
---
Makefile.am | 34 +++++++---
NEWS | 21 ++++++
TODO | 4 +
configure.ac | 27 ++++++--
man/systemd.mount.xml | 8 +-
man/systemd.service.xml | 95 +++++++++++++++++++++++++---
po/pl.po | 15 +++-
src/cgroup.c | 2
src/dbus-service.c | 7 ++
src/hostname/hostnamed.c | 6 -
src/install.c | 2
src/load-fragment-gperf.gperf.m4 | 3
src/load-fragment.c | 1
src/load-fragment.h | 1
src/locale/localed.c | 6 -
src/login/logind-dbus.c | 113 ++++++++++++++++++++++++++--------
src/login/org.freedesktop.login1.conf | 24 +++++++
src/polkit.c | 19 +++++
src/polkit.h | 1
src/service.c | 70 +++++++++++++++++++--
src/service.h | 16 ++++
src/systemctl.c | 7 +-
src/timedate/timedated.c | 8 +-
src/util.c | 17 +++--
units/systemd-journald.service.in | 2
25 files changed, 426 insertions(+), 83 deletions(-)
---
More information about the systemd-commits
mailing list