aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-08 00:38:17 +0100
committerKay Sievers <kay.sievers@suse.de>2006-03-08 00:38:17 +0100
commitb2885eeecf517e82830f585a69ebc9c2c60cfa5e (patch)
treee3d06e09fc55dee1b65e22e1fe135962385fa255
parentcdce0be8956a26a4a2a4f9fb338508ffd75672b9 (diff)
downloadudev-b2885eeecf517e82830f585a69ebc9c2c60cfa5e.tar.gz
087 release087
-rw-r--r--ChangeLog15
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES8
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4df68ecc..c2d00d14 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index 54cf59c3..9158550e 100644
--- 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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 11d728d0..f8d6fde8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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.