Skip to content

v7.1.0

Compare
Choose a tag to compare
@mviereck mviereck released this 12 Feb 18:23
· 270 commits to master since this release

7.1.0 - 2022-02-12

Added

  • --backend=proot: Use a rootfs on host with proot instead of a container.
    (#224)
  • --backend=host: Run application from host. Replaces -e, --exe.
  • --ipc [=ARG]: Replaces former --hostipc.

Changed

  • --hostdisplay: Use XlibNoSHM.so from x11docker/xserver if available.
    This avoids the need of --ipc=host.
  • --backend: Do not use fallbacks if backend is not found.

Fixed

  • --init=systemd: support cgroupv2 unified hierarchy.
    (#349)
  • --backend=nerdctl: Some fixes.
  • --backend=host --xoverip: No error without --network.
  • user/group setup fixes.
  • xpra pid check fix.
  • Container startup check fix.
  • Several minor fixes I forgot to note here.

Deprecated

  • -e, --exe: Use --backend=host instead.
  • --hostipc: Use --ipc [=ARG] instead.