chiark / gitweb /
084 release
[elogind.git] / RELEASE-NOTES
index d04dcd83be8295aa90a10eaaf9cc9b68ebc9dedb..50831aceba6e8ab93b7c3528b710384bbf05c0d5 100644 (file)
@@ -1,3 +1,25 @@
+udev 084
+========
+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
+========
+Fix a bug where NAME="" would prevent RUN from beeing executed.
+
+RUN="/bin/program" does not longer automatically add the subsystem
+as the first parameter. This is from the days of /sbin/hotplug
+which is dead now and it's just confusing to need to add a space at
+the end of the program name to prevent this.
+If you use rules that need the subsystem as the first parameter,
+like the old "udev_run_hotlugd" and "udev_run_devd", add the subsystem
+to the key like RUN+="/bin/program $env{SUBSYSTEM}".
+
 udev 082
 ========
 The udev man page has moced to udev(7) as it doesnot describe a command