可喜可敬,作者非常勤奋,跟上了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.

KBMMW 4.93.00 发布的更多相关文章

  1. kbmmw 5.05.00 发布

    新年前最后几天,kbmmw 发布了新版本,增加一大波功能.we are happy to announce v5.05.50 of our popular middleware for Delphi ...

  2. KbmMW 4.30.00 发布

    今天早上,KbmMW发布了4.30.00 版,这个版本开始支持XE4 的WIN/WIN64/OSX. 暂时不支持ios开发,同时加强了通过JSON 的对象序列化.还有就是解决了我提交的几个有关 汉字处 ...

  3. KBMMW 4.92.00 发布

    We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...

  4. KBMMW 4.90.00 发布

    kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...

  5. KBMMW 4.84.00 发布

    kbmMW is a portable, highly scalable, high end application server and enterprise architecture integr ...

  6. KBMMW 4.83.00 发布

    新版本又来了,端午节都不让大家过好:) 这次终于支持ios 64了,不用我再手工改了. Components4Developers is a company established in 1999 w ...

  7. KBMMW 4.82.00 发布

    作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to an ...

  8. KBMMW 4.80.00 发布

    一大波更新来了. 4.80.00 March 30 2015 Important notes (changes that may break existing code)        ======= ...

  9. KBMMW 4.70.00 发布

    We are happy to announce the release of kbmMW v. 4.70.00 Professional and Enterprise Edition. kbmMW ...

随机推荐

  1. SQLServer count函数、cross apply和outer apply、

    1.COUNT(column_name) 函数返回指定列的值的数目(NULL 不计入)2.COUNT(*) 函数返回表中的记录数 select *   from TABLE_1 T1 outer ap ...

  2. jsp添加背景音乐

    在<head></head>间假如标签<embed src="文件地址" loop="11" autostar="tru ...

  3. Python3学习之路

    python基础知识点 1.python基础知识点汇总 2.python常用数据类型 3.python之列表 4.python之字符串 5.python常用数据运算符 6.python之字典 7.py ...

  4. Automation Test in Maya Plugin Development

    现状和问题- 开发插件的功能A的时候随手建立场景, 测试插件的功能A. 测试通过后,测试场景就被丢掉.- 发现插件的功能A有bug时, 修改代码, 然后随手建立场景, 测试bug. 测试通过后,测试场 ...

  5. JQuery 上传文件插件 Uploadify1

    基于jquery的文件上传控件,支持ajax无刷新上传,多个文件同时上传,上传进行进度显示,删除已上传文件. <link href="~/Content/themes/uploadif ...

  6. C# webbrowser实现真正意义上的F5刷新

    关于webbrowser的刷新在C#中有提供方便的方法: webbrowser.refresh(); 但是有时候会发现,不给力啊 那怎么办? 还有一招: webBrowser1.Document.Ex ...

  7. Java实现购物车功能:方式一:存放在session中.方式二:存储在数据库中

    //将购物车产品加入到cookie中,方式同浏览记录.Java实现购物车,方式一(简易版):存储在session中.这种方式实现还不严谨,大家看的时候看思路即可.(1). JSP页面中,选择某一款产品 ...

  8. 培训第四天-----jdbc连接oracle

    oracle链接数据库并向tableone插入中一条数据 package com.zjw.db; import java.sql.Connection; import java.sql.DriverM ...

  9. FreeRadius服务器安装以及error while loading shared libraries问题

    服务器安装过程: 1.       Down from www.freeradius.org 我下载的版本是freeradius-server-2.1.8.tar.gz 2.       tar zx ...

  10. Installing Intellij IDEA sublime-text-2 on Ubuntu

    he installation on Linux is traditionally more complicated. I wonder why people complain about the l ...