diff options
| author | ruki <[email protected]> | 2022-11-25 22:52:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-11-25 22:52:59 +0800 |
| commit | ca378b2af611a9851f05b51919b562f2be053f08 (patch) | |
| tree | d7dd6b10214bca72413d35cad193932762722ac2 | |
| parent | 6aea0d82f240f27d500ee16701eb8d253533cf16 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | scripts/rpmbuild/SPECS/xmake.spec | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 280fbc0d6..9958eb190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ * [#3082](https://github.com/xmake-io/xmake/issues/3082): Fix build.ninja generator * [#3092](https://github.com/xmake-io/xmake/issues/3092): Fix xrepo add-repo error handing * [#3013](https://github.com/xmake-io/xmake/issues/3013): Fix and support windows UNC path +* [#2902](https://github.com/xmake-io/xmake/issues/2902): Fix file not access by another process occupied ## v2.7.3 @@ -1468,6 +1469,7 @@ * [#3082](https://github.com/xmake-io/xmake/issues/3082): 修复 build.ninja 生成器 * [#3092](https://github.com/xmake-io/xmake/issues/3092): 修复 xrepo add-repo 添加失败逻辑 * [#3013](https://github.com/xmake-io/xmake/issues/3013): 修复支持 windows UNC 路径 +* [#2902](https://github.com/xmake-io/xmake/issues/2902): 修复文件被其他子进程占用问题 ## v2.7.3 diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec index f2a026373..9ec52c961 100644 --- a/scripts/rpmbuild/SPECS/xmake.spec +++ b/scripts/rpmbuild/SPECS/xmake.spec @@ -1,5 +1,5 @@ %define xmake_revision 6d8887c94b4777fe191f7a4c17a7dc00b10f1670 -%define tbox_revision 22ed6483f2de73f42ab1b5aab77a44673ff94d6a +%define tbox_revision 5b62232dce4302e512a659ecb2403c312e0b9cb7 %define sv_revision 035262773da0500367cb88e6f30197908159a348 %define lua_cjson_revision ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e %define luajit_revision e9af1abec542e6f9851ff2368e7f196b6382a44c |
