SHA256
1
0
forked from pool/systemd
Kay Sievers
2011-03-07 17:46:46 +00:00
committed by Git OBS Bridge
parent 28e748e6d5
commit 0848a47871
3 changed files with 34 additions and 2 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Mar 7 17:24:46 CET 2011 - kay.sievers@novell.com
- new snapshot
- add org.freedesktop.DBus.Properies.Set method
- main: introduce /etc/machine-id
- systemctl: fix exit code when directing is-enabled
to chkconfig
- dbus: add 'Tainted' property to Manager object
- dbus: expose distribution name and features on manager
object as properties
- man: document changed EnvironmentFile= behaviour
- main: add link to wiki page with longer explanation of the
/usr madness
- execute: load environment files at time of execution, not
when we load the service configuration
- path: after installing inotify watches, recheck file again
to fix race
- 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
- kill: always send SIGCONT after SIGTERM
- readahead: disable collector automatically on read-only media
- sysctl: use scandir() instead of nftw() to guarantee
systematic ordering
- support DT_UNKNOWN where necessary for compat with reiserfs
- systemctl: always null-terminate the password
- call systemd-machine-id-setup at installation
-------------------------------------------------------------------
Tue Mar 1 12:28:01 CET 2011 - kay.sievers@novell.com