Skip to content

7.4.10

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 13:18

Full Changelog: v7.4.9...v7.4.10

  • fix(linbo-torrent): don't kill the tmux session stop was invoked from (#166, 8dca29b).
  • fix(update-linbofs): reproduce firmware symlinks instead of flattening them,
    fixing missing WLAN firmware (e.g. Intel iwlwifi) at LINBO boot (#164, 55d0365).
  • fix(linbo_partition): convert_size() fails cleanly on missing leading digit (1eff1f2).
  • fix(shell_functions): validip()/validhostname() used a bashism ("&>") that made them
    validate any input as valid under dash; fixed to POSIX "> /dev/null 2>&1" (bd24dce).