chiark / gitweb /
29967131174b67d2066019927566fda92f46c0b1
[elogind.git] / extras / scsi_id / release-notes
1 Version 0.5 of scsi_id is available at:
2
3 http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.5.tar.gz
4
5 scsi_id is a program to generate a unique identifier for a given SCSI
6 device.
7
8 It is primarily for use with the udev program key, or hotplug scripts that
9 want persistent naming of scsi devices. It could also be used for
10 automatic multi-path configuration or device mapper configuration.
11
12 Version 0.5 requires:
13
14 - Linux kernel 2.6
15 - libsysfs 0.4.0
16
17 Major changes since the last release:
18
19         - Ken Brush <ken@cgi101.com> have the command line options
20           override generic options.
21
22         - Fix the gen_scsi_id_udev_rules.sh to handle spaces in the id.
23
24         - Don't supply a makedev() when built with klibc. Also, the
25           scsi_id supplied makedev() was using the old major/minor method.
26
27         - Include compiler.h so we can build against klibc, as recent sg.h
28           changes need a define for __user.
29
30 Other changes:
31
32         - Increase the MAX_SERIAL_LEN from 128 to 256, as some (possibly
33           broken devics) are returning very long id's
34
35         - Add spotless target (via Olaf Hering's udev patch)
36
37         - minor wording changes in scsi_id.config
38
39         - Log INQUIRY failure, including the failing page code and vpd
40           values
41
42         - Escape '-' with '\-' in the man page.