aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-01-30 08:51:38 +0100
committerKay Sievers <kay.sievers@suse.de>2006-01-30 08:51:38 +0100
commit66c2bc212087d02faf77520b52ef6177d5c351fa (patch)
tree09880c920acd93f0dd4793095b7aeb2961d528a7
parent7e75cfa6fe0818ffb76c2a5a88c8572f04bda879 (diff)
downloadudev-66c2bc212087d02faf77520b52ef6177d5c351fa.tar.gz
084 release084
-rw-r--r--ChangeLog16
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES8
3 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a2137019..8f0e9b15 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index 1234160d..55cecd37 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# 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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 27545893..50831ace 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
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
========