tbox v1.5.2 Release Notes

Release Date: 2016-06-25 // almost 8 years ago
  • 🆕 New features

    • ➕ Add smallest configure option
    • ➕ Add process operation interfaces

    🔄 Changes

    • 👌 Improve envirnoment interfaces
    • 👍 Modify xmake.lua for supporting xmake v2.x

    🐛 Bugs fixed

    • 🛠 Fix ltimer bug
    • 🛠 Fix asio memory leaks bug
    • 🛠 Fix asio httpd response bug on linux
    • 🛠 Fix path bug for windows

    新特性

    • 增加smallest参数配置选项,实现一键配置最小化编译,禁用所有扩展模块和依赖库
    • 增加进程创建和控制接口

    改进

    • 增强环境变量设置接口
    • 修改xmake.lua支持最新版xmake v2.x, 简化编译配置

    🐛 Bugs修复

    • 修复ltimer定时器不准问题
    • 修复asio部分内存泄露问题
    • 🐧 修复asio/httpd在linux下keepalive模式,响应很慢问题
    • 🏁 修复windows下路径处理的一些bug