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

# FreeBSD 8.1-RELEASE 发布计划

## 引言

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

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

## 计划

| 行动            | 预期              | 实际              | 描述                                                        |
| ------------- | --------------- | --------------- | --------------------------------------------------------- |
| 初始发布计划公告      | -               | 2010 年 4 月 1 日  | 发布工程师向开发者发送包含大致时间表的公告邮件。                                  |
| 发布计划提醒        | -               | 每周              | 发布工程师向开发者发送包含更新时间表的提醒公告邮件。                                |
| 代码冻结开始        | 2010 年 5 月 24 日 | 2010 年 5 月 25 日 | 发布工程师宣布对 stable/8 分支的后续提交需要明确批准。对于狭窄的开发领域、文档改进等将给予某些通用批准。 |
| BETA1         | 2010 年 5 月 28 日 | 2010 年 5 月 27 日 | 第一个 beta 测试快照。                                            |
| releng/8.1 分支 | 2010 年 6 月 10 日 | 2010 年 6 月 14 日 | 创建 Subversion 分支，传播至 CVS；后续的发布工程在此分支上进行。                  |
| RC1           | 2010 年 6 月 11 日 | 2010 年 6 月 14 日 | 第一个发布候选版本。                                                |
| RC2           | 2010 年 6 月 25 日 | 2010 年 6 月 26 日 | 第二个发布候选版本。                                                |
| RELEASE 构建    | 2010 年 7 月 9 日  | 2010 年 7 月 17 日 | 8.1-RELEASE 构建。                                           |
| RELEASE 公告    | TBD             | 2010 年 7 月 23 日 | 8.1-RELEASE 新闻稿。                                          |
| 移交安全团队        | TBD             | 2010 年 7 月 30 日 | RELENG\_8\_1 分支在公告后一至两周内移交给 FreeBSD 安全官团队。                |

## 内部状态 / TODO

<http://wiki.freebsd.org/Releng/8.1TODO>

## 附加信息

* [FreeBSD 8.1 release engineering wiki page](http://wiki.freebsd.org/Releng/8.1TODO/)，包括待办列表、计划信息、二进制兼容性信息等。
* [FreeBSD Release Engineering website](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-8.1-release/8.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.
