flux v1.28
Release notes:
- Added support for
groupconfig key inside groups (sections which name begin with@). - Now daemon uses
lazy-exec-unfocus(if specified) asexec-exitandexec-closureif neither first nor second of last is specified. - Fixed interpreter errors during handling groups trying to compare line numbers, was caused because auxiliary function returned multiple values per-line instead of break.
- Fixed daemon blames every section because of bad value in case it was inherited from group (there were
L:prefixes without line number). - Fixed daemon says
sectionon groups in messages during parsing and validation. - Fixed daemon able to start if config file contains only groups, but not actual sections with identifiers.
- Fixed daemon says that group does not exist in case its name does not begin with
@. - Minor fixes and improvements.