The Featureless Linux Library stable version 0.6.14 is released.
The stable version 0.6.14 has only a few minor changes.
The scripts are updated to a new practice.
The clean up changes are usually not mentioned but this one is notable.
The behavior of using echo with a pipe is replaced with using `<<<`.
The grep commands have been made more consistent.
The only regression fix is a fix for an issue introduced during the script changes and is not a regression in a previous release.
Exploit Fixes:
- None.
Security Fixes:
- FLL: Explicitly define IFS to prevent misuse (in scripts).
Features:
- None.
Bug Fixes:
- FLL: The fl_directory_create() is failing on directory exists with path ends in '/'.
Clean Ups:
- FLL: Apply new script practices.
Refactors:
- None.
Regressions:
- FLL: The --prepend command is not working.