chiark / gitweb /
[PATCH] 034 release 034
authorgreg@kroah.com <greg@kroah.com>
Fri, 8 Oct 2004 07:36:33 +0000 (00:36 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:37:04 +0000 (21:37 -0700)
ChangeLog
Makefile
udev.spec

index ade31556b5e24ff5b5aa23f7c3237f2525cbb7c4..4472f0c8ecd109584117c1dd7c8088a339a213a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Summary of changes from v033 to v034
+============================================
+
+Kay Sievers:
+  o wait_for_sysfs bluetooth class update
+
+Greg Kroah-Hartman:
+  o add comment in wait_for_sysfs to explain the structure better
+  o Revert previous dev_d.c change, it's not what is causing HAL problems
+  o hm, somethings odd with DEVPATH, see if this fixes it
+  o 33_bk mark for the makefile
+  o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for
+  o get rid of annoying extra lines in the syslog for some libsysfs debug messages
+  o added support for i2c devices in wait_for_sysfs.c
+  o add support for i2c-adapter devices to wait_for_sysfs.c
+
 Summary of changes from v032 to v033
 ============================================
 
index 2c4cb1e56f4e8c51e4478495f9f16e6394bc2e88..90b69420a88d2e9b0e19093d72ad1a3c951c0654 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ TESTER =      udevtest
 STARTER =      udevstart
 RULER =                udevruler
 WAIT =         wait_for_sysfs
-VERSION =      033_bk
+VERSION =      034
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
index e145ad24318a167320a7305f63d4241d25d7eb75..0b843e92283b3cf9b94592ca019084a89b32ce92 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 033
+Version: 034
 Release: 1
 License: GPL
 Group: Utilities/System