home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / WhatsNew.txt < prev   
Encoding:
Text File  |  2002-04-05  |  6.7 KB  |  161 lines

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