[systemd-commits] Changes to 'refs/tags/17-1'

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


Tag '17-1' created by Tollef Fog Heen <tfheen at err.no> at 2011-02-16 20:25 -0800

Debian version 17-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNXDLIAAoJELZaSHHKGdcXqeoP/R7ZbbMI23Ut97hqvTkLgCJ5
6KhiRKYoHjDr3yLVmoDuea/vj7w4dJRVCSN6UcCx4VqkItMyUXzViszgxuCzbzIb
keWxK5KLp5DYQ7bHmjeP/aKX15+uV12EaW0CmIxPd94ikcOR2d+ksbKp8Mx5tJ4F
bcloq321l4UMkok3Ymj/rOXCrgF0/KW4SHjyNPsgzoYsVRaZI0qoMKcbHpDg96hN
PIOxZhU6P5SR/p5APVRgYNr4lQ48K/KzfbSv5e2EmZIKQjuMXyMKLj9upZE2qY8X
dcWZ1qc95iA7ojpC/R/MILd82HPSU4iXIY0y5YqDtZRIDACYm2oSmUOWHr1fMWd7
fkScTV5H0dlnxRT3qc/Qf80gNCa85k8/R7av337pcKQgLt6JtdVeTrZoV/QCLe4K
rPFYYkgMHLAJVeqI5Mm/rfBftXKCArS+SY77Vf/m09aPND/8z+FXUEA3DtSPk2ez
8j0GxswFxWxZrfEd1OYj+A1sdwIwd4Y3X4BoiZgM+gxSX6rENIdF/YAL+As7Ib3H
/0h+Tc2WHplnIHTqZYMZF3gd0QaGKsriyPZew3CdbhWmVUAleWBTv3h9u0Wfl+JT
zCC69+Z/p29k8Sh8C7g+ZzIxZpyHCOzZCgfQ9zIcmVrKuzQIj/0wNhcdQDPFB9sR
JR8H+JFEOH6cNl7835gS
=pSXz
-----END PGP SIGNATURE-----

Changes since 16-1:
Brett Witherspoon (1):
      shutdown: use correct kexec options

Kay Sievers (1):
      vala 0.10 seem to work fine

Lennart Poettering (26):
      update TODO
      man: document missing KillSignal= and swap options
      mount: FAT uuids are uppercase
      execute: make sending of SIGKILL on shutdown optional
      service: if a reload operation fails, don't shut down the service
      pam: optionally keep processes of root user around
      systemctl: before spawning pager cache number of columns
      serial-getty: invoking /sbin/securetty is no longer necessary since pam_securetty can now look for console= in /proc/cmdline
      service: when reloading a service fails don't fail the entire service but just the reload job
      systemctl: show process type along process exit codes
      systemctl: highlight failed processes in systemctl status
      vala: convert from dbus-glib to gdbus
      service: don't allow reload operations for oneshot services
      service: make chain of main commands and control commands independent of each other, so that both can be executed simultaneously and independently
      dbus: don't try to connect to the system bus before it is actually up
      man: give an example for vconsole.conf
      automount: fix segfault when shutting down
      mount: ignore if an fsck is requested for a bind mount, so that we don't wait for the bind 'device' to show up
      update TODO: drop issues that cannot be reproduce or have been fixed otherwise
      socket: don't crash if the .service unit for a .socket unit is not found
      main: don't warn if /etc/mtab is a symlink to /proc/mounts
      cryptsetup: fix ordering loop when dealing with encrypted swap devices
      update TODO
      build-sys: prep v17
      gcc: make gcc shut up
      clang: fix some issues found with clang-analyzer

Tollef Fog Heen (13):
      Clarify ifupdown instructions in README.Debian somewhat.
      Merge commit 'v17'
      Merge branch 'master' into debian
      New upstream release
      Bump build dependency on valac to (>= 0.10.3)
      Improve regex in lsb-base-logging.sh for X-Interactive scripts.
      Skip masked services in lsb-base-logging.sh
      Make build-dep on valac be valac-0.10
      Close a few bugs
      Disable systemd-vconsole-setup.service for now.
      Upload to experimental
      Fix typo when removing systemd-vconsole.target
      Fix up mismerge

Tom Gundersen (2):
      arch: remove support for legacy daemons
      arch: remove rc-local.service

---
 Makefile.am                       |   27 +--
 TODO                              |   55 ++------
 configure.ac                      |   10 -
 debian/README.Debian              |    6 
 debian/changelog                  |   17 ++
 debian/control                    |    2 
 debian/lsb-base-logging.sh        |    9 +
 debian/rules                      |    1 
 man/locale.conf.xml               |   13 +
 man/pam_systemd.xml               |   17 ++
 man/systemd.exec.xml              |   16 +-
 man/systemd.mount.xml             |   19 ++
 man/systemd.service.xml           |   30 +++-
 man/systemd.socket.xml            |   19 ++
 man/systemd.swap.xml              |   64 +++++++++
 man/vconsole.conf.xml             |   14 ++
 src/automount.c                   |    2 
 src/cgroup-util.c                 |    8 -
 src/cgroup.c                      |    5 
 src/cryptsetup.c                  |    1 
 src/dbus.c                        |   12 +
 src/dbus.h                        |    2 
 src/device.c                      |    2 
 src/execute.c                     |    7 -
 src/execute.h                     |    1 
 src/exit-status.c                 |   29 ++++
 src/exit-status.h                 |    5 
 src/gnome-ask-password-agent.vala |   48 +++----
 src/load-fragment.c               |   37 ++---
 src/main.c                        |    2 
 src/manager.c                     |    7 -
 src/mount.c                       |   74 +++++++++-
 src/mount.h                       |    1 
 src/pam-module.c                  |   23 ++-
 src/path.c                        |    2 
 src/remount-api-vfs.c             |    1 
 src/service.c                     |  185 +++++++++++----------------
 src/service.h                     |   14 +-
 src/shutdown.c                    |    2 
 src/snapshot.c                    |    2 
 src/socket.c                      |   26 ++-
 src/swap.c                        |   23 ++-
 src/sysctl.c                      |    1 
 src/systemadm.vala                |  259 ++++++++++++++++++++------------------
 src/systemctl.c                   |   41 +++++-
 src/systemd-interfaces.vala       |   90 ++++++-------
 src/target.c                      |    2 
 src/timer.c                       |    2 
 src/tmpfiles.c                    |   28 ++--
 src/unit.c                        |    6 
 src/unit.h                        |    2 
 src/util.c                        |   31 ----
 src/util.h                        |    3 
 units/arch/rc-local.service       |   19 --
 units/cryptsetup.target           |    3 
 units/serial-getty at .service.m4    |    5 
 56 files changed, 805 insertions(+), 527 deletions(-)
---


More information about the systemd-commits mailing list