Issue
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?
Solution
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/
- https://ftp.gnu.org/gnu/bash/bash-5.2-patches/
Answered By - Xn0vv3r Answer Checked By - Katrina (WPSolving Volunteer)