- Add global & opt dir in global vars,
- Add XDG_DATA_DIRS, HISTSIZE, HISTFILESIZE & _JAVA_OPTIONS variables,
- Base library:
- Add DUMP flag to cmd_exec() & sh_exec(),
- Add "-o errexit -o pipefail -o nounset -O extglob" for bash call in sh_exec(),
- Prefix program name in cmd_exec() & sh_exec() verbose log,
- ISL:
- Rename -d/--Dump option to -H/--html-dump,
- Add RX3_LIB_DIR env variable support,
- Fix variable quoting bug,
- URPMI-Setup:
- Add Dump option by using the new DUMP flag,
- Add RX3_LIB_DIR env variable support,
- Fix a bug in media naming loop.
50 lines
2.1 KiB
Plaintext
50 lines
2.1 KiB
Plaintext
------------------------------------------------------------------------------------------------------------------------------------
|
|
Rx3-Base V 1.1.1 - A. GIBERT - 2026/04/10
|
|
------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
- Rx3 Profile:
|
|
- Add global & opt dir in global vars,
|
|
- Add XDG_DATA_DIRS, HISTSIZE, HISTFILESIZE & _JAVA_OPTIONS variables,
|
|
- Base library:
|
|
- Add DUMP flag to cmd_exec() & sh_exec(),
|
|
- Add "-o errexit -o pipefail -o nounset -O extglob" for bash call in sh_exec(),
|
|
- Prefix program name in cmd_exec() & sh_exec() verbose log,
|
|
- ISL:
|
|
- Rename -d/--Dump option to -H/--html-dump,
|
|
- Add RX3_LIB_DIR env variable support,
|
|
- Fix variable quoting bug,
|
|
- URPMI-Setup:
|
|
- Add Dump option by using the new DUMP flag,
|
|
- Add RX3_LIB_DIR env variable support,
|
|
- Fix a bug in media naming loop.
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------
|
|
Rx3-Base V 1.1.0 - A. GIBERT - 2026/04/09
|
|
------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
- 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 sh_exec function,
|
|
- Improve cmd_exec function,
|
|
- Add GPL headers,
|
|
- ISL:
|
|
- Move ISL functions to isl command,
|
|
- Add bash completion,
|
|
- Use cmd_exec() & sh_exec(),
|
|
- URPMI-Setup:
|
|
- Add urpmi-setup command,
|
|
- Use Sh_Exec().
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------
|
|
Rx3-Base V 1.0.0 - A. GIBERT - 2026/03/17
|
|
------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
- Initial release: bash profile config & default library included.
|