diff options
| -rw-r--r-- | _coverpage.md | 2 | ||||
| -rw-r--r-- | about/changelog.md | 9 | ||||
| -rw-r--r-- | zh-cn/_coverpage.md | 2 | ||||
| -rw-r--r-- | zh-cn/about/changelog.md | 7 |
4 files changed, 15 insertions, 5 deletions
diff --git a/_coverpage.md b/_coverpage.md index 4daef9c6..3ac8842c 100644 --- a/_coverpage.md +++ b/_coverpage.md @@ -1,6 +1,6 @@ <img src="/assets/img/logo.svg" width="16%" /> -# xmake <small>2.2.7</small> +# xmake <small>2.2.8</small> > A cross-platform build utility based on Lua diff --git a/about/changelog.md b/about/changelog.md index 11468d57..958604c6 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -1,11 +1,11 @@ -## v2.2.8 (unreleased) +## v2.2.8 ### New features * Add protobuf c/c++ rules * [#468](https://github.com/xmake-io/xmake/pull/468): Add utf-8 support for io module on windows -* [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake201x` plugin to support call xmake from vs/msbuild +* [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake` plugin to support call xmake from vs/msbuild * [#487](https://github.com/xmake-io/xmake/issues/487): Support to build the selected files for the given target * Add filelock for io * [#513](https://github.com/xmake-io/xmake/issues/513): Support for android/termux @@ -17,6 +17,11 @@ * [#257](https://github.com/xmake-io/xmake/issues/257): Lock the whole project to avoid other process to access. * Attempt to enable /dev/shm for the os.tmpdir * [#542](https://github.com/xmake-io/xmake/pull/542): Improve vs unicode output for link/cl +* Improve binary bitcode lua scripts in the program directory + +### Bugs fixed + +* [#549](https://github.com/xmake-io/xmake/issues/549): Fix error caused by the new vsDevCmd.bat of vs2019 ## v2.2.7 diff --git a/zh-cn/_coverpage.md b/zh-cn/_coverpage.md index 3679b797..539f6455 100644 --- a/zh-cn/_coverpage.md +++ b/zh-cn/_coverpage.md @@ -1,6 +1,6 @@ <img src="/assets/img/logo.svg" width="16%" /> -# xmake <small>2.2.7</small> +# xmake <small>2.2.8</small> > 一个基于Lua的轻量级跨平台自动构建工具 diff --git a/zh-cn/about/changelog.md b/zh-cn/about/changelog.md index 74a6a51e..96926fc5 100644 --- a/zh-cn/about/changelog.md +++ b/zh-cn/about/changelog.md @@ -1,5 +1,5 @@ -## v2.2.8 (未发布) +## v2.2.8 ### 新特性 @@ -17,6 +17,11 @@ * [#257](https://github.com/xmake-io/xmake/issues/257): 锁定当前正在构建的工程,避免其他xmake进程同时对其操作 * 尝试采用/dev/shm作为os.tmpdir去改善构建过程中临时文件的读写效率 * [#542](https://github.com/xmake-io/xmake/pull/542): 改进vs系列工具链的unicode输出问题 +* 对于安装的lua脚本,启用lua字节码存储,减少安装包大小(<2.4M),提高运行加载效率。 + +### Bugs修复 + +* [#549](https://github.com/xmake-io/xmake/issues/549): 修复新版vs2019下检测环境会卡死的问题 ## v2.2.7 |
