mirror of
https://github.com/systemd/systemd.git
synced 2025-02-28 05:57:33 +03:00
[PATCH] 040 release
This commit is contained in:
parent
1ceba9360b
commit
796ed8851b
25
ChangeLog
25
ChangeLog
@ -1,3 +1,28 @@
|
|||||||
|
Summary of changes from v039 to v040
|
||||||
|
============================================
|
||||||
|
|
||||||
|
<jk:blackdown.de>:
|
||||||
|
o wait_for_sysfs update for dm devices
|
||||||
|
|
||||||
|
Greg Kroah-Hartman:
|
||||||
|
o sparse cleanups on the tree
|
||||||
|
o fix stupid cut-and-paste error for msr devices on gentoo boxes
|
||||||
|
o add *~ to bk ignore list
|
||||||
|
o delete udevruler.c as per Kay's request
|
||||||
|
o fix up the wait_for_sysfs_test script a bit
|
||||||
|
|
||||||
|
Kay Sievers:
|
||||||
|
o fix debug in volume id / fix clashing global var name
|
||||||
|
o volume_id fix
|
||||||
|
o $local user
|
||||||
|
o cleanup netif handling and netif-dev.d/ events
|
||||||
|
o big cleanup of internal udev api
|
||||||
|
o don't wait for dummy devices
|
||||||
|
o close the syslog
|
||||||
|
o Fix ppp net devices in wait_for_sysfs
|
||||||
|
o Fix wait_for_sysfs messages (more debugging info)
|
||||||
|
|
||||||
|
|
||||||
Summary of changes from v038 to v039
|
Summary of changes from v038 to v039
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ INFO = udevinfo
|
|||||||
TESTER = udevtest
|
TESTER = udevtest
|
||||||
STARTER = udevstart
|
STARTER = udevstart
|
||||||
WAIT = wait_for_sysfs
|
WAIT = wait_for_sysfs
|
||||||
VERSION = 039
|
VERSION = 040
|
||||||
INSTALL_DIR = /usr/local/bin
|
INSTALL_DIR = /usr/local/bin
|
||||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||||
LOCAL_CFG_DIR = etc/udev
|
LOCAL_CFG_DIR = etc/udev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user