[systemd-commits] stable Changes to 'refs/tags/v204'
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Sat Mar 8 20:39:51 PST 2014
Tag 'v204' created by Lennart Poettering <lennart at poettering.net> at 2013-05-09 15:44 -0700
systemd 204
Changes since v203:
Karol Lewandowski (1):
condition, man: Add support for ConditionSecurity=smack
Lennart Poettering (11):
update TODO
login: add missing _public_ to sd_get_machine_names()
kmod-setup: properly iterate through module table
hashmap: document trivial_hash_func()
build-sys: support builds without EAs again
journald: don't recalculate the ACL mask
hostname: only suppress setting of pretty hostname if it is non-equal to the static hostname and if the static hostname is set, too
hostnamectl: suppress outputting of pretty hostname field in status if empty
update TODO
man: document that the kernel's audit subsystem is currently incompatible with nspawn containers
build-sys: prepare 204
Zbigniew JÄdrzejewski-Szmek (7):
systemd-sleep: it is not an error if the config file is missing
build-sys: properly mkdir with DESTDIR set
build-sys: properly mkdir for GENERAL_ALIASES
man: add permalinks to subsection titles too
Rearrange a few fields to reduce holes
systemd-python: add __version__ strings
systemd-python: add wrappers for easy functions in sd-login
---
Makefile.am | 36 ++++++-
NEWS | 12 ++
configure.ac | 2
man/custom-html.xsl | 23 ++++
man/systemd-nspawn.xml | 10 ++
man/systemd.unit.xml | 5 -
src/core/condition.c | 2
src/core/hostname-setup.c | 2
src/core/kmod-setup.c | 72 ++++++++-------
src/core/socket.c | 6 -
src/core/socket.h | 7 -
src/hostname/hostnamectl.c | 47 +++-------
src/journal/journal-gatewayd.c | 2
src/journal/journal-internal.h | 9 +
src/journal/journalctl.c | 2
src/journal/journald-server.c | 4
src/journal/mmap-cache.c | 5 -
src/journal/sd-journal.c | 2
src/login/sd-login.c | 2
src/nspawn/nspawn.c | 13 +-
src/python-systemd/_daemon.c | 4
src/python-systemd/_journal.c | 21 ++++
src/python-systemd/_reader.c | 18 ---
src/python-systemd/daemon.py | 3
src/python-systemd/docs/index.rst | 1
src/python-systemd/docs/login.rst | 5 +
src/python-systemd/id128.c | 5 -
src/python-systemd/journal.py | 2
src/python-systemd/login.c | 176 ++++++++++++++++++++++++++++++++++++++
src/python-systemd/pyutil.c | 16 +++
src/python-systemd/pyutil.h | 1
src/shared/hashmap.h | 3
src/shared/sleep-config.c | 19 +---
src/shared/util.c | 17 ++-
src/shared/util.h | 2
35 files changed, 418 insertions(+), 138 deletions(-)
---
More information about the systemd-commits
mailing list