summaryrefslogtreecommitdiff
path: root/extras/scsi_id/release-notes
diff options
context:
space:
mode:
authorpatmans@us.ibm.com <patmans@us.ibm.com>2004-10-15 23:04:44 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 22:02:45 -0700
commitb337e60790382589e8e9f088f0ff41a496a85615 (patch)
tree4172636f0b9cf848d1039e77ed992faf33826c6f /extras/scsi_id/release-notes
parenta8f2703adaf21620bb92c04d3b8371f228cd11d2 (diff)
[PATCH] update udev to scsi_id 0.7
Update udev's scsi_id to version 0.7, this fixes a bad bug in scsi_id on 64 bit systems.
Diffstat (limited to 'extras/scsi_id/release-notes')
-rw-r--r--extras/scsi_id/release-notes17
1 files changed, 7 insertions, 10 deletions
diff --git a/extras/scsi_id/release-notes b/extras/scsi_id/release-notes
index 302817ea7f..c7ea51679c 100644
--- a/extras/scsi_id/release-notes
+++ b/extras/scsi_id/release-notes
@@ -1,6 +1,6 @@
-Version 0.6 of scsi_id is available at:
+Version 0.7 of scsi_id is available at:
-http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.6.tar.gz
+http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.7.tar.gz
scsi_id is a program to generate a unique identifier for a given SCSI
device.
@@ -14,13 +14,10 @@ Requires:
- Linux kernel 2.6
- libsysfs 0.4.0
-Major changes since the last release:
+Changes since the last release:
- - add -u option, patch from Christoph Varoqui, to substitute white
- space with underscores so it is easier to use the output as a
- device name.
+ - Fix a bug introduced in version 0.6 so that buffer alignement
+ works on 64 bit systems. Without this fix, it crashes on 64 bit
+ systems.
- - Use 254 bytes for SCSI INQUIRY commands, patch from Hannes
- Reinecke.
-
-See ChangeLog for more details.
+ - Add $(QUIET) to sync up with the udev Makefile