Ver código fonte

update version

ruki 1 ano atrás
pai
commit
ba75c766f7

+ 1 - 1
_coverpage.md

@@ -1,6 +1,6 @@
 <img src="/assets/img/logo.svg" width="16%" />
 
-# xmake <small>2.9.4</small>
+# xmake <small>2.9.5</small>
 
 > A cross-platform build utility based on Lua
 

+ 22 - 0
about/changelog.md

@@ -1,5 +1,27 @@
 # Changelog
 
+## v2.9.5
+
+### New features
+
+* [#5462](https://github.com/xmake-io/xmake/pull/5462): Add `xmake l cli.bisect`
+* [#5488](https://github.com/xmake-io/xmake/pull/5488): Support for using cosmocc to build xmake binary
+* [#5491](https://github.com/xmake-io/xmake/pull/5491): Provide single xmake binary with embeded lua files
+* [#5580](https://github.com/xmake-io/xmake/issues/5580): Add `@builtin/xrepo` to add envs for `xrepo env shell`
+
+### Changes
+
+* [#5507](https://github.com/xmake-io/xmake/issues/5507): Use treeless to improve git.clone
+* [#5536](https://github.com/xmake-io/xmake/pull/5536): Add jar generate in swig mode
+* [#5573](https://github.com/xmake-io/xmake/issues/5573): Improve vsxmake generator performance
+* [#5601](https://github.com/xmake-io/xmake/issues/5601): Improve utils.symbols.export_all rule to filter sourcefile path
+
+### Bugs fixed
+
+* [#4750](https://github.com/xmake-io/xmake/issues/4750): Fix compile_commands generator for `xmake tests`
+* [#5465](https://github.com/xmake-io/xmake/pull/5465): Fix lock package requires
+* [#4760](https://github.com/xmake-io/xmake/issues/4760): Fix distcc client issue
+
 ## v2.9.4
 
 ### New features

+ 21 - 0
mirror/about/changelog.html

@@ -93,6 +93,27 @@
 }
 </style>
     <h1 id="changelog">Changelog</h1>
+<h2 id="v295">v2.9.5</h2>
+<h3 id="newfeatures">New features</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/5462">#5462</a>: Add <code>xmake l cli.bisect</code></li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5488">#5488</a>: Support for using cosmocc to build xmake binary</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5491">#5491</a>: Provide single xmake binary with embeded lua files</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5580">#5580</a>: Add <code>@builtin/xrepo</code> to add envs for <code>xrepo env shell</code></li>
+</ul>
+<h3 id="changes">Changes</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5507">#5507</a>: Use treeless to improve git.clone</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5536">#5536</a>: Add jar generate in swig mode</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5573">#5573</a>: Improve vsxmake generator performance</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5601">#5601</a>: Improve utils.symbols.export_all rule to filter sourcefile path</li>
+</ul>
+<h3 id="bugsfixed">Bugs fixed</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/4750">#4750</a>: Fix compile_commands generator for <code>xmake tests</code></li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5465">#5465</a>: Fix lock package requires</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/4760">#4760</a>: Fix distcc client issue</li>
+</ul>
 <h2 id="v294">v2.9.4</h2>
 <h3 id="newfeatures">New features</h3>
 <ul>

+ 22 - 1
mirror/zh-cn/about/changelog.html

@@ -92,7 +92,28 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v294">v2.9.4</h2>
+    <h2 id="v295">v2.9.5</h2>
+<h3 id="">新特性</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/5462">#5462</a>: 添加 <code>xmake l cli.bisect</code></li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5488">#5488</a>: 支持使用 cosmocc 去构建 xmake 自身二进制</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5491">#5491</a>: 支持提供内嵌 lua 文件的单个 xmake 二进制文件</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5580">#5580</a>: 添加 <code>@builtin/xrepo</code> 辅助模块,为 <code>xrepo env shell</code> 实现快速设置环境变量</li>
+</ul>
+<h3 id="">改进</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5507">#5507</a>: 改进 git clone 下载速度</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5536">#5536</a>: 在 swig 模式中添加 jar 生成支持</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5573">#5573</a>: 改进 vsxmake generator 性能</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5601">#5601</a>: 改进 utils.symbols.export_all 规则去过滤源文件路径</li>
+</ul>
+<h3 id="bugs">Bugs 修复</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/4750">#4750</a>: 修复 compile_commands 生成器,支持 <code>xmake tests</code></li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5465">#5465</a>: 修复 package requires lock</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/4760">#4760</a>: 修复 distcc 分布式编译问题</li>
+</ul>
+<h2 id="v294">v2.9.4</h2>
 <h3 id="">新特性</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/issues/5278">#5278</a>: 添加 <code>build.intermediate_directory</code> 策略去禁用中间目录生成</li>

+ 106 - 106
sitemap.xml

@@ -12,532 +12,532 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2024-09-13T10:30:38+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2024-09-13T10:30:39+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2024-09-13T10:30:39+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/build_policies.html</loc>
-  <lastmod>2024-09-13T10:30:39+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2024-09-13T10:30:39+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2024-09-13T10:30:40+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2024-09-13T10:30:40+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2024-09-13T10:30:40+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2024-09-13T10:30:40+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2024-09-13T10:30:41+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2024-09-13T10:30:41+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2024-09-13T10:30:41+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2024-09-13T10:30:41+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2024-09-13T10:30:42+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2024-09-13T10:30:42+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2024-09-13T10:30:42+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2024-09-13T10:30:42+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2024-09-13T10:30:43+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2024-09-13T10:30:43+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2024-09-13T10:30:43+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2024-09-13T10:30:43+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2024-09-13T10:30:44+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2024-09-13T10:30:44+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2024-09-13T10:30:44+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2024-09-13T10:30:44+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2024-09-13T10:30:45+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2024-09-13T10:30:45+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/build_policies.html</loc>
-  <lastmod>2024-09-13T10:30:45+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2024-09-13T10:30:45+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2024-09-13T10:30:45+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2024-09-13T10:30:46+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2024-09-13T10:30:46+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2024-09-13T10:30:46+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2024-09-13T10:30:46+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2024-09-13T10:30:46+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2024-09-13T10:30:47+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2024-09-13T10:30:47+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2024-09-13T10:30:47+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2024-09-13T10:30:47+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2024-09-13T10:30:48+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2024-09-13T10:30:48+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2024-09-13T10:30:48+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2024-09-13T10:30:48+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2024-09-13T10:30:48+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2024-09-13T10:30:49+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2024-09-13T10:30:49+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2024-09-13T10:30:49+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2024-09-13T10:30:49+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2024-09-13T10:30:49+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-09-13T10:30:50+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-09-13T10:30:50+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/native_modules.html</loc>
-  <lastmod>2024-09-13T10:30:50+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2024-09-13T10:30:50+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2024-09-13T10:30:51+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2024-09-13T10:30:51+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2024-09-13T10:30:51+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2024-09-13T10:30:51+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2024-09-13T10:30:52+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2024-09-13T10:30:52+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2024-09-13T10:30:52+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2024-09-13T10:30:52+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2024-09-13T10:30:52+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2024-09-13T10:30:53+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2024-09-13T10:30:53+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2024-09-13T10:30:53+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2024-09-13T10:30:53+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2024-09-13T10:30:54+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/xpack.html</loc>
-  <lastmod>2024-09-13T10:30:54+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2024-09-13T10:30:54+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2024-09-13T10:30:54+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2024-09-13T10:30:54+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2024-09-13T10:30:55+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2024-09-13T10:30:55+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2024-09-13T10:30:55+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2024-09-13T10:30:55+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2024-09-13T10:30:55+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2024-09-13T10:30:56+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2024-09-13T10:30:56+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-09-13T10:30:56+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/native_modules.html</loc>
-  <lastmod>2024-09-13T10:30:56+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2024-09-13T10:30:57+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2024-09-13T10:30:57+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2024-09-13T10:30:57+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2024-09-13T10:30:57+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2024-09-13T10:30:57+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2024-09-13T10:30:58+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2024-09-13T10:30:58+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2024-09-13T10:30:58+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2024-09-13T10:30:58+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2024-09-13T10:30:59+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2024-09-13T10:30:59+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2024-09-13T10:30:59+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2024-09-13T10:30:59+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2024-09-13T10:31:00+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2024-09-13T10:31:00+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/xpack.html</loc>
-  <lastmod>2024-09-13T10:31:00+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2024-09-13T10:31:00+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2024-09-13T10:31:01+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2024-09-13T10:31:01+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2024-09-13T10:31:01+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2024-09-13T10:31:01+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2024-09-13T10:31:02+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2024-09-13T10:31:02+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2024-09-13T10:31:02+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2024-09-13T10:31:03+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2024-09-13T10:31:03+08:00</lastmod>
+  <lastmod>2024-09-14T09:08:32+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -1,6 +1,6 @@
 <img src="/assets/img/logo.svg" width="16%" />
 
-# xmake <small>2.9.4</small>
+# xmake <small>2.9.5</small>
 
 > 一个基于Lua的轻量级跨平台自动构建工具
 

+ 22 - 0
zh-cn/about/changelog.md

@@ -1,4 +1,26 @@
 
+## v2.9.5
+
+### 新特性
+
+* [#5462](https://github.com/xmake-io/xmake/pull/5462): 添加 `xmake l cli.bisect`
+* [#5488](https://github.com/xmake-io/xmake/pull/5488): 支持使用 cosmocc 去构建 xmake 自身二进制
+* [#5491](https://github.com/xmake-io/xmake/pull/5491): 支持提供内嵌 lua 文件的单个 xmake 二进制文件
+* [#5580](https://github.com/xmake-io/xmake/issues/5580): 添加 `@builtin/xrepo` 辅助模块,为 `xrepo env shell` 实现快速设置环境变量
+
+### 改进
+
+* [#5507](https://github.com/xmake-io/xmake/issues/5507): 改进 git clone 下载速度
+* [#5536](https://github.com/xmake-io/xmake/pull/5536): 在 swig 模式中添加 jar 生成支持
+* [#5573](https://github.com/xmake-io/xmake/issues/5573): 改进 vsxmake generator 性能
+* [#5601](https://github.com/xmake-io/xmake/issues/5601): 改进 utils.symbols.export_all 规则去过滤源文件路径
+
+### Bugs 修复
+
+* [#4750](https://github.com/xmake-io/xmake/issues/4750): 修复 compile_commands 生成器,支持 `xmake tests`
+* [#5465](https://github.com/xmake-io/xmake/pull/5465): 修复 package requires lock
+* [#4760](https://github.com/xmake-io/xmake/issues/4760): 修复 distcc 分布式编译问题
+
 ## v2.9.4
 
 ### 新特性