Skip to content

flux v1.28

Choose a tag to compare

@itz-me-zappex itz-me-zappex released this 24 May 10:38

Release notes:

  • Added support for group config key inside groups (sections which name begin with @).
  • Now daemon uses lazy-exec-unfocus (if specified) as exec-exit and exec-closure if 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 section on 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.