Skip to content

flux v1.34.1

Choose a tag to compare

@itz-me-zappex itz-me-zappex released this 14 Jan 17:55

Release notes:

  • Fixed unexpected behavior in case $IFS is set as global variable and it is not blank.
  • Fixed daemon removes everything after last = symbol getting broken variable name in case its value contains = and unsets lower case environment variable that does not even exist at init step.
  • Now daemon exits with an error in case missing module(s) found.
  • Now daemon just sets DISPLAY=':0' instead of exporting it in case it is blank.
  • Now daemon adds its modules path to $PATH instead of using variables with paths to every module.