From: Kay Sievers Date: Tue, 7 Mar 2006 23:38:17 +0000 (+0100) Subject: 087 release X-Git-Tag: 174~2336 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b2885eeecf517e82830f585a69ebc9c2c60cfa5e 087 release --- diff --git a/ChangeLog b/ChangeLog index 4df68ecc7..c2d00d149 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 54cf59c3b..9158550e6 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 11d728d06..f8d6fde80 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.