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

# FreeBSD 15.1-RELEASE 发布计划

## 引言

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

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

## 计划

| 操作               | 预期               | 实际              | 描述                                                |
| ---------------- | ---------------- | --------------- | ------------------------------------------------- |
| 初始发布计划公告         | -                | 2026 年 1 月 15 日 | 发布工程师向开发者发送包含大致计划的公告邮件。                           |
| 发布计划提醒           | 2026 年 4 月 3 日   | 2026 年 4 月 3 日  | 发布工程师向开发者发送更新计划的提醒公告邮件。                           |
| 代码冻结开始           | 2026 年 4 月 17 日  | 2026 年 4 月 17 日 | 发布工程师宣布此后对 `stable/15` 分支的所有提交不再需要明确批准，但应避免引入新功能。 |
| `releng/15.1` 分支 | 2026 年 5 月 1 日   | 2026 年 5 月 1 日  | 创建 `releng/15.1` 分支；后续发布工程在该分支上进行。                |
| BETA1 构建开始       | 2026 年 5 月 1 日   | 2026 年 5 月 1 日  | 第一个 beta 测试快照。                                    |
| BETA2 构建开始       | 2026 年 5 月 8 日   | 2026 年 5 月 8 日  | 第二个 beta 测试快照。                                    |
| BETA3 构建开始       | 2026 年 5 月 15 日  | 2026 年 5 月 15 日 | 第三个 beta 测试快照。                                    |
| RC1 构建开始         | 2026 年 5 月 22 日  | 2026 年 5 月 22 日 | 第一个发布候选。                                          |
| RC2 构建开始         | 2026 年 5 月 29 日  | 2026 年 5 月 30 日 | 第二个发布候选。                                          |
| RC3 构建开始         | 2026 年 6 月 5 日   | 2026 年 6 月 6 日  | 第三个发布候选。                                          |
| RELEASE 构建开始     | 2026 年 6 月 12 日  | 2026 年 6 月 12 日 | 15.1-RELEASE 构建开始。                                |
| RELEASE 公告       | 2026 年 6 月 16 日  | 2026 年 6 月 16 日 | 15.1-RELEASE 新闻稿。                                 |
| 15.0 EoL         | 2026 年 9 月 30 日  | -               | 15.0-RELEASE 不再受支持。                               |
| 15.1 EoL         | 2027 年 3 月 31 日  | -               | 15.1-RELEASE 不再受支持。                               |
| `stable/15` EoL  | 2029 年 12 月 31 日 | -               | `stable/15` 不再受支持。                                |

`*` 表示“按需”执行的项目。

## 补充信息

* [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-15.1-release/15.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.
