[systemd-commits] Changes to 'refs/tags/v35'

Kay Sievers kay at kemper.freedesktop.org
Sun Mar 24 14:35:33 PDT 2013


Tag 'v35' created by Lennart Poettering <lennart at poettering.net> at 2011-09-01 01:33 -0700

systemd 35

Changes since v34:
Lennart Poettering (25):
      man: fix securebits docs
      execute: fix bus serialization for commands
      plymouth: don't enable ask-password agent of plymouth is disabled
      untis: allow both console and plymouth ask password agents in boot transaction to allow dynamically disabled plymouth
      logind: downgrade session create/remove log messages to LOG_DEBUG for
      selinux: retest selinux after we loaded the policy
      selinux: don't relabel /run/initramfs
      specifier: drop misplaced assert()
      selinux: explicitly relabel /run/initramfs/root-fsck and friends
      stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive
      service: change default stdout/stderr to syslog
      label: introduce label_bind() and make use of it where necessary
      label: minor fixes
      getty-generator: ignore if symlinks already exist
      man: don't recommend After=syslog.target anymore since we don't support non-socket-activatable syslogs anymore where that was ncessary
      mount: fix parsing of prio value
      man: document /etc/timezone
      logind: use syspath instead of sysname to identify fb devices since udlfb got fixed now
      systemctl: if we managed to reexec the init system via the bus don't retry via signal
      dropin: don't fail if random files are stored in .wants directories
      getty: automatically add getty on hvsi0 virtualizer console
      getty: simplify things a bit
      locale: support $LANGUAGE too
      label: fix database check
      build-sys: bump release

Piotr DrÄ…g (1):
      po: Initial Polish translation

---
 .gitignore                                     |    2 
 Makefile.am                                    |   21 
 TODO                                           |   12 
 configure.ac                                   |    2 
 man/daemon.xml                                 |   20 
 man/locale.conf.xml                            |    2 
 man/systemd.exec.xml                           |   22 
 man/systemd.special.xml.in                     |   12 
 man/systemd.xml                                |   11 
 man/timezone.xml                               |   90 +++
 po/pl.po                                       |  166 +++++
 src/99-systemd.rules.in                        |    2 
 src/dbus-execute.c                             |    7 
 src/execute.c                                  |    4 
 src/execute.h                                  |    2 
 src/getty-generator.c                          |   91 ++-
 src/label.c                                    |  155 ++++-
 src/label.h                                    |    5 
 src/load-dropin.c                              |   14 
 src/locale-setup.c                             |    8 
 src/localed.c                                  |    3 
 src/logger.c                                   |  694 -------------------------
 src/logind-session.c                           |    6 
 src/logind.c                                   |    5 
 src/main.c                                     |    2 
 src/mount-setup.c                              |   33 -
 src/mount.c                                    |    2 
 src/selinux-setup.c                            |    2 
 src/socket-util.c                              |    2 
 src/special.h                                  |    2 
 src/specifier.c                                |    2 
 src/stdout-syslog-bridge.c                     |  694 +++++++++++++++++++++++++
 src/system.conf                                |    2 
 src/systemctl.c                                |    2 
 src/unit.c                                     |    2 
 units/.gitignore                               |    2 
 units/fedora/prefdm.service                    |    2 
 units/frugalware/display-manager.service       |    2 
 units/getty at .service.m4                        |    2 
 units/mandriva/prefdm.service                  |    2 
 units/systemd-ask-password-console.path        |    2 
 units/systemd-ask-password-console.service.in  |    2 
 units/systemd-ask-password-plymouth.path       |    5 
 units/systemd-ask-password-plymouth.service.in |    5 
 units/systemd-logger.service.in                |   20 
 units/systemd-logger.socket                    |   21 
 units/systemd-stdout-syslog-bridge.service.in  |   20 
 units/systemd-stdout-syslog-bridge.socket      |   21 
 48 files changed, 1321 insertions(+), 886 deletions(-)
---


More information about the systemd-commits mailing list