Changes between Version 36 and Version 37 of Internal/InventoryV3


Ignore:
Timestamp:
Dec 8, 2010, 10:20:46 PM (13 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/InventoryV3

    v36 v37  
    55Versions:
    66
    7  * gather.rb:2.08
    8  * writer.rb:1.02
    9  * logcopy:0.04
     7 * gather.rb:2.11
     8 * writer.rb:1.02 (will be deprecated)
     9 * logcopy:0.04 (will be deprecated)
    1010 * inventoryv2.rb:0.05
    1111
     
    353353
    354354The lshw webpage is http://ezix.org/project/wiki/HardwareLiSter This page has the device class listings and other documentaion.
     355
     356=== 12/8/2010 ===
     357
     358Fixed a few bugs involving how the array slices were processed. I ran into a problem where the device count would get messed up if lshw returned non-unique values. I solved it be reversing the array before slicing (documented in the code).