1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
systemd/extras/scsi_id/release-notes
patmans@us.ibm.com b337e60790 [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.
2005-04-26 22:02:45 -07:00

24 lines
667 B
Plaintext

Version 0.7 of scsi_id is available at:
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.
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.
Requires:
- Linux kernel 2.6
- libsysfs 0.4.0
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.
- Add $(QUIET) to sync up with the udev Makefile