chiark / gitweb /
088 release
authorKay Sievers <kay.sievers@suse.de>
Tue, 21 Mar 2006 19:44:13 +0000 (20:44 +0100)
committerKay Sievers <kay.sievers@suse.de>
Tue, 21 Mar 2006 19:44:13 +0000 (20:44 +0100)
ChangeLog
Makefile
RELEASE-NOTES
TODO

index c2d00d149bf26c0bdd3491b1f6c5889277e1ca88..8b6bada1beab310d1ed09df205dbcfc70e4dc246 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Summary of changes from v087 to v088
+============================================
+
+Hannes Reinecke:
+      persistent links: add scsi tape links and usb path support
+
+Kay Sievers:
+      volume_id: add squashfs detection
+      reset signal handler in event process
+      correct use of fcntl()
+      add udevtrigger to request events for coldplug
+      add ',' to trusted chars
+      volume_id: remove partition table parsing code
+      volume_id: remove all partition table support
+      fix spelling error in debug string
+      rename "persistent disk" to "persistent storage"
+      fix output for USB path
+
+
 Summary of changes from v086 to v087
 ============================================
 
index ddb74175ce94281ba2bdf602f754a73b2f163632..d3341a6c835e928bf478cd97f34ba9d5a93bce83 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 087
+VERSION = 088
 
 # set this to make use of syslog
 USE_LOG = true
index f8d6fde8077c7c8fd874151c6cfa4f64a96ec510..93b4a19f9f5a4f22a7c2c4a0e949d5759efc5bee 100644 (file)
@@ -1,3 +1,15 @@
+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.
diff --git a/TODO b/TODO
index 5047f06da9074f47e6ccac5839b989d5518fafcc..14d4e2a0364fd26a242fb3159d28ab4f44168766 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,8 +10,6 @@ udev version:
   o remove broken %e enumeration
     (simple enumerations can't work and should go)
 
-  o remove devfs naming scheme rules and scripts
-
   o remove MODALIAS + $modalias
     (ENV{MODALIAS}, $env{MODALIAS}, $sysfs{modalias} will do it)
 
@@ -19,3 +17,4 @@ udev version:
     (we rely on the kernel "uevent" triggers of kernel 2.6.15 and no longer
      want to guess event properties from sysfs like udevstart is doing it)
 
+  o remove use of "device" link in path_id