mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 02:56:51 +07:00
[PATCH] 037 release
This commit is contained in:
parent
b51a038ca5
commit
e457f010b1
31
ChangeLog
31
ChangeLog
@ -1,3 +1,34 @@
|
||||
Summary of changes from v036 to v037
|
||||
============================================
|
||||
|
||||
<md:linux.it>:
|
||||
o small udev patch
|
||||
|
||||
Greg Kroah-Hartman:
|
||||
o fix compilation warning in tdb log message
|
||||
o Fix build error with klibc due to recent changes
|
||||
o merge
|
||||
o add wait_for_sysfs test script to the tarball to help people debug their boxes
|
||||
o add ipsec to wait_for_sysfs ignore list
|
||||
o added ccdv to bk ignore list
|
||||
o a few more Makefile tweaks for the quiet feature
|
||||
o Make the build silent, thanks to a helper program from ncftp
|
||||
o rename files to have '_' instead of '-' in them
|
||||
o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
|
||||
o add support for class/raw/ to wait_for_sysfs
|
||||
o fix up Makefile for wait_for_sysfs udev_version.h dependancy
|
||||
o remove the debian specific file, as they don't want to share with the rest of the world :(
|
||||
o 036 release TAG: v036
|
||||
|
||||
Kay Sievers:
|
||||
o prevent deadlocks on an corrupt udev database
|
||||
o wait_for_sysfs_update
|
||||
|
||||
Michael Buesch:
|
||||
o fix asmlinkage
|
||||
o fix incompatible pointer type warning
|
||||
|
||||
|
||||
Summary of changes from v035 to v036
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ TESTER = udevtest
|
||||
STARTER = udevstart
|
||||
RULER = udevruler
|
||||
WAIT = wait_for_sysfs
|
||||
VERSION = 036
|
||||
VERSION = 037
|
||||
INSTALL_DIR = /usr/local/bin
|
||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||
LOCAL_CFG_DIR = etc/udev
|
||||
|
Loading…
Reference in New Issue
Block a user