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

# FreeBSD 14.3-RELEASE 发布计划

## 引言

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

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

## 日程表

| 操作                | 预期               | 实际              | 描述                                            |
| ----------------- | ---------------- | --------------- | --------------------------------------------- |
| 初始发布日程公告          | -                | 2025 年 1 月 15 日 | 发行工程师向开发者发送包含粗略日程的公告邮件。                       |
| 发布日程提醒            | 2025 年 4 月 4 日   | 2025 年 4 月 4 日  | 发行工程师向开发者发送包含更新日程的提醒公告邮件。                     |
| 代码冻结开始            | 2025 年 4 月 18 日  | 2025 年 4 月 18 日 | 发行工程师宣布向 stable/14 分支的进一步提交不再需要明确批准，但应避免新增功能。 |
| 创建 releng/14.3 分支 | 2025 年 5 月 2 日   | 2025 年 5 月 2 日  | 创建 releng/14.3 分支；后续发行工程在此分支上进行。              |
| BETA1 构建开始        | 2025 年 5 月 2 日   | 2025 年 5 月 2 日  | 第一个 beta 测试快照。                                |
| BETA2 构建开始        | 2025 年 5 月 9 日   | 2025 年 5 月 9 日  | 第二个 beta 测试快照。                                |
| BETA3 构建开始        | 2025 年 5 月 16 日  | 2025 年 5 月 16 日 | 第三个 beta 测试快照。                                |
| BETA4 构建开始        | 2025 年 5 月 23 日  | 2025 年 5 月 23 日 | 第四个 beta 测试快照。                                |
| RC1 构建开始          | 2025 年 5 月 30 日  | 2025 年 5 月 30 日 | 第一个发行候选版本。                                    |
| RELEASE 构建开始      | 2025 年 6 月 6 日   | 2025 年 6 月 6 日  | 14.3-RELEASE 构建开始。                            |
| RELEASE 公告        | 2025 年 6 月 10 日  | 2025 年 6 月 10 日 | 14.3-RELEASE 新闻稿。                             |
| 14.2 EoL          | 2025 年 9 月 30 日  | -               | 14.2-RELEASE 不再受支持。                           |
| 14.3 EoL          | 2026 年 6 月 30 日  | -               | 14.3-RELEASE 不再受支持。                           |
| stable/14 EoL     | 2028 年 11 月 30 日 | -               | stable/14 不再受支持。                              |

## 附加信息

* [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.3-release/14.3-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.
