5.0.11 -> 5.1.4
Full changelog available here
Details
Details
- Reviewers
- None
- Group Reviewers
Triage Team
- Run several bash scripts
- Test new SRANDOM variable
Diff Detail
Diff Detail
- Repository
- R420 bash
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Just out of curiosity, why are there always multiple patches back-ported from upstream every time bash is updated. Wouldn't it be enough to just use the releases?
Sorry if this is a stupid question, was just wandering as we don't really do so with any other packages unless there are very critical bugs that need fixed.
Comment Actions
@Jacalz, that's because how bugfix releases of bash and readline work. They don't make self-contained tarballs for minor releases - they release patchsets that need to be applied on top of major release tarball.