home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kompon / d2345 / MSYSINFO.ZIP / WhatsNew.txt < prev   
Text File  |  2001-06-26  |  3KB  |  80 lines

  1. Version 5.6 (//2001)
  2.   + Added Performance Library objects (NT & 9x)
  3.   + Added Microsoft ADO detection (TEngines)
  4.   + Added NT Service Pack 6a detection (TOperatingSystem)
  5.   + Added Windows XP detection (TOperatingSystem)
  6.   + Added DVD Region detection (TOperatingSystem, only >Win95)
  7.   + Added Product Key and Product ID (TOperatingSystem)
  8.   + TPrinters reimplemented and Port info added
  9.   * Memory leaks removed (except in TPerfLibNT. There's over 2000 leaks and i have no idea to remove it.
  10.                           Can anybody help?)
  11.  
  12. Version 5.5 (06/11/2001)
  13.   * Fixed bug in TDisk.SetDisk causing bad UNC displaying
  14.   * Fixed bug in TDisplay.GetInfo causing AV
  15.   * Fixed TMCPUUsage under Win9x
  16.  
  17. Version 5.4 (05/31/2001)
  18.  * Fixed bug in TStartup causing Access violation.
  19.  + Added apps run from WIN.INI in TStartup.
  20.  + Added new component TMCPUUsage for CPU usage watching.
  21.  
  22. Version 5.3 (05/14/2001)
  23.  * Control Panel applet renamed to MSI.cpl
  24.  * CPU Cache and CPUID detection bugs fixed in TCPU.
  25.  * TMedia now enumerates all sound devices.
  26.  * TDisk.DriveType property renamed to MediaType.
  27.  * Network, Sound and Display properties detecting reimplemented and fixed (now TDevices is used to obtain installed adapters).
  28.  * TDisplay.Adapters reanemd to TDisplay.Adapter and cast to string.
  29.  * TDisplay.DACs renamed to TDisplay.DAC and cast to string.
  30.  * TDisplay.Chipsets renamed to TDisplay.Chipset and cast to string.
  31.  * TDisplay.Memories renamed to TDisplay.Memory and cast to integer.
  32.  + Pentium IV detection added in TCPU.
  33.  + Added Startup programs enumeration (TStartup).
  34.  + Added installed software enumeration (TSoftware).
  35.  + Added Windows NT and 2000 specific information in TOperatingSystem (TNTSpecific).
  36.  + TNetword.CardAdapterIndex property added. Identifies what item in TNetwork.Adapters is physical network card.
  37.  + TMedia.GamePortIndex property added. Identifies what item in TMedia.Devices is GamePort.
  38.  + TMedia.SoundCardIndex property added. Identifies what item in TMedia.Devices is physical sound card.
  39.  - TDisplay.Accelerators property removed (it seems to be never used).
  40.  - TCPU.BusSpeed property removed (this value was only estimated and in many causes was wrong).
  41.  - TDisk.Model property removed (never used).
  42.  
  43. Version 5.2 (03/16/2001)
  44.  + Added component and property editor
  45.  + Added Microsoft DAO detection
  46.  + Added process enumeration
  47.  + Added NT product type identification
  48.  + Added Control Panel applet based on this component
  49.  * Report format changed
  50.  * CPU Cache detection reimplemented
  51.  
  52. Version 5.1
  53.  + Enhanced CPU name recognition
  54.  + Fixed bugs in device detection
  55.  
  56. Version 5.0
  57.  + Reimplemented and rearranged CPU detection
  58.  + Added device class recognition
  59.  + Fixed bugs in device detection
  60.  + Demo application rearranged
  61.  * Source split to more files
  62.  
  63. Version 4.5
  64.  + Reimplemented device detection. Now all installed devices are detected
  65.  - TDevices published properties removed except Printers (renamed)
  66.  + New TDevices public property DeviceCount and Devices[Index] added
  67.  + Delphi 3 compatibility forced
  68.  
  69. Version 4.4
  70.  + Reimplemented CPU features detection
  71.  + Added new CPU features detection (3D Now!, SIMD...)
  72.  * All TCPUFeatures properties renamed
  73.  + Added TCPU properties VendorID_Raw and Vendor_Raw
  74.  
  75. Version 4.3
  76.  + Added additional device detection (Infrared, Image, Tape...) 
  77.  + Fixed some user reported bugs
  78.  
  79. Previous releases were not documented.
  80.