X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=ChangeLog;h=907314150c2abc5d47ce85a9b3e451570d026d36;hb=e5e2ea95a4b21ebc5297881e7e8c5ab4425bac5e;hp=73d52d46a44633212c6e57ca0715f531fa9791ea;hpb=796ed8851b2fe8c592c2e903ff218352c418b9fc;p=elogind.git diff --git a/ChangeLog b/ChangeLog index 73d52d46a..907314150 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Summary of changes from v040 to v042 +============================================ + +Greg Kroah-Hartman: + o add inotify to the rules for gentoo + +Kay Sievers: + o skip waiting for device if we get a bad event for class creation and not for a device underneath it + o add net/pan and net/bnep handling + o switch wait for bus_file to stat() instead of open() add net/tun device handling add ieee1394 device handling + o Remove the last klibc specific line from the main udev code Move _KLIBC_HAS_ARCH_SIG_ATOMIC_T to the fixup file which is automatically included by the Makefile is we build with klibc + o ignore *.rej files from failed patches + o update to libsysfs 1.2.0 and add some stuff klib_fixup Now we have only the sysfs.h file different from the upstream version to map our dbg() macro. + o improve klibc fixup integration + o cleanup udevd/udevstart + o expose sysfs functions for sharing it + + Summary of changes from v039 to v040 ============================================