chiark / gitweb /
[PATCH] v011 release 011
authorgreg@kroah.com <greg@kroah.com>
Thu, 25 Dec 2003 08:38:45 +0000 (00:38 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:11 +0000 (21:13 -0700)
ChangeLog
Makefile
udev.spec

index d50e3a5ccebc84b919421fe7a30cec2028f3ab9c..fa12f67046c33f4b27207e2260094af9a02aa2dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+Summary of changes from v010 to v011
+============================================
+
+<mbuesch:freenet.de>:
+  o proper cleanup on udevdb_init() failure
+
+<mh:nadir.org>:
+  o patch udev 009-010 rpm spec file
+
+<svetljo:gmx.de>:
+  o fix udev sed Makefile usage
+
+Greg Kroah-Hartman:
+  o add documentation about the BUS key being optional for the LABEL rule
+  o add tests for LABEL rule with a device that has no bus
+  o Don't require the BUS value for the LABEL rule
+  o If a LABEL rule has a BUS id, then we must check to see if the device is on a bus
+  o add documentation about the BUS key being optional for the CALLOUT rule
+  o If a CALLOUT rule has a BUS id, then we must check to see if the device is on a bus
+  o Don't require the BUS value for the CALLOUT rule
+  o add test for callout rule with a device that has no bus
+  o 010_bk stamp
+  o added different build options to the rpm udev.spec file
+  o add pci to the bus_files list
+  o check for empty line a bit better in the parser
+  o more init script cleanups, the stop target now calls udev to cleanup instead of just removing the whole /udev directory
+  o make udev init script run udev in the background to let startup go much faster
+  o fix long delay for all devices in namedev
+
+
 Summary of changes from v009 to v010
 ============================================
 
index d2e6fd559d8cf693800e88199e7046e0ae2d6eb1..4c8c8d7dad242f51b39035ed25614e5af9aad293 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ USE_DBUS = false
 
 
 ROOT =         udev
-VERSION =      010_bk
+VERSION =      011
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 
index 431dfd8be56ca1343a5aafa43ec09dad9b554975..428352132643b6cac1c02cf38118001151aa15d5 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -18,7 +18,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 010_bk
+Version: 011
 Release: 1
 License: GPL
 Group: Utilities/System