File: ChangeLog

package info (click to toggle)
lsscsi 0.17-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 816 kB
  • ctags: 228
  • sloc: sh: 3,380; ansic: 1,088; makefile: 56
file content (71 lines) | stat: -rw-r--r-- 2,210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71

Version 0.17 2006/2/6
  - fix disappearance of block device names in lk 2.6.16-rc1

Version 0.16 2005/12/30
  - clean up peripheral device type naming
  - properly identify osst and changer devices
  - add debian build directory

Version 0.15 2005/6/29
  - option '-ll' gives more attributes and '-lll' gives attributes
    one per line
  - change reporting if device node:
    - use "match major+minor" with "/dev" directory (default)
    - use synthetic device node names when '--kname' given
      {this was the default in earlier versions}
  - add filtering, sync with lk 2.6.12
    {e.g. 'lsscsi 1' lists all SCSI devices on host1}
  - convert to autotools
  - builds on version 0.13 (does not use libsysfs)
    {because dlist_sort_custom() does not have filter() callback}

Version 0.14 2004/9/20
  - version of 0.13 based on libsysfs-1.20

Version 0.13 2004/8/20
  - add 'timeout' to long device option output
  - quiet (unless verbose) if no mid level (hence no SCSI devices or hosts)

Version 0.12 2004/5/9
  - rework for lk 2.6.6
  - add proc_name for hosts
  - replace 'online' with 'state' for scsi devices
  - add '-d' option to output device node's major and minor numbers

Version 0.11 2004/1/9
  - rework for lk 2.6.1
  - drop "--name" argument

Version 0.10 2003/5/6
  - adjust HBA listing (-H) for new struct scsi_host in lk 2.5.69++

Version 0.09 2003/4/4
  - fix up sorting
  - add GPL + copyright notice

Version 0.08 2003/3/2
  - start to add host listing support (requires >= lk 2.5.63)

Version 0.07 2003/2/10
  - sysfs changes name of current_queue_depth in lk 2.5.60

Version 0.06 2003/1/20
  - fixes of osst devices
  - use "cd" rather than "CDROM" for short peripheral type name

Version 0.05 2003/1/19
  - output st and osst device names (rather than "-")
  - support --generic and --classic together
  - output type (SCSI peripheral type) with --long

Version 0.04 2003/1/14
  - make sure a st device list only once (needed for lk 2.5.57)

Version 0.03 2003/1/9
  - fix Makefile to create man page directory on install
  - add logic for scsi_level output
  - add --generic (-g) switch to output scsi generic device file name

Version 0.02 2002/12/18
  - first entry in CHANGELOG