无法找到 Bash 的发行说明

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/793308/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 20:50:27  来源:igfitidea点击:

Unable to find release notes for Bash

bash

提问by Léo Léopold Hertz ??

I need to find release notes for Bash from 3 to 4. I could not find them neither by google.com/linux nor by default google. I also looked unsuccessfully at gnu.org.

我需要从 3 到 4 找到 Bash 的发行说明。我无法通过 google.com/linux 或默认的 google 找到它们。我在 gnu.org 上也没有成功。

Where are the release notes for Bash?

Bash 的发行说明在哪里?

采纳答案by Xn0vv3r

From Bash websiteyou can download "Bourne again shell (BASH)". Inside the download you can find the release notes.

您可以从Bash 网站下载“Bourne again shell (BASH)”。在下载中,您可以找到发行说明。



EDIT: Or browse the source online, see NEWSfor the summaries, and CHANGESfor details.

编辑:或在线浏览源代码,查看新闻摘要和更改详细信息。

For patch releases, these could be useful:

对于补丁版本,这些可能很有用:

回答by Mark

There are two files distributed with the source: NEWSand CHANGES. CHANGESdocuments everything, while NEWSsummarises new features.

有两个文件随一起分发:NEWSCHANGES. CHANGES记录所有内容,同时NEWS总结新功能。

You can find a summary for BASH 4 here, or check out section B1 of the FAQfor the latest NEWS.

您可以在此处找到 BASH 4 的摘要,或查看常见问题解答的B1 部分以获取最新信息NEWS

回答by eduffy

On my machine (Ubuntu 9.04) it's located at /usr/share/doc/bash/CHANGES.gz

在我的机器(Ubuntu 9.04)上,它位于 /usr/share/doc/bash/CHANGES.gz