chiark / gitweb /
add "Persistent Device Naming" rules file for disks
[elogind.git] / extras / scsi_id / release-notes
1 Version 0.7 of scsi_id is available at:
2
3 http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.7.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 Requires:
13
14 - Linux kernel 2.6
15 - libsysfs 0.4.0
16
17 Changes since the last release:
18         
19         - Fix a bug introduced in version 0.6 so that buffer alignement
20           works on 64 bit systems. Without this fix, it crashes on 64 bit
21           systems.
22
23         - Add $(QUIET) to sync up with the udev Makefile