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

# FreeBSD 14.1-RELEASE 发布计划

## 引言

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

关于即将到来的发行和已知问题的一般性讨论，请发送至公开的 [freebsd-stable](mailto:FreeBSD-stable@FreeBSD.org) 邮件列表。

## 日程

| 操作               | 预期              | 实际               | 说明                                                 |
| ---------------- | --------------- | ---------------- | -------------------------------------------------- |
| 初始发布计划公告         | -               | 2023 年 12 月 20 日 | 发行工程师向开发者发送包含大致日程的公告邮件。                            |
| 发布计划提醒           | 2024 年 4 月 8 日  | 2024 年 4 月 8 日   | 发行工程师向开发者发送包含更新日程的提醒公告邮件。                          |
| 代码冻结开始           | 2024 年 4 月 19 日 | 2024 年 4 月 19 日  | 发行工程师宣布此后对 `stable/14` 分支的所有进一步提交不再需要明确批准，但应避免新功能。 |
| `releng/14.1` 分支 | 2024 年 5 月 3 日  | 2024 年 5 月 3 日   | 创建 `releng/14.1` 分支；后续发行工程在此分支上进行。                 |
| BETA1 构建开始       | 2024 年 5 月 3 日  | 2024 年 5 月 3 日   | 第一个 beta 测试快照。                                     |
| BETA2 构建开始       | 2024 年 5 月 10 日 | 2024 年 5 月 10 日  | 第二个 beta 测试快照。                                     |
| BETA3 构建开始       | 2024 年 5 月 17 日 | 2024 年 5 月 17 日  | 第三个 beta 测试快照。                                     |
| RC1 构建开始         | 2024 年 5 月 24 日 | 2024 年 5 月 25 日  | 发行候选。                                              |
| RELEASE 构建开始     | 2024 年 5 月 31 日 | 2024 年 5 月 31 日  | 14.1-RELEASE 构建开始。                                 |
| RELEASE 公告       | 2024 年 6 月 4 日  | 2024 年 6 月 4 日   | 14.1-RELEASE 新闻稿。                                  |
| 移交安全团队           | -               | 2024 年 6 月 11 日  | `releng/14.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-14.1-release/14.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.
