Admin
注册时间: 02/09/2015 15:53:01
文章: 52
离线
|
Current version:2.4-b3594
Release date: 2016-9-23
Change Log:
limax-2.4-b3594(2016/9/23)
1. Add the client-side caching support to the script system dictionary.sessionStorage could be simply used in HTML5, please reference the demo/chatroom/javascrip/chatroom.js. In the embedded mode (js/java, lua/c++), when creating the script engine handle, the implementation of the client own DictionaryCache interface need be supplied, and the lru is recommended.
2. Add the creation method of each script engine handle which provides the providers list, and overrides the providers list configured in the script definition.
3. Remove the secureip configuration of the Switcher by directly using the virtual machine parameter limax.net.secureIp to set the external network ip in the DNAT environment.
4. Adjust the generation way of the server-side ViewManager.java to avoid a single file exceeding the 64k limitation and causing the javac failure.
5. minor bug fix.
The relative documents have been updated at the same time.
|