Ver código fonte

update version

ruki 1 ano atrás
pai
commit
3154baf626

+ 1 - 1
_coverpage.md

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

+ 21 - 0
about/changelog.md

@@ -1,5 +1,26 @@
 # Changelog
 
+## v2.9.6
+
+### New features
+
+* [#5527](https://github.com/xmake-io/xmake/issues/5527): Add `set_policy("compatibility.version", "3.0")` to preview v3.0 features.
+* [#5649](https://github.com/xmake-io/xmake/pull/5649): Add `package.check_fcsnippets`
+
+### Changes
+
+* [#5631](https://github.com/xmake-io/xmake/pull/5631): Add `as_needed` for `add_linkgroups`
+* [#5702](https://github.com/xmake-io/xmake/issues/5702): Improve hash module
+* [#5688](https://github.com/xmake-io/xmake/pull/5688): Improve hashset module
+* [#5711](https://github.com/xmake-io/xmake/issues/5711): Support to parse include deps for sdcc
+* [#5727](https://github.com/xmake-io/xmake/issues/5727): Improve configs for add_requires
+* [#5762](https://github.com/xmake-io/xmake/pull/5762): Improve bin2c speed
+
+### Bugs fixed
+
+* [#5645](https://github.com/xmake-io/xmake/issues/5645): Fix `xmake watch` for linux
+* [#5686](https://github.com/xmake-io/xmake/pull/5686): Fix module scanning
+
 ## v2.9.5
 
 ### New features

+ 20 - 0
mirror/about/changelog.html

@@ -93,6 +93,26 @@
 }
 </style>
     <h1 id="changelog">Changelog</h1>
+<h2 id="v296">v2.9.6</h2>
+<h3 id="newfeatures">New features</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5527">#5527</a>: Add <code>set_policy("compatibility.version", "3.0")</code> to preview v3.0 features.</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5649">#5649</a>: Add <code>package.check_fcsnippets</code></li>
+</ul>
+<h3 id="changes">Changes</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/5631">#5631</a>: Add <code>as_needed</code> for <code>add_linkgroups</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5702">#5702</a>: Improve hash module</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5688">#5688</a>: Improve hashset module</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5711">#5711</a>: Support to parse include deps for sdcc</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5727">#5727</a>: Improve configs for add_requires</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5762">#5762</a>: Improve bin2c speed</li>
+</ul>
+<h3 id="bugsfixed">Bugs fixed</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5645">#5645</a>: Fix <code>xmake watch</code> for linux</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5686">#5686</a>: Fix module scanning</li>
+</ul>
 <h2 id="v295">v2.9.5</h2>
 <h3 id="newfeatures">New features</h3>
 <ul>

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

@@ -92,7 +92,27 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v295">v2.9.5</h2>
+    <h2 id="v296">v2.9.6</h2>
+<h3 id="">新特性</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5527">#5527</a>: 添加 <code>set_policy("compatibility.version", "3.0")</code> 提前预览体验 3.0 特性</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5649">#5649</a>: 添加 <code>package.check_fcsnippets</code></li>
+</ul>
+<h3 id="">改进</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/5631">#5631</a>: 为 <code>add_linkgroups</code> 添加 <code>as_needed</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5702">#5702</a>: 改进 hash 模块</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5688">#5688</a>: 改进 hashset</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5711">#5711</a>: 为 sdcc 支持解析 include 依赖</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5727">#5727</a>: 为 add_requires 改进 configs 配置</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5762">#5762</a>: 改进 bin2c 速度</li>
+</ul>
+<h3 id="bugs">Bugs 修复</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5645">#5645</a>: 修复 <code>xmake watch</code> 在 linux 无法监听递归文件问题</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5686">#5686</a>: 修复模块扫描</li>
+</ul>
+<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>

+ 106 - 106
sitemap.xml

@@ -12,532 +12,532 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2024-10-29T10:41:14+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2024-10-29T10:41:15+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2024-10-29T10:41:15+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/build_policies.html</loc>
-  <lastmod>2024-10-29T10:41:15+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2024-10-29T10:41:15+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2024-10-29T10:41:16+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2024-10-29T10:41:16+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2024-10-29T10:41:16+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2024-10-29T10:41:16+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2024-10-29T10:41:16+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2024-10-29T10:41:17+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2024-10-29T10:41:17+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2024-10-29T10:41:17+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2024-10-29T10:41:17+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2024-10-29T10:41:18+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2024-10-29T10:41:18+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2024-10-29T10:41:18+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2024-10-29T10:41:18+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2024-10-29T10:41:19+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2024-10-29T10:41:19+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2024-10-29T10:41:19+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2024-10-29T10:41:19+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2024-10-29T10:41:20+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2024-10-29T10:41:20+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2024-10-29T10:41:20+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2024-10-29T10:41:21+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2024-10-29T10:41:21+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/build_policies.html</loc>
-  <lastmod>2024-10-29T10:41:22+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2024-10-29T10:41:22+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2024-10-29T10:41:23+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2024-10-29T10:41:23+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2024-10-29T10:41:23+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2024-10-29T10:41:24+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2024-10-29T10:41:24+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2024-10-29T10:41:24+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2024-10-29T10:41:24+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2024-10-29T10:41:25+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2024-10-29T10:41:26+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2024-10-29T10:41:26+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2024-10-29T10:41:27+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2024-10-29T10:41:27+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2024-10-29T10:41:27+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2024-10-29T10:41:28+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2024-10-29T10:41:28+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2024-10-29T10:41:28+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2024-10-29T10:41:28+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2024-10-29T10:41:29+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2024-10-29T10:41:29+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2024-10-29T10:41:29+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-10-29T10:41:29+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-10-29T10:41:30+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/native_modules.html</loc>
-  <lastmod>2024-10-29T10:41:30+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2024-10-29T10:41:30+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2024-10-29T10:41:30+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2024-10-29T10:41:31+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2024-10-29T10:41:31+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2024-10-29T10:41:31+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2024-10-29T10:41:31+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2024-10-29T10:41:32+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2024-10-29T10:41:32+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2024-10-29T10:41:32+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2024-10-29T10:41:32+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2024-10-29T10:41:33+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2024-10-29T10:41:33+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2024-10-29T10:41:34+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2024-10-29T10:41:34+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2024-10-29T10:41:34+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/xpack.html</loc>
-  <lastmod>2024-10-29T10:41:35+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2024-10-29T10:41:35+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2024-10-29T10:41:35+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2024-10-29T10:41:36+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2024-10-29T10:41:36+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2024-10-29T10:41:37+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2024-10-29T10:41:37+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2024-10-29T10:41:38+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2024-10-29T10:41:38+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2024-10-29T10:41:38+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2024-10-29T10:41:39+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-10-29T10:41:39+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/native_modules.html</loc>
-  <lastmod>2024-10-29T10:41:40+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2024-10-29T10:41:40+08:00</lastmod>
+  <lastmod>2024-10-30T16:13:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2024-10-29T10:41:40+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2024-10-29T10:41:41+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2024-10-29T10:41:41+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2024-10-29T10:41:41+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2024-10-29T10:41:42+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2024-10-29T10:41:42+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2024-10-29T10:41:42+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2024-10-29T10:41:43+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2024-10-29T10:41:43+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2024-10-29T10:41:44+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2024-10-29T10:41:44+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2024-10-29T10:41:45+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2024-10-29T10:41:46+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2024-10-29T10:41:46+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/xpack.html</loc>
-  <lastmod>2024-10-29T10:41:47+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2024-10-29T10:41:47+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2024-10-29T10:41:47+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2024-10-29T10:41:48+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2024-10-29T10:41:48+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2024-10-29T10:41:48+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2024-10-29T10:41:49+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2024-10-29T10:41:49+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2024-10-29T10:41:50+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2024-10-29T10:41:50+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2024-10-29T10:41:50+08:00</lastmod>
+  <lastmod>2024-10-30T16:14:07+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.5</small>
+# xmake <small>2.9.6</small>
 
 > 一个基于Lua的轻量级跨平台自动构建工具
 

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

@@ -1,4 +1,25 @@
 
+## v2.9.6
+
+### 新特性
+
+* [#5527](https://github.com/xmake-io/xmake/issues/5527): 添加 `set_policy("compatibility.version", "3.0")` 提前预览体验 3.0 特性
+* [#5649](https://github.com/xmake-io/xmake/pull/5649): 添加 `package.check_fcsnippets`
+
+### 改进
+
+* [#5631](https://github.com/xmake-io/xmake/pull/5631): 为 `add_linkgroups` 添加 `as_needed`
+* [#5702](https://github.com/xmake-io/xmake/issues/5702): 改进 hash 模块
+* [#5688](https://github.com/xmake-io/xmake/pull/5688): 改进 hashset
+* [#5711](https://github.com/xmake-io/xmake/issues/5711): 为 sdcc 支持解析 include 依赖
+* [#5727](https://github.com/xmake-io/xmake/issues/5727): 为 add_requires 改进 configs 配置
+* [#5762](https://github.com/xmake-io/xmake/pull/5762): 改进 bin2c 速度
+
+### Bugs 修复
+
+* [#5645](https://github.com/xmake-io/xmake/issues/5645): 修复 `xmake watch` 在 linux 无法监听递归文件问题
+* [#5686](https://github.com/xmake-io/xmake/pull/5686): 修复模块扫描
+
 ## v2.9.5
 
 ### 新特性