> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/handbook/changelog.md).

# 编辑日志

* 2026.7.20 同步第 23 章 ZFS 至 <https://github.com/freebsd/freebsd-doc/commit/f8d86635bc2f2d2706a1f084c0bbc260468e489f>（H2 从 8 节扩展到 10 节，新增 ZFS 原生加密、引导环境等章节；重写 Tuning；删除 ZFS on i386；新增 RAID-Z 扩展、dRAID、特殊分配类、热备与 zfsd、TRIM、池检查点、块克隆、书签、快照持有、可恢复传输、纠错接收、项目配额、重写已有数据、NFSv4 ACL、ARC 大小与监控、同步写入 ZIL 与 SLOG、直接 I/O、recordsize 与 volblocksize、导入 GELI 加密池等小节）
* 2026.7.16 同步第 17 章 jail 至 <https://github.com/freebsd/freebsd-doc/commit/56ba04a704e911e7f8f87be271f31f1dedc8f793>（H2 从 9 节扩展到 16 节，新增 VNET jail、Linux jail、NAT 和端口转发、服务 jail、从 jail 内部管理、更多 jail 选项、jail 与 ZFS 等章节）
* 2026.6.29 同步最新
* 2026.6.2 第 32-34 章校对完成
* 2026.6.2 第 17-25 章校对完成
* 2026.5.26 进行更新
* 2025.12.1 仅更新 handbook/cutting-edge 到 <https://cgit.freebsd.org/doc/commit/?id=099e57c42a>
* 2025.8.15 同步至 <https://github.com/freebsd/freebsd-doc/commit/f6d5b57b005213d676aa958f48ea1315ee682aff>
* 2025.5.2 机器翻译至 <https://github.com/freebsd/freebsd-doc/commit/8f28a757b13aa8d1db6528453b4bd9df776271e9>
* 2024.9.28
  * 2.1 校对完成
  * 2.2 校对完成
  * 2.3 校对完成
  * 2.4 校对完成
  * 2.5 校对完成
  * 2.6 校对完成
  * 2.7 校对完成
  * 2.8 校对完成
  * 2.9 校对完成
  * 2.10 校对完成
* 2024.9.27
  * 1.1 校对完成
  * 1.2 校对完成
  * 1.3 校对完成


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/handbook/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
