SHA256
1
0
forked from pool/systemd
Kay Sievers
2010-11-22 10:18:59 +00:00
committed by Git OBS Bridge
parent a63a8ebaab
commit 3086a81f0d
4 changed files with 49 additions and 7 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Nov 22 10:10:59 CET 2010 - kay.sievers@novell.com
- new snapshot
- systemctl: don't return LSB status error codes for 'show'
- mount: do not try to mount disabled cgroup controllers
- man: document /etc/modules-load.d/, /etc/os-release,
locale.conf, /etc/vconsole.conf, /etc/hostname
- units: move a couple of units from base.target to
sysinit.target
- man: reorder things to follow the same order everywhere
- revert too new libnotify code/requirement
- revert fsck -l option requirement
-------------------------------------------------------------------
Sat Nov 20 19:58:14 CET 2010 - kay.sievers@novell.com
- version 13
- cryptsetup: actually show disk name
- cryptsetup: show udev device name when asking for password
- sysctl: implement native tool and support /etc/sysctl.d
- units: enable console ask-password agent by default
- introduce /etc/os-release distro description
- job: make sure we don't fail umount.target if a mount unit
failed to stop
- cgroup: after killing cgroup processes, ensure the group is
really dead gone. wait for 3s at max
- cgroup: if we couldn't remove a cgroup after killing
evertyhing in it then it's fine
- cryptsetup: automatically order crypt partitions before
cryptsetup.target
- man: trivial BindTo description fix
- manager: make list of default controllers configurable
- build: expose libcryptsetup dependency in build string
- pam: document controllers= switch
- cgroup: by default, duplicate service cgroup in the cpu hierarchy
- pam: duplicate cgroup tree in the cpu hierarchy by default,
optionally more
- enable native crypto handling instead of boot.crypto
- revert too new libnotify code/requirement
- revert fsck -l option requirement
-------------------------------------------------------------------
Wed Nov 17 01:32:04 CET 2010 - kay.sievers@novell.com