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

Lennart Poettering lennart at kemper.freedesktop.org
Thu Mar 15 18:29:54 PDT 2012


Tag '37-1' created by Tollef Fog Heen <tfheen at err.no> at 2011-10-12 08:48 -0700

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

iQIcBAABCAAGBQJOlUZiAAoJELZaSHHKGdcX0fYQAJZ8qO4+Szz2Ac5MmsfhVAFf
raIGv+p8NCqm6jehmTa0K1EAzNNZL0L4Y0/h5PjIMEWyIDclnJ9bg8FnouCrmA9L
lYID7JsVtqpSxgPAFgYKZNpNcQtPSyZaabWS6BvcLjWcdn6VYecavIUs+maBjg97
KDnv5ZSvnSCKFBUtLKxHVP/oJIxseCAg2eVo/lnKV7qKL75AjSFpLZV6brlsOKmt
v8s9M6BNTJgM5a3qRbNg8XC2LB/LgAn+PwHY0dpE+S4l9/NXbENLrc9e89xwkw9z
ci6k60H58cc4T8gsdKluac7FKuQ+nsNEh8OlwNy/6eE31QAvm75oj1kp3oYqf+zl
HNTetBdGdJHzFOQyaHmPTY9FQljDpsbDqV4NU1cJMcCEQ1yZbbY15BUHK6sjaHoL
7Es4zt63Slw7EaahpiwphFCdVZolZNXYMRwuGSmQHMr26GowwTOLueXEYs6zigvK
Ss5cacIkY7c8BLnhKl1VUa39APDQ69taE/qKOgpOJwHfvnAxNh7LQtOPhG6nc1YL
BAVyiOljkZOGcArpMwKB9JczbVgowqepkcw/OXHQDAeIgJsN6EOXiiC5XFlTMOG6
KRvNqbwCYzmj9g8zLaAxPFqdt8+ApUhdzyiJQk570PLJdv0iDcopRkcS2lusrKce
S8tsvZMWAPKArR2ZMlID
=HCJP
-----END PGP SIGNATURE-----

Changes since 36-1:
Barry Scott (2):
      man: for ExecStart= provide more details on env var substitution and how that turns into arguments.
      man: .include directive does not include as textual include it includes by parsing the include file.

Dave Reisner (1):
      sd-login.h: correct spelling mistakes in comments

Josh Triplett (1):
      Automatically migrate TMPTIME settings from /etc/default/rcS

Kay Sievers (3):
      analyze: always draw top kernel, initramfs, userspace bars
      update TODO
      test_virtualization: do not try to compare id in !virt context

Lennart Poettering (22):
      localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus calls
      vconsole: don't parse Fedora's KEYMAP= kernel parameters anymore
      build-sys: fix build
      systemctl: fix detection whether the dbus connection is available
      systemctl: fix error message when no connection to systemd is available
      localed: handle multiple X11 kbd layouts
      logind: properly generate session creation response on dbus
      update TODO
      hashmap: use different version of DJB's hash algorithm that uses shifting instead of multiplication
      update TODO
      update TODO
      update TODO
      units: introduce local-fs-pre.target and remote-fs-pre.target
      units: remount root and API FS before all mount units are applied
      timedate: fall back to /etc/sysconfig/clock on Fedora, for compatibility with legacy
      logind: fail gracefully if too many sessions are created
      units: increase LimitNOFILE a bit
      units: forgot target units
      unit: introduce ConditionCapability
      localed: make sure s-s-k doesn't create any X11 config files anymore
      service: don't try to guess PID for SysV services anymore
      build-sys: bump release for v37

Michal Schmidt (4):
      pager: add a trivial internal pager
      systemctl: print the legend regardless of stdout type, add --no-legend
      systemctl: better width and alignment of fields
      systemctl: fix corrupted output of units

Miklos Vajna (1):
      hostname-setup: Frugalware switched to /etc/hostname

Paolo Bonzini (1):
      readahead: lower max file size for readahead

Ran Benita (1):
      man: document list-unit-files

Thomas Jarosch (2):
      tmpfiles: fix file descriptor leak
      util: fix close() call on wrong variable

Tollef Fog Heen (9):
      Change the type of the debian-fixup service to oneshot.
      Add ConditionPathIsDirectory to lib-init-rw.{,auto}mount
      Drop rcN.d runlevels from SysV services that also exist in rcS.d
      Blacklist fuse init script
      Merge commit 'v37'
      Merge branch 'master' into debian
      Update README.Debian slightly for /run rather than /lib/init/rw
      New upstream release
      Install kbd-model-map too

Zbigniew Jędrzejewski-Szmek (3):
      l10n: Reword the polish translation a bit
      pager: add _noreturn_ to pager_fallback()
      localed: shorten generate-kbd-model-map

---
 Makefile.am                                   |   14 
 TODO                                          |    9 
 configure.ac                                  |    2 
 debian/README.Debian                          |    8 
 debian/changelog                              |   24 
 debian/debian-fixup.service                   |    2 
 debian/lib-init-rw.automount                  |    1 
 debian/lib-init-rw.mount                      |    1 
 debian/systemd.install                        |    1 
 debian/systemd.links                          |    3 
 debian/systemd.postinst                       |   18 
 man/systemctl.xml                             |   15 
 man/systemd.exec.xml                          |    5 
 man/systemd.service.xml                       |   36 -
 man/systemd.special.xml.in                    |   26 
 man/systemd.unit.xml                          |   29 
 po/pl.po                                      |   10 
 src/condition.c                               |   36 +
 src/condition.h                               |    1 
 src/generate-kbd-model-map                    |   33 +
 src/hashmap.c                                 |    8 
 src/hostname-setup.c                          |    4 
 src/kbd-model-map                             |   72 ++
 src/load-fragment-gperf.gperf.m4              |    1 
 src/localed.c                                 |  800 +++++++++++++++++++++++++-
 src/logind-dbus.c                             |   11 
 src/mount.c                                   |    6 
 src/org.freedesktop.locale1.policy.in         |   10 
 src/pager.c                                   |   18 
 src/readahead-common.h                        |    2 
 src/sd-login.h                                |    4 
 src/service.c                                 |   10 
 src/special.h                                 |    2 
 src/systemctl.c                               |   92 +-
 src/systemd-analyze                           |   41 +
 src/timedated.c                               |   20 
 src/tmpfiles.c                                |    1 
 src/util.c                                    |   27 
 src/util.h                                    |    2 
 src/vconsole-setup.c                          |    4 
 units/local-fs-pre.target                     |   11 
 units/remote-fs-pre.target                    |   15 
 units/remount-rootfs.service                  |    3 
 units/systemd-logind.service.in               |    4 
 units/systemd-remount-api-vfs.service.in      |    3 
 units/systemd-stdout-syslog-bridge.service.in |    4 
 46 files changed, 1340 insertions(+), 109 deletions(-)
---


More information about the systemd-commits mailing list