mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-19 10:36:28 +07:00
[PATCH] v015 release
This commit is contained in:
parent
125611d9d4
commit
46a7fa4bdb
38
ChangeLog
38
ChangeLog
@ -1,3 +1,41 @@
|
||||
Summary of changes from v014 to v015
|
||||
============================================
|
||||
|
||||
<mbuesch:freenet.de>:
|
||||
o LFS init script update
|
||||
|
||||
Greg Kroah-Hartman:
|
||||
o update klibc to version 0.98
|
||||
o clean up udevinfo on 'make clean'
|
||||
o add udevinfo man page to spec file
|
||||
o remove command line documentation from udev man page
|
||||
o create initial version of udevinfo man page
|
||||
o added URL to spec file
|
||||
o add udevinfo to udev.spec file
|
||||
o add udevinfo to install target of Makefile
|
||||
o rip out command line code from udev, now that we have udevinfo
|
||||
o udevinfo doesn't need to declare main_envp
|
||||
o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
|
||||
o more makefile cleanups
|
||||
o move udevinfo into the main build and clean up the main Makefile a bit
|
||||
o clean up compiler warnings if building using klibc
|
||||
o make udevd only have one instance running at a time
|
||||
o new testd.block script for debugging
|
||||
o udevsnd : clean up message creation logic a bit
|
||||
o make bk ignore udevd and udevsend binaries
|
||||
o whitespace cleanups
|
||||
o remove TODO item about BUS value, as it is now done
|
||||
o add support for figuring out which device on the sysfs "chain" the rule applies to
|
||||
|
||||
Kay Sievers:
|
||||
o udevinfo - now a real program :)
|
||||
o udevd - cleanup and better timeout handling
|
||||
o udev - next round of udev event order daemon
|
||||
o fix udevd exec
|
||||
o udev - udevinfo with device chain walk
|
||||
o spilt udev into pieces
|
||||
|
||||
|
||||
Summary of changes from v013 to v014
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ ROOT = udev
|
||||
DAEMON = udevd
|
||||
SENDER = udevsend
|
||||
HELPER = udevinfo
|
||||
VERSION = 014_bk
|
||||
VERSION = 015
|
||||
INSTALL_DIR = /usr/local/bin
|
||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||
LOCAL_CFG_DIR = etc/udev
|
||||
|
Loading…
Reference in New Issue
Block a user