X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fscsi_id%2Frelease-notes;h=c7ea51679c813d70800b61de387c347824fc1e95;hp=7ef12a25dbdd4bb11a5675e010e48ad6a18d46c0;hb=b4a2906bf1921cd6cbc25621a6db0bae906616c8;hpb=e996d97835c8d0728a9d4880e9e1f8f285cadf4b diff --git a/extras/scsi_id/release-notes b/extras/scsi_id/release-notes index 7ef12a25d..c7ea51679 100644 --- a/extras/scsi_id/release-notes +++ b/extras/scsi_id/release-notes @@ -1,39 +1,23 @@ -Version 0.3 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.3.tar.gz +http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.7.tar.gz -scsi_id is a program to generate a SCSI unique identifier for a given SCSI +scsi_id is a program to generate a unique identifier for a given SCSI device. -It is primarily for use with udev callout config entries. It can also be -used for automatic multi-path configuration or device mapper configuration. +It is primarily for use with the udev program key, or hotplug scripts that +want persistent naming of scsi devices. It could also be used for +automatic multi-path configuration or device mapper configuration. -Version 0.3 requires: +Requires: - Linux kernel 2.6 - libsysfs 0.4.0 -Major changes since the last release: +Changes since the last release: + + - 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. - - Changes to work with libsysfs 0.4.0 - -All changes: - - - fix "prefix" usage for path to scsi_id.config - - - install the sample scsi_id.config file. - - - Use DESTDIR in all install/uninstall rules, per problem reported - by Svetoslav Slavtchev. - - - Fix to work with current sysfs 0.4, based on patch from Dan - Stekloff, but uses sysfs_read_attribute_value instead of - sysfs_get_value_from_attributes. - - - SYSFS_BUS_DIR was replaced with SYSFS_BUS_NAME. - - - Must now use sysfs_open_class_device_path instead of the - previous sysfs_open_class_device. - - - patch from Olaf Hering remove DEBUG and - add --fno-builtin + - Add $(QUIET) to sync up with the udev Makefile