home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / WhatsNew.txt < prev   
Text File  |  2002-01-08  |  6KB  |  128 lines

  1. Version 7.1 (01/08/2002)
  2.   + Added more info in ASPI32 configuration
  3.   + Added Locale information (TLocaleInfo in MSI_OS)
  4.  
  5. Version 7.0 (01/04/2002)
  6. !!!! SOURCES ARE AVAILABLE ONLY ON PURCHASE/REGISTRATION NOW!!!!!!!!
  7.   + Added Intel Cache Description (TCPU)
  8.   + Added DS,ACPI,TM,SSE2,SS,CLFSH cpu features detection (TCPU)
  9.   * Fixed Pentium III/Celeron and OverDrive recognition (TCPU)
  10.   + Added Process Enumeration (MSI_EnumNT, MSI_Enum9x)
  11.   + Added Service Enumeraton for NT (MSI_EnumNT, MiTeC_AdvAPI)
  12.   + Added Driver Enumeration for NT (MSI_EnumNT, MiTeC_AdvAPI)
  13.   + Added Account Enumeration for NT (MSI_AccountsNT)
  14.   + Added Scheduled Task enumeration for NT (MiTeC_JobsNT)
  15.   + Added Event Log enumeration for NT (MiTeC_EventLogNT)
  16.   + Added ASPI32 Configuration detection (MiTeC_WnASPI32, MSI_Engines)
  17.   * MSI_DirectX removed, TDirectX moved to TEngines (MSI_Engines)
  18.   + New demos
  19.  
  20. Version 6.4 (11/13/2001)
  21.   * Minor fixes
  22.   * Added TMachine.DELL_ServiceTag for DELL machines
  23.  
  24. Version 6.3 (10/12/2001)
  25.   * Many XP and bug fixes
  26.   * TSoftware.Installed property renamed to TSoftware.Products
  27.   + Added uninstall string info for installed software (TSoftware.Uninstalls)
  28.  
  29.  
  30. Version 6.2 (08/16/2001)
  31.   + ASPI version detection added (TEngines)
  32.   + Added sharepoints, sessions and open files enumeration (MiTeC_Shares.pas)
  33.   * Minor code changes
  34.  
  35. Version 6.1 (08/13/2001)
  36.   + Added some internet settings (TOperatingSystem.TInternet)
  37.   + Added ExceptionMode property to some comps to decide what to do when exception is thrown during refresh
  38.   * Minor bug fixes
  39.  
  40. Version 6.0 (07/24/2001)
  41. !!!! DEVELOPMENT AND COMPATIBILITY FOR DELPHI 2,3,4 HAS BEEN ENDED!!!!!!!!
  42.   * Minor bug fixes
  43.   + Delphi 6 compatible (all read-only properties are now really read-only, be sure to configure
  44.                          Object Inspector to show them)
  45.   + Added new object TMSI (like TMSystemInfo but no editors and no components) for using
  46.     in console applications (MSI_Console.pas)
  47.   + TMSystemInfo moved to new unit MSI_GUI.pas (MSystemInfo.pas contains only register and editors code now)
  48.  
  49. Version 5.6 (06/26/2001)
  50.   + Added Performance Library objects (NT & 9x)
  51.   + Added Microsoft ADO detection (TEngines)
  52.   + Added NT Service Pack 6a detection (TOperatingSystem)
  53.   + Added Windows XP detection (TOperatingSystem)
  54.   + Added DVD Region detection (TOperatingSystem, only >Win95)
  55.   + Added Product Key and Product ID (TOperatingSystem)
  56.   + TPrinters reimplemented and Port info added
  57.   * Memory leaks removed (except in TPerfLibNT. There's over 2000 leaks and i have no idea to remove it.
  58.                           Can anybody help?)
  59.  
  60. Version 5.5 (06/11/2001)
  61.   * Fixed bug in TDisk.SetDisk causing bad UNC displaying
  62.   * Fixed bug in TDisplay.GetInfo causing AV
  63.   * Fixed TMCPUUsage under Win9x
  64.  
  65. Version 5.4 (05/31/2001)
  66.  * Fixed bug in TStartup causing Access violation.
  67.  + Added apps run from WIN.INI in TStartup.
  68.  + Added new component TMCPUUsage for CPU usage watching.
  69.  
  70. Version 5.3 (05/14/2001)
  71.  * Control Panel applet renamed to MSI.cpl
  72.  * CPU Cache and CPUID detection bugs fixed in TCPU.
  73.  * TMedia now enumerates all sound devices.
  74.  * TDisk.DriveType property renamed to MediaType.
  75.  * Network, Sound and Display properties detecting reimplemented and fixed (now TDevices is used to obtain installed adapters).
  76.  * TDisplay.Adapters reanemd to TDisplay.Adapter and cast to string.
  77.  * TDisplay.DACs renamed to TDisplay.DAC and cast to string.
  78.  * TDisplay.Chipsets renamed to TDisplay.Chipset and cast to string.
  79.  * TDisplay.Memories renamed to TDisplay.Memory and cast to integer.
  80.  + Pentium IV detection added in TCPU.
  81.  + Added Startup programs enumeration (TStartup).
  82.  + Added installed software enumeration (TSoftware).
  83.  + Added Windows NT and 2000 specific information in TOperatingSystem (TNTSpecific).
  84.  + TNetword.CardAdapterIndex property added. Identifies what item in TNetwork.Adapters is physical network card.
  85.  + TMedia.GamePortIndex property added. Identifies what item in TMedia.Devices is GamePort.
  86.  + TMedia.SoundCardIndex property added. Identifies what item in TMedia.Devices is physical sound card.
  87.  - TDisplay.Accelerators property removed (it seems to be never used).
  88.  - TCPU.BusSpeed property removed (this value was only estimated and in many causes was wrong).
  89.  - TDisk.Model property removed (never used).
  90.  
  91. Version 5.2 (03/16/2001)
  92.  + Added component and property editor
  93.  + Added Microsoft DAO detection
  94.  + Added process enumeration
  95.  + Added NT product type identification
  96.  + Added Control Panel applet based on this component
  97.  * Report format changed
  98.  * CPU Cache detection reimplemented
  99.  
  100. Version 5.1
  101.  + Enhanced CPU name recognition
  102.  + Fixed bugs in device detection
  103.  
  104. Version 5.0
  105.  + Reimplemented and rearranged CPU detection
  106.  + Added device class recognition
  107.  + Fixed bugs in device detection
  108.  + Demo application rearranged
  109.  * Source split to more files
  110.  
  111. Version 4.5
  112.  + Reimplemented device detection. Now all installed devices are detected
  113.  - TDevices published properties removed except Printers (renamed)
  114.  + New TDevices public property DeviceCount and Devices[Index] added
  115.  + Delphi 3 compatibility forced
  116.  
  117. Version 4.4
  118.  + Reimplemented CPU features detection
  119.  + Added new CPU features detection (3D Now!, SIMD...)
  120.  * All TCPUFeatures properties renamed
  121.  + Added TCPU properties VendorID_Raw and Vendor_Raw
  122.  
  123. Version 4.3
  124.  + Added additional device detection (Infrared, Image, Tape...) 
  125.  + Fixed some user reported bugs
  126.  
  127. Previous releases were not documented.
  128.