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

# FreeBSD 7.3-RELEASE 发布计划

## 引言

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

关于即将发布的版本和已知问题的常规讨论应发送至公开的 [freebsd-stable 邮件列表](mailto:FreeBSD-stable@FreeBSD.org)。[MFC](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#mfc-glossary) 请求应发送至 <re@FreeBSD.org>。

## 计划

| 行动                        | 预期                                 | 实际              | 描述                                                                                                                 |
| ------------------------- | ---------------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------ |
| 发布计划公告                    | -                                  | 2010 年 1 月 23 日 | 发布工程师向 `freebsd-stable@` 发送包含 FreeBSD 7.3 大致时间表的公告邮件。                                                              |
| 代码冻结开始                    | 2010 年 1 月 22 日                    | 2010 年 1 月 23 日 | 此日期后，所有对 RELENG\_7 的提交必须经 `re@FreeBSD.org` 批准。某些活跃的文档提交者对于常规的手册页/发行说明更新不受此规则限制。应向开发者以及 `stable@` 和 `qa@` 列表发送提醒邮件。 |
| `BETA1` 构建                | 2010 年 1 月 25 日                    | 2010 年 1 月 27 日 | 开始 BETA1 构建。                                                                                                       |
| 公告 `doc/` 树 slush         | -                                  | 2010 年 1 月 31 日 | 应向 `doc@` 发送即将进行 `doc/` 树 slush 的通知。                                                                               |
| `doc/` 树 slush            | 2010 年 2 月 5 日                     | 2010 年 2 月 5 日  | 从此时起至 `doc/` 树标记之前，对 `en_US.ISO8859-1/` 子树的非必要提交应推迟，以便翻译团队有时间同步其工作。                                                |
| `doc/` 树标记                | 2010 年 2 月 10 日                    | 2010 年 2 月 10 日 | `doc/` 子树版本号提升。`doc/` 的 `RELEASE_7_3_0` 标签。`doc/` slush 此时结束。                                                      |
| Ports 树功能冻结               | 2010 年 2 月 8 日                     | 2010 年 2 月 15 日 | 冻结期间仅允许对 `ports/` 树进行功能安全的提交。                                                                                      |
| `RELENG_7_3` 分支           | -                                  | 2010 年 2 月 10 日 | 创建新发行版分支。更新相关分支上的 `newvers.sh` 和 `release.ent`。                                                                    |
| `RC1` 构建                  | 2010 年 2 月 8 日                     | 2010 年 2 月 10 日 | 开始 RC1 构建。                                                                                                         |
| `RC2` 构建                  | 2010 年 2 月 22 日                    | 2010 年 3 月 1 日  | 开始 RC2 构建。                                                                                                         |
| `RELENG_7_3_0_RELEASE` 标记 | -                                  | 2010 年 3 月 21 日 | 7.3-RELEASE 的发行标签设置在 RELENG\_7\_3 分支上。                                                                             |
| `RELEASE` 构建              | -                                  | 2010 年 3 月 21 日 | 开始 RELEASE 构建。                                                                                                     |
| 公告                        | ~~2010 年 3 月 1 日~~ 2010 年 3 月 23 日 | 2010 年 3 月 23 日 | 在大多数镜像站点收到文件后发送公告。                                                                                                 |

## 附加信息

* [FreeBSD 7.3 状态页面](http://wiki.FreeBSD.org/Releng/7.3TODO)。
* [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-7.3-release/7.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.
