chiark / gitweb /
084 release
authorKay Sievers <kay.sievers@suse.de>
Mon, 30 Jan 2006 07:51:38 +0000 (08:51 +0100)
committerKay Sievers <kay.sievers@suse.de>
Mon, 30 Jan 2006 07:51:38 +0000 (08:51 +0100)
ChangeLog
Makefile
RELEASE-NOTES

index a2137019cf8b563293efa111d23d3aa8ba73d05d..8f0e9b157b44735ad59141565c98f7633c7e8904 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Summary of changes from v083 to v084
+============================================
+
+Kay Sievers:
+      update SUSE rules
+      switch CROSS to CROSS_COMPILE
+      replace fancy silent build program by simple kernel build like logic
+      move manpages to top level
+      remove UDEVD_UEVENT_INITSEND
+      whitespace fixes
+      scsi_id: remove dead files
+      optimize sysfs device and attribute cache
+      let SYSFS{} look at the device, not only the parent device
+      add debug output to sysfs operations
+
+
 Summary of changes from v082 to v083
 ============================================
 
 Summary of changes from v082 to v083
 ============================================
 
index 1234160d63b203d15ff20f43728a2b48ffb26314..55cecd3755d1d0e6414cd1971480565ba4a57690 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 083
+VERSION = 084
 
 # set this to make use of syslog
 USE_LOG = true
 
 # set this to make use of syslog
 USE_LOG = true
index 27545893c98c68b1cbd50b7df780d0de32a7f859..50831aceba6e8ab93b7c3528b710384bbf05c0d5 100644 (file)
@@ -1,6 +1,12 @@
 udev 084
 ========
 udev 084
 ========
-CROSS changed to CROSS_COMPILE to match the kernel build.
+If BUS== and SYSFS{}== have been used in the same rule, the sysfs
+attributes are only checked at the parent device that matched the
+by BUS requested subsystem. Fix t to also look at the device we
+received the event for.
+
+Build variable CROSS has changed to CROSS_COMPILE to match the kernel
+build name.
 
 udev 083
 ========
 
 udev 083
 ========