up vote 2 down vote favorite
share [g+] share [fb]

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?

link|improve this question

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 '09 at 12:45
feedback

4 Answers

up vote 2 down vote accepted

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|improve this answer
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 '09 at 12:48
feedback

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

link|improve this answer
feedback

Here you go:

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

link|improve this answer
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 '09 at 12:49
Hmmm what would you suggest in its place? – Mark Apr 27 '09 at 12:53
@Mark, perhaps requiring comments with downvotes. – BobbyShaftoe Apr 27 '09 at 13:22
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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