Skip to content

v7.5.0

Compare
Choose a tag to compare
@mviereck mviereck released this 16 Jan 14:08
· 17 commits to master since this release

7.5.0 - 2023-01-16

Added

  • man page for x11docker. (Run update from 7.4.2 twice to install it.)
    (469)

Fixed

  • --tty failed with --xc. Fix: disable --xc.
    (464)
  • --xonly: run socat unprivileged to make the unix socket accessible.
    (466)
  • --share: Softlink fix for folders in HOME.
    (475)
  • jq support to lessen python dependency.
    (478)
  • Replace getent with custom grep command.
    (477)
  • --install|--update*: Do not depend on backend.
    (470)

Deprecated

  • --backend=proot: Deprecated because likely no one uses it,
    but would need further checks and maintenance.