无法找到 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
Unable to find release notes for 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
回答by BobbyShaftoe
回答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

