> 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/release/freebsd-13.1-release/13.1-schedule.md).

# FreeBSD 13.1-RELEASE 发布计划

## 引言

这是 FreeBSD 13.1 的发布计划。关于发布工程过程的更多信息，请参阅网站的 [发布工程](https://www.freebsd.org/releng/) 部分。

关于待发布版本和已知问题的一般讨论，请发送至公共邮件列表 [freebsd-stable@FreeBSD.org](mailto:FreeBSD-stable@FreeBSD.org)。[MFC](https://docs.freebsd.org/en/books/handbook/glossary/#mfc-glossary) 请求不再受理。

## 计划

| 操作               | 预期              | 实际              | 说明                                               |
| ---------------- | --------------- | --------------- | ------------------------------------------------ |
| 初始发布计划公告         | -               | 2022 年 2 月 1 日  | 发布工程师向开发者发送包含大致计划的公告邮件。                          |
| 发布计划提醒           | 2022 年 2 月 12 日 | 2022 年 2 月 12 日 | 发布工程师向开发者发送包含更新计划的提醒公告邮件。                        |
| 代码冻结开始           | 2022 年 2 月 24 日 | 2022 年 2 月 24 日 | 发布工程师宣布对 `stable/13` 分支的所有后续提交不再需要明确批准，但应避免新增功能。 |
| `releng/13.1` 分支 | 2022 年 3 月 10 日 | 2022 年 3 月 10 日 | 创建 `releng/13.1` 分支；后续发布工程在此分支上进行。               |
| BETA1 构建开始       | 2022 年 3 月 10 日 | 2022 年 3 月 10 日 | 第一个 beta 测试快照。                                   |
| BETA2 构建开始       | 2022 年 3 月 17 日 | 2022 年 3 月 17 日 | 第二个 beta 测试快照。                                   |
| BETA3 构建开始       | 2022 年 3 月 24 日 | 2022 年 3 月 24 日 | 第三个 beta 测试快照。                                   |
| RC1 构建开始         | 2022 年 3 月 31 日 | 2022 年 3 月 31 日 | 第一个候选发布版。                                        |
| RC2 构建开始         | 2022 年 4 月 7 日  | 2022 年 4 月 7 日  | 第二个候选发布版。                                        |
| RC3 构建开始         | 2022 年 4 月 14 日 | 2022 年 4 月 14 日 | 第三个候选发布版。                                        |
| RC4 构建开始         | 2022 年 4 月 21 日 | 2022 年 4 月 21 日 | 第四个候选发布版。                                        |
| RC5 构建开始         | 2022 年 4 月 28 日 | 2022 年 4 月 28 日 | 第五个候选发布版。                                        |
| RC6 构建开始         | 2022 年 5 月 5 日  | 2022 年 5 月 5 日  | 第六个候选发布版。                                        |
| RELEASE 构建开始     | 2022 年 5 月 12 日 | 2022 年 5 月 12 日 | 13.1-RELEASE 构建开始。                               |
| RELEASE 公告       | 2022 年 5 月 16 日 | 2022 年 5 月 16 日 | 13.1-RELEASE 新闻稿。                                |
| 移交至安全团队          | -               | 2022 年 6 月 3 日  | `releng/13.1` 分支在公告发布后一至两周内移交给 FreeBSD 安全官团队。    |

`*` 表示“按需”项。

## 附加信息

* [FreeBSD 发布工程网站](https://www.freebsd.org/releng/)


---

# 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/release/freebsd-13.1-release/13.1-schedule.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.
