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

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


Tag '20-1' created by Tollef Fog Heen <tfheen at err.no> at 2011-03-20 21:39 -0700

Release 20-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABCAAGBQJNhmXxAAoJELZaSHHKGdcX3IgP/RwrHVRa6IjDxFk9i5/JUFIr
y0tezGzZpAtUOrexwhZQb4pNAi4gUXRah45vyfI87b5icPVvQWlwBt5bIR4mYWHA
CoSwwo+PE6dgOmsZli1px8yWwXwpUdMXPZFZzLJ94jq6QcJjiY89l8GE7b4F6w3Q
uGkKqEqEgqUSvjr2Bp+U5NopbQ2xaL3i11gPVm2JNATtmgWcbscW11f2LVRtQ5XG
511fKWKT7QrEhGZfilzFVnfWPk/qCuDOzpvMqonL9ha1sudfkkdHrb9KQiRQ07v5
88DQrJpzI+NJ2XkzcGODu7C7Ok7C1FpmH/OV82C0YgpYJtNmLD+VoXhggf3QNnls
eB7ictZuXHIS/gxttG8A0iz76Q+mm9UVFKWO53CIgoT39vRfTBmaz/iDaBa1CTQq
eu+F2M2CKGq69cmTAHTNJEPhnJLoRyHni6taY1W6YpMro1GEVXjrQHlhViyiH/oI
uHS//DZTNNLD5nwZ9NDDAjmxhEI1s4TPR3WLv65vwCgQGQfT3d6HZA6m6EABilS3
o6pBC+fsKegDNAMDtXYOaDULurXlHYINz8ywdsiPLt53BDOy9KEqCUsM7UUi90Mc
fii74A+UMSUTyZzQEP8JuTTypzRgiYOs7VPQqp6+9zFcUwQJuO+77pNhiJQBm4kM
QIge7faBDkHRc+/k3S/l
=zVRf
-----END PGP SIGNATURE-----

Changes since 19-1:
Andrey Borzenkov (4):
      add org.freedesktop.DBus.Properies.Set method
      add .vimrc to .gitignore
      build-sys: add Mandriva distribution support
      dbus: fix dbus assert due to uninitialized error

Lennart Poettering (35):
      man: fix chkconfig syntax to use --level 3
      systemctl: add condreload alias for compat with ALTLinux
      README: refer to profusion if people ask for consulting/engineering services
      dirent: support DT_UNKNOWN where necessary for compat with reiserfs
      sysctl: use scandir() instead of nftw() to guarantee systematic ordering
      readahead: disable collector automatically on read-only media
      kill: always send SIGCONT after SIGTERM
      path: don't use IN_ATTRIB on parent dirs when watching a file, since those cannot be removed without emptying the dir first anyway and we need IN_ATTRIB only to detect the link count dropping to 0
      path: after installing inotify watches, recheck file again to fix race
      execute: load environment files at time of execution, not when we load the service configuration
      s/seperate/separate/
      main: add link to wiki page with longer explanation of the /usr madness
      man: document changed EnvironmentFile= behaviour
      dbus: expose distribution name and features on manager object as properties
      dbus: add 'Tainted' property to Manager object
      main: minor optimization
      systemctl: fix exit code when directing is-enabled to chkconfig
      main: introduce /etc/machine-id
      machine-id: typo fix
      machine-id: generate /etc/machine-id 0444 by default
      update TODO
      service: drop redundant check in sysv_translate_facility
      update TODO
      mount: make /media a tmpfs
      syslog: make sure the kmsg bridge is always pulled in and never terminated automatically
      job: convert job type as early as we can, to simplify things a bit
      job: introduce new job result code 'skipped' to use when pre conditions of job did not apply
      systemctl: when forwarding is-enabled to chkconfig hardcode runlevel 3
      dbus: return DBUS_ERROR_UNKNOWN_OBJECT when an object is unknown
      unit: distuingish mandatory from triggering conditions
      mount: support less cumbersome x-systemd-xxx mount options
      unit: don't accidently create ordering links to targets when default deps are off for either target and unit
      service: prefix description with LSB only if script has LSB header, use 'SysV:' otherwise
      service: use uppercase SYSV prefix to make it easier to recognize
      build-sys: prepare v20

Tollef Fog Heen (10):
      Merge commit 'v20'
      Merge branch 'master' into debian
      New upstream release
      Install systemd-machine-id-setup
      Call systemd-machine-id-setup in postinst
      Changelog
      Enable TCP wrapper support.  Closes: #618409
      Enable SELinux support.  Closes: #618412
      Make getty start after Apache2 and OpenVPN (which are the only two known users of X-Interactive: yes).  Closes: #618419
      Target upload

Zbigniew Jędrzejewski-Szmek (1):
      Keep emacs configuration in one configuration file.

---
 .dir-locals.el                  |    7 +
 .gitignore                      |    2 
 Makefile.am                     |   55 +++++++++++
 README                          |   15 ++-
 TODO                            |   32 +++---
 configure.ac                    |   12 ++
 debian/changelog                |   14 ++
 debian/control                  |    2 
 debian/rules                    |    4 
 debian/systemd.install          |    1 
 debian/systemd.postinst         |    2 
 man/daemon.xml                  |    2 
 man/machine-id.xml              |  104 ++++++++++++++++++++++
 man/systemd.exec.xml            |   12 ++
 man/systemd.unit.xml            |   21 +++-
 src/cgroup-util.c               |   17 ++-
 src/cgroup-util.h               |    4 
 src/cgroup.c                    |    8 -
 src/cgroup.h                    |    4 
 src/condition.c                 |   27 ++++-
 src/condition.h                 |    6 -
 src/dbus-execute.c              |   33 +++++++
 src/dbus-execute.h              |    2 
 src/dbus-job.c                  |    9 +
 src/dbus-manager.c              |   66 ++++++++++++--
 src/dbus-unit.c                 |    9 +
 src/dbus.c                      |   52 +++++++++++
 src/dbus.h                      |   15 +++
 src/execute.c                   |  188 ++++++++++++++++++++++++++++------------
 src/execute.h                   |    4 
 src/fsck.c                      |    2 
 src/hostname-setup.c            |    4 
 src/job.c                       |   19 +++-
 src/job.h                       |    1 
 src/kmsg-syslogd.c              |    3 
 src/load-fragment.c             |   98 +++++---------------
 src/locale-setup.c              |   22 ++++
 src/machine-id-main.c           |   35 +++++++
 src/machine-id-setup.c          |  171 ++++++++++++++++++++++++++++++++++++
 src/machine-id-setup.h          |   27 +++++
 src/main.c                      |   20 ++--
 src/modules-load.c              |    3 
 src/mount.c                     |   18 ++-
 src/path.c                      |   28 +++--
 src/quotacheck.c                |    6 -
 src/readahead-collect.c         |   10 +-
 src/readahead-common.c          |   35 +++++++
 src/readahead-common.h          |    1 
 src/readahead-replay.c          |    5 -
 src/service.c                   |   28 +++--
 src/socket.c                    |   10 +-
 src/swap.c                      |   10 +-
 src/sysctl.c                    |  112 ++++++++++++++++-------
 src/systemctl.c                 |   44 ++++++++-
 src/target.c                    |   25 ++---
 src/test-cgroup.c               |    8 -
 src/tmpfiles.c                  |    3 
 src/tty-ask-password-agent.c    |    3 
 src/unit.c                      |   33 +++----
 src/util.c                      |  104 ++++++++++++++++++++++
 src/util.h                      |    3 
 src/vconsole-setup.c            |   61 ++++++++++++
 units/getty at .service.m4         |    5 -
 units/graphical.target.m4       |    3 
 units/mandriva/prefdm.service   |   24 +++++
 units/media.mount               |   16 +++
 units/multi-user.target.m4      |    3 
 units/rescue.service.m4         |    8 +
 units/serial-getty at .service.m4  |    3 
 units/systemd-sysctl.service.in |    4 
 70 files changed, 1425 insertions(+), 322 deletions(-)
---


More information about the systemd-commits mailing list