chiark / gitweb /
087 release
authorKay Sievers <kay.sievers@suse.de>
Tue, 7 Mar 2006 23:38:17 +0000 (00:38 +0100)
committerKay Sievers <kay.sievers@suse.de>
Tue, 7 Mar 2006 23:38:17 +0000 (00:38 +0100)
ChangeLog
Makefile
RELEASE-NOTES

index 4df68ecc7411b9952096c35fa147e738d7c079c3..c2d00d149bf26c0bdd3491b1f6c5889277e1ca88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Summary of changes from v086 to v087
+============================================
+
+Hannes Reinecke:
+      path_id: support SAS devices
+
+Kay Sievers:
+      fix persistent disk rules to exclude removable IDE drives
+      warn about %e, MODALIAS, $modalias
+      remove devfs rules and scripts
+
+Masatake YAMATO:
+      typo in debug text in udev_run_hotplugd.c
+
+
 Summary of changes from v085 to v086
 ============================================
 
index 54cf59c3b941f4970c87fad9ebec283896c54625..9158550e6b4b37c3e576320dfe7a7bb9d939b519 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 086
+VERSION = 087
 
 # set this to make use of syslog
 USE_LOG = true
index 11d728d06ac617e5f020545e6e5ebcc7449cdd38..f8d6fde8077c7c8fd874151c6cfa4f64a96ec510 100644 (file)
@@ -1,4 +1,10 @@
-udev 085
+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.