From 70fd92f17cef5cb7bf9719700c7a6a7dd758471a32fb3a2bc824074c62739ea7 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 27 Oct 2010 11:35:31 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=79 --- systemd-11.tar.bz2 | 4 ++-- systemd.changes | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/systemd-11.tar.bz2 b/systemd-11.tar.bz2 index ceff8feb..494fe419 100644 --- a/systemd-11.tar.bz2 +++ b/systemd-11.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5aaddd148e3a2eb03cbe3fdca989930ff45632d3c446fb92ad3a51ed51f72a51 -size 736356 +oid sha256:d1499ea40251039a80713adecc97ea4c927fc15d0243485288ea0d18a4525db1 +size 739824 diff --git a/systemd.changes b/systemd.changes index 1d128269..eed5086c 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Oct 27 12:00:26 CEST 2010 - kay.sievers@novell.com + +- new snapshot + - create /dev/stderr and friends early on boot + - run sysv related scripts with TERM=linux + - add only swaps listed in /etc/fstab automatically to swap.target + - errors: refer to systemctl status when useful + - swap: add default cgroup to swap exec env + - readahead: bump a device's request_nr when enabling readahead + - shutdown: properly handle sigtimedwait() timing out + - main: fix typo in kernel cmdline parameters help + - ord-tty: properly handle SIGINT/SIGTERM + - systemctl: automatically spawn temporary password agent + - ask-password: properly handle multiple pending passwords + - ask-password: enable plymouth agent by default + - ask-password: add minimal plymouth password agent + ------------------------------------------------------------------- Tue Oct 26 13:10:01 CEST 2010 - kay.sievers@novell.com