可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐。
4.93.00 April 26 2016 Important notes (changes that may break existing code) ====================================================== * Updated transport stream format to include support for streaming cardinal values. * Updated XML streamformats to use camelcase and fixed bugs. * Removed DeleteOldLog and DeleteOldAudit properties from file log manager. New stuff ========= - Added FileOptions to TkbmMWLocalFileLogManager. (mwlfoDeleteOldLog,mwlfoDeleteOldAudit,mwlfoBackup, mwlfoTimestampBackup,mblfoBackupIfEmpty) - Added support for multiple timestamped backups of file based logs. - Added MaxLogFileAge and MaxAuditFileAge to file log manager. Set to provoke a file change after a specific duration. Change happens at next log event. - Added BackupPath and BackupExt to file log manager. - Added Passed functions to TkbmMWDateTime. Returns true if a specific time has passed. - Added Lock property to TkbmMWCustomThread. - Added Lock property to TkbmMWCustomMessageProcessor. - Added support for RAD Studio 10.1 Berlin. Changes/minor additions ======================= - Improved Remote Desktop switch user support. - Updated transport stream format to include support for streaming cardinal values. - Updated XML streamformats to use camelcase and fixed bugs. - Removed DeleteOldLog and DeleteOldAudit properties from file log manager. - Changed kbmMWString2Var to convert cardinals correctly. Fixes ===== - Fixed server transport shutdown issue on regular (non WIB) transport due to TerminateYarn bug in Indy 10. - Fixed issues in TkbmMWCustomThread. - Fixed leak and bug in LZ4 compression.