[ANNOUNCE] lsscsi release 0.32

From: Douglas Gilbert
Date: Thu May 06 2021 - 13:35:31 EST


lsscsi is a command line utility that probes sysfs in Linux 2.6, 3,
4 and 5 series kernels in order to list information about SCSI
devices and SCSI hosts. The default format is one device (e.g. disk)
per line. Other storage devices that use the SCSI subsystem such as
SATA disks, USB keys and enclosures are also listed. Release 0.30
added listings of NVMe namespaces (devices) and hosts (controllers)
and that has been further refined in this release.

Release 0.32 is described and is available on these websites:
https://sg.danny.cz/scsi/lsscsi.html
https://doug-gilbert.github.io/scsi/lsscsi.html

My subversion lsscsi repository is mirrored in git at:
https://github.com/doug-gilbert/lsscsi
https://github.com/hreinecke/lsscsi [needs updating]

Note: a change in terminology from package "version" to "release".
That allows me to write 'pre-release' in the ChangeLog until I actually
do the release. For example Fedora 34 has a "version 0.32' of lsscsi
which corresponds to the author's subversion revision 164. Hence, for
example, the Fedora 34 lsscsi will not print nr_hw_queues if it is
available; not an ideal situation.

Note 2: All my packages have a CREDITS file where the names of
contributors and what was contributed are listed.


Changelog for released lsscsi-0.32 [20210505] [svn: r167]
- improve NVMe device parsing (e.g. /dev/nvme0c1n2)
- print nr_hw_queues when available for SCSI hosts
- Remove blank line after NVMe device name with -HL
- collect_disk_wwn_nodes: Fix WWN string copy
- make WWN printing for NVMe more consistent with
output from SCSI devices (e.g. with -u and -t)
- logic to select best SCSI id (--scsi_id) to output
- clean up warnings for gcc-10
- build with autoconf 2.70

Changelog for released lsscsi-0.31 [20200220] [svn: r160]
...


Doug Gilbert