home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / WhatsNew.txt < prev   
Text File  |  2001-07-24  |  4KB  |  89 lines

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