Files
rx3-base/ReleaseNotes.txt
Arnaud G. GIBERT cc7eda3588 - Base library:
- Rename default.bash to base.bash,
    - Normalise some function names: version_print(), help_print(), str_quote(), str_escape(), echo_line(), echo_error() & cmd_exec()
    - Normalise some global variables: VERBOSE & DRY_RUN,
    - Add default options: errexit, pipefail & nounset,
    - Add GPL headers,
- ISL:
    - Move ISL functions to isl command,
    - Add bash completion,
- URPMI-Setup:
    - Add urpmi-setup command.
2026-04-06 17:56:11 +02:00

24 lines
1.1 KiB
Plaintext

------------------------------------------------------------------------------------------------------------------------------------
Rx3-Base V 1.1.0 - A. GIBERT - 2026/04/06
------------------------------------------------------------------------------------------------------------------------------------
- Base library:
- Rename default.bash to base.bash,
- Normalise some function names: version_print(), help_print(), str_quote(), str_escape(), echo_line(), echo_error() & cmd_exec()
- Normalise some global variables: VERBOSE & DRY_RUN,
- Add default options: errexit, pipefail & nounset,
- Add GPL headers,
- ISL:
- Move ISL functions to isl command,
- Add bash completion,
- URPMI-Setup:
- Add urpmi-setup command.
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Base V 1.0.0 - A. GIBERT - 2026/03/17
------------------------------------------------------------------------------------------------------------------------------------
- Initial release: bash profile config & default library included.