vote up 1 vote down star

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.

Where are the release notes for Bash?

flag

2  
Don't close this; it is programming related. Trying to find what changes from each version of Java and so forth is related as well as this. – BobbyShaftoe Apr 27 at 12:45

4 Answers

vote up 1 vote down check

At this site you can download "Bourne again shell (BASH)". Inside the download you can find the release notes.


[EDIT]: Or look here for the NEWS

link|flag
Thank you! It would be great if there was a webpage where you can compare Open Source Programs' release notes between different versions. – Masi Apr 27 at 12:48
vote up 1 vote down

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

link|flag
vote up 1 vote down

Here you go:

http://tiswww.case.edu/php/chet/bash/NEWS

link|flag
An answer with the same link as the accepted answer is downvoted? Yeah, the voting system in SO makes a lot of sense! – BobbyShaftoe Apr 27 at 12:49
Hmmm what would you suggest in its place? – Mark Apr 27 at 12:53
@Mark, perhaps requiring comments with downvotes. – BobbyShaftoe Apr 27 at 13:22
vote up 1 vote down

There are two files distributed with the source: NEWS and CHANGES. CHANGES documents everything, while NEWS summarises new features.

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.