> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/2021-0304-freebsd-13.0/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Letter from the Foundation](https://freebsdfoundation.org/wp-content/uploads/2021/05/Letter-From-the-Foundation.pdf)
* 作者：Deb Goodkin

欢迎阅读 13.0 发行版专刊！

和你们一样，我们也激动地看到过去两年的辛勤工作凝聚在这一次发行中。许多由基金会资助的项目成果都在最新发行版中有所体现，包括协助从 SVN 迁移到 Git，与 Moritz Systems 签约更新 FreeBSD 中的 LLDB 以彻底替代 GDB 成为现代调试器，以及资助改进 Linuxulator，包括稳定代码库并降低上手难度。基金会还资助了 ZFS 压缩和其他 OpenZFS 改进工作，以及无线网络和图形方面的改进。

感谢那些慷慨解囊的捐赠者，让基金会得以继续支持 FreeBSD；尤其要感谢每一位辛勤付出、让 13.0 发行取得如此巨大成功的人。

希望大家喜欢这期 FreeBSD 期刊特别专刊，并把它分享给你的朋友和同事！

代表 FreeBSD 基金会，

**Deb Goodkin**

FreeBSD 基金会执行董事


---

# 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://freebsd-journal-cn.bsdcn.org/2021-0304-freebsd-13.0/letter-from-the-foundation.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.
