From aff8ff66202a539bc4c09f7c31cd500e125ae4c808160aee7a4def44371e4725 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 1 Mar 2011 12:13:32 +0000 Subject: [PATCH] version 19 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=122 --- systemd-18.tar.bz2 | 4 ++-- systemd-19.tar.bz2 | 3 +++ systemd.changes | 45 +++++++++++++++++++++++++++++++++++++++++++++ systemd.spec | 2 +- 4 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 systemd-19.tar.bz2 diff --git a/systemd-18.tar.bz2 b/systemd-18.tar.bz2 index 964d461f..894a9e43 100644 --- a/systemd-18.tar.bz2 +++ b/systemd-18.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbb814985755cbe61fd8988e601a174398a03607d3e61e15e19896d460d65c3a -size 765995 +oid sha256:7f2cb83b6e26a0ef3240858727c4cf80cfa5b53e1b8ed67cacf24240b0450dd0 +size 767978 diff --git a/systemd-19.tar.bz2 b/systemd-19.tar.bz2 new file mode 100644 index 00000000..8a74c421 --- /dev/null +++ b/systemd-19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d858237a197c8172a4d680a5109b2da81a41de612003c9f0ee693fa09e9a5ad5 +size 770110 diff --git a/systemd.changes b/systemd.changes index 0f6894b4..2f9279b0 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Tue Mar 1 12:28:01 CET 2011 - kay.sievers@novell.com + +- version 19 + - udev: don't ignore non-encrypted block devices with no + superblock + - udev: expose ttyUSB devices too + - udev: mark hvc devices for exposure in systemd + - cryptsetup: add a terse help + - agent: don't print warnings if a password was removed or + timed out + - systemctl: shutdown agent explicitly so that it can reset + the tty properly + - never clean up a service that still has a process in it + - label: udev might be making changes in /dev while we + iterate through it + - systemctl: properly handle job results + - job: also trigger on-failure dependencies when jobs faile + due to dependencies, timeout + - job: when cancelling jobs, make sure to propagate this + properly to depending jobs + - job: start job timeout on enqueuing not when we start to + process a job + - unit: increase default timeout to 3min + - logger: leave the logger longer around and allow it do + handle more connections + - dbus: pass along information why a job failed when it + failed (dbus api change!) + - general: unify error code we generate on timeout + - units: synchronize gettys to plymouth even if plymouth is + killed by gdm + - job: start job timer when we begin running the job, not + already when we add it to the queue of jobs + - cryptsetup: try to show the mount point for a crypto disk + if we can + - rescue: terminate plymouth entirely when going into + rescue mode + - ask-password: fix handling of timeouts when waiting + for password + - ask-password: supported plymouth cached passwords + - main: print warning if /usr is on a seperate partition + - ensure we start not a single getty before plymouth is + gone because we never know which ttys plymouth still controls + - unit: introduce ConditionVirtualization= + ------------------------------------------------------------------- Mon Feb 21 19:30:30 CET 2011 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index 44673716..a1674f4d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 18 +Version: 19 Release: 1 License: GPLv2+ Group: System/Base