Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to find release notes for Bash

Tags:

bash

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?

like image 270
Léo Léopold Hertz 준영 Avatar asked Apr 27 '09 12:04

Léo Léopold Hertz 준영


3 Answers

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


EDIT: Or browse the source online, see NEWS for the summaries, and CHANGES for details.

For patch releases, these could be useful:

  • https://ftp.gnu.org/gnu/bash/bash-4.4-patches/
  • https://ftp.gnu.org/gnu/bash/bash-5.0-patches/
  • https://ftp.gnu.org/gnu/bash/bash-5.1-patches/
like image 145
Xn0vv3r Avatar answered Nov 06 '22 12:11

Xn0vv3r


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.

like image 6
Mark Avatar answered Nov 06 '22 11:11

Mark


Here you go:

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

like image 4
BobbyShaftoe Avatar answered Nov 06 '22 12:11

BobbyShaftoe