mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-28 07:21:32 +03:00
[PATCH] 056 release
This commit is contained in:
parent
0bb4387707
commit
69b5c2ca51
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
||||
Summary of changes from v055 to v056
|
||||
============================================
|
||||
|
||||
<tklauser:access.unizh.ch>:
|
||||
o fix header paths in udev_libc_wrapper.c
|
||||
|
||||
Kay Sievers:
|
||||
o udev-test.pl: use more common user/group names
|
||||
o klibc: remove SCCS directories from the temporary klibc install
|
||||
o udev-test.pl: add a test where the group cannot be found in /etc/passwd
|
||||
o udev-test.pl: add check for textual uid/gid
|
||||
o fix bad typo that prevents the GROUP to be applied
|
||||
o udevd: don't delay events with TIMEOUT in the environment
|
||||
o klibc: use klcc wrapper instead of our own Makefile
|
||||
o change call_foreach_file to return a list
|
||||
|
||||
|
||||
Summary of changes from v054 to v055
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ SENDER = udevsend
|
||||
INFO = udevinfo
|
||||
TESTER = udevtest
|
||||
STARTER = udevstart
|
||||
VERSION = 055
|
||||
VERSION = 056
|
||||
INSTALL_DIR = /usr/local/bin
|
||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||
LOCAL_CFG_DIR = etc/udev
|
||||
|
Loading…
Reference in New Issue
Block a user