mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 02:56:51 +07:00
[PATCH] 044 release
This commit is contained in:
parent
5ca6ff6457
commit
0bac7bab72
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
Summary of changes from v043 to v044
|
||||
============================================
|
||||
|
||||
Greg Kroah-Hartman:
|
||||
o add cdsymlinks.sh support to gentoo rules file
|
||||
o fix gentoo legacy tty rule
|
||||
o remove 'sudo' usage from the Makefile
|
||||
o make udev-test.pl test for root permissions before running
|
||||
|
||||
Kay Sievers:
|
||||
o reduce syslog noise of udevsend if multiple instances try to start udevd
|
||||
o add i2c-dev to the list of devices without a bus
|
||||
|
||||
|
||||
Summary of changes from v042 to v043
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ INFO = udevinfo
|
||||
TESTER = udevtest
|
||||
STARTER = udevstart
|
||||
WAIT = wait_for_sysfs
|
||||
VERSION = 043
|
||||
VERSION = 044
|
||||
INSTALL_DIR = /usr/local/bin
|
||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||
LOCAL_CFG_DIR = etc/udev
|
||||
|
Loading…
Reference in New Issue
Block a user