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

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


Tag 'v43' created by Lennart Poettering <lennart at poettering.net> at 2012-02-15 03:59 -0800

systemd 43

Changes since v42:
Kay Sievers (5):
      build-sys: do not use split-/usr in distcheck
      build-sys: simplify ENABLE_MANPAGES
      always use /etc/os-release and ignore all distro-specific files
      configure.ac: fix whitespace
      update TODO

Lennart Poettering (15):
      TODO
      man: it's probably a good idea to wrap the ANSI color in quotes, in order to allow proper shell parsing of the semicolon
      man: we don't support systems without /etc/os-release anymore
      sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, work on objects of the calling process
      dbus: update bus addresses to "unixexec:" protocol specifier
      path-lookup: search for unit files in /lib/systemd/system only on split /usr systems
      man: document CPE field in os-release file
      man: define more precisely the format of /etc/os-release
      login: track login class (i.e. one of "user", "greeter", "lock-screen") for each session
      login: add new sd_session_get_type() and sd_session_get_class API calls
      timedate: don't fail if NTP is not installed
      update TODO
      login: introduce sd_session_get_display()
      namespace: temporaily reset umask when creating private /tmp
      build-sys: prepare release of 43

Michael Biebl (1):
      Fix broken Git repository URLs

---
 Makefile.am                     |   22 +-----
 NEWS                            |   13 +++
 TODO                            |   10 ++
 configure.ac                    |   57 ++++++----------
 man/os-release.xml              |  140 +++++++++++++++++++++++++---------------
 man/sd-daemon.xml               |    4 -
 man/sd-readahead.xml            |    4 -
 man/sd_booted.xml               |    4 -
 man/sd_is_fifo.xml              |    4 -
 man/sd_listen_fds.xml           |    4 -
 man/sd_notify.xml               |    4 -
 man/sd_pid_get_session.xml      |    4 +
 man/sd_readahead.xml            |    4 -
 man/sd_seat_get_active.xml      |    7 +-
 man/sd_session_is_active.xml    |    5 +
 src/dbus-common.c               |    9 +-
 src/login/libsystemd-login.sym  |    7 ++
 src/login/loginctl.c            |   14 +++-
 src/login/logind-dbus.c         |   16 ++++
 src/login/logind-session-dbus.c |    3 
 src/login/logind-session.c      |   25 ++++++-
 src/login/logind-session.h      |   12 +++
 src/login/pam-module.c          |   11 ++-
 src/login/sd-login.c            |  133 +++++++++++++++++++++++---------------
 src/login/test-login.c          |   19 +++++
 src/namespace.c                 |    8 ++
 src/path-lookup.c               |    2 
 src/systemd/sd-daemon.h         |    4 -
 src/systemd/sd-login.h          |    9 ++
 src/systemd/sd-readahead.h      |    4 -
 src/timedate/timedated.c        |    8 ++
 src/util.c                      |  133 --------------------------------------
 32 files changed, 388 insertions(+), 315 deletions(-)
---


More information about the systemd-commits mailing list