chiark / gitweb /
088 release
[elogind.git] / RELEASE-NOTES
index 50831aceba6e8ab93b7c3528b710384bbf05c0d5..93b4a19f9f5a4f22a7c2c4a0e949d5759efc5bee 100644 (file)
@@ -1,8 +1,38 @@
+udev 088
+========
+Add persistent links for SCSI tapes. The rules file is renamed
+to 60-persistent-storage.rules.
+
+Create persistent path for usb devices. Can be used for all sorts
+of devices that can't be distinguished by other properties like
+multiple identical keyboards and mice connected to the same box.
+
+Provide "udevtrigger" program to request events on coldplug. The
+shell script is much too slow with thousends of devices.
+
+udev 087
+========
+Fix persistent disk rules to exclude removable IDE drives.
+
+Warn if %e, $modalias or MODALIAS is used.
+
+udev 086
+========
+Fix queue export, which wasn't correct for subsequent add/remove
+events for the same device.
+
+udev 085
+========
+Fix cramfs detection on big endian.
+
+Make WAIT_FOR_SYSFS usable in "normal" rules and silent if the whole
+device goes away.
+
 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
+attributes were only checked at the parent device that matched the
+by BUS requested subsystem. Fix it to also look at the device we
 received the event for.
 
 Build variable CROSS has changed to CROSS_COMPILE to match the kernel
@@ -22,7 +52,7 @@ 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
+The udev man page has moved to udev(7) as it does not describe a command
 anymore. The programs udev, udevstart and udevsend are no longer installed
 by default and must be copied manually, if they should be installed or
 included in a package.