-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
73 lines (61 loc) · 2.73 KB
/
ChangeLog
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
72
73
1.7.8: Vasant Hegde <[email protected]> - Wed Mar 22 2017
- Remove temporary block file creation under /tmp
- Various bug fixes
1.7.7: Vasant Hegde <[email protected]> - Tue Apr 12 2016
Support for NVMe devices
Few minor bug fixes
1.7.6: Vasant Hegde <[email protected]> - 06 Nov 2015
lsmcode is enhanced to support OpenPower systems
Fixed security issues like buffer overflow, memory allocation validation
Improved error handling
1.7.5: Vasant Hegde <[email protected]> - 13 Aug 2014
Added LE support
Fixed couple of issues in build tools
Removed outdated debian build code
1.7.4: Vasant Hegde <[email protected]> - 17 March 2014
Added support to parse VPD on PowerNV platform
Filter out known paths from device-tree scan
Minor fix in lsmcode output
Added platform check to VPD tools
Filter directories from device scan
Fix possible out of range issue in substr operation
Display FirmwareVersion and FirmwareLevel
1.7.3: Suzuki <[email protected]> - 14 November 2013
IBMinvscout: Removed from lsvpd package. Moving to a new package.
vpdupdate: Filter ibm,bsr entries from VPD db.
1.7.2: suzuki - 22/08/2013
vpdupdate: Find the PCI/USB ids files at runtime
lscfg: allow -z, -d with -p
lsvpd.spec.in: run vpdupdate in background post rpm install
lsvpd.spec.in: dont fail rpm install if vpdupdate fails.
lscfg: Make -p mutually exclusive with long arguments.
lscfg: return error if user requested device not found.
lscfg: display preferred name for Katy adapter
1.7.1: harsh - 14/3/2013
Fix typo error in lscfg and lsvpd
lscfg : display model name
lscfg : fix alignment issue in "lscfg -vpl sysplaner0"
skip empty record in lscfg -vp output
lsvpd -p is noisy
Added support for new MG and ME keyword
1.7.0: suzuki - 9/10/12
Added new tool - invscout (written by Aravinda Prasad)
Better support for SCSI enclosures and SCSI devices
Dynamic system firmware level from RTAS for lsmcode.
1.6.11: suzuki - 6/10/11
Fixed the way we find devices in /sys. Many non-device directories
were being identified as devices.
1.6.9: bpeters - 6/4/10
Minor update: Fixed location code discovery for storage
devices. Previously, a loc-code was generated simply using the device
node within the /proc/device-tree/devices file-system. This behavior
caused usysident to get a listing of invalid loc-codes. This patch
is a short-term fix, causing each port device to use the adapters
loc-code. Longer-term fix will be to take this loc-code and add on
port-specific modifiers queried from the device
1.6.8: bpeters - 2/10/10
Minor update: Changed default lsvpd output to use "Size" instead
of "SZ" for DIMM size output. This was done to conform to the way
AIX/lsvpd outputs this VPD
1.6.5
Updated glibc C header includes to new C++ standard