chiark / gitweb /
[PATCH] update udev scsi_id to scsi_id 0.3
[elogind.git] / extras / scsi_id / release-notes
1 Version 0.3 of scsi_id is available at:
2
3 http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.3.tar.gz
4
5 scsi_id is a program to generate a SCSI unique identifier for a given SCSI
6 device.
7
8 It is primarily for use with udev callout config entries. It can also be
9 used for automatic multi-path configuration or device mapper configuration.
10
11 Version 0.3 requires:
12
13 - Linux kernel 2.6
14 - libsysfs 0.4.0
15
16 Major changes since the last release:
17
18         - Changes to work with libsysfs 0.4.0
19
20 All changes:
21
22         - fix "prefix" usage for path to scsi_id.config
23
24         - install the sample scsi_id.config file.
25
26         - Use DESTDIR in all install/uninstall rules, per problem reported
27           by Svetoslav Slavtchev.
28
29         - Fix to work with current sysfs 0.4, based on patch from Dan
30           Stekloff, but uses sysfs_read_attribute_value instead of
31           sysfs_get_value_from_attributes.
32
33         - SYSFS_BUS_DIR was replaced with SYSFS_BUS_NAME.
34
35         - Must now use sysfs_open_class_device_path instead of the
36           previous sysfs_open_class_device.
37
38         - patch from Olaf Hering <olh@suse.de> remove DEBUG and
39           add --fno-builtin