SHA256
1
0
forked from pool/systemd
Kay Sievers
2011-01-08 20:00:57 +00:00
committed by Git OBS Bridge
parent e6727e2941
commit 325f1852a0
4 changed files with 51 additions and 5 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sat Jan 8 19:25:40 CET 2011 - kay.sievers@novell.com
- version 16
- device: don't warn if we cannot bump the udev socket buffer
- logger: when passing on PID info, fall back to our own if
originating process is already gone
- service: don't hit an assert if information in LSB headers is
incorrectly formatted
- execute,util: fix two small memory leaks
- getty: unset locale before execution
- execute: drop empty assignments from env blocks on execution
but keep them around otherwise to make them visible
- umount: don't try to detach the dm device the root dir is on,
to minimize warning messages
- locale: fix variable names
- fragment: allow prefixing of the EnvironmentFile=
path with - to ignore errors
- util: don't pass invalid fd to fdopendir() on error to avoid
corruption of errno
- tmpfiles: nicer message when two or more conflicting lines
are configured for the same file
- fragment: properly handle quotes in assignments in
EnvironmentFile= files
- sysctl: don't warn if sysctls are gone
- readahead: ignore if files are removed during collection or
before replay
- serial: use TERM=vt100 instead of TERM=vt100-nav
- cryptsetup: call mkswap on dm device, not on source device
- mount-setup: mount /dev/pts with mode=620,gid=5 by default
and make GID overridable via configure switch
- systemctl: implement auto-pager a la git
- shutdown: drop redundant sync() invocation
- util: invoke sync() implicitly on freeze()
- tmpfiles: do no follow symlinks when cleaning up dirs
-------------------------------------------------------------------
Mon Dec 27 22:15:41 CET 2010 - kay.sievers@novell.com
- new snapshot
- pam: do not sort user sessions into their own cgroups in
the 'cpu' hierarchy
- mount-setup: drop noexec flag from default mount options
for /dev/shm
- systemd.pc: change 'session' to 'user'
-------------------------------------------------------------------
Thu Dec 16 16:52:04 CET 2010 - kay.sievers@novell.com