Skip to content

Commit

Permalink
release v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Jul 28, 2022
1 parent 40e0fd9 commit c0b8d0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Project website: https://github.com/mviereck/x11docker

## [Unreleased]
## [7.4.0](https://github.com/mviereck/x11docker/releases/tag/v7.4.0) - 2022-07-28
### Added
- `--xauth [=yes|trusted|untrusted|no]`: New option to configure X cookie.
- `--printcheck`: New option to show X server dependency check messages.
Expand Down
14 changes: 5 additions & 9 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
x11docker ToDo notes

## Work in progress
- SECURITY BUG: --hostdisplay --xoverip --network. Error out if xhost has openings, offer --disable-xhost
- --runtime=sysbox --gpu=virgl fails.

- --cleanup: remove internal networks
- kata: add new runtime for nerdctl io.containerd.kata.v2
- try podman --rootfs

- --kwin in weston segfaults
- --xc --xorg: MIT-SHM fails
- --xc --xorg rootless fails
- --xc --kwin on console: tty switch fails with unprivileged user

- --runtime=sysbox --gpu=virgl fails.


- --build=nvidia?
- x11docker/nvidia-base: use tags with version number?

- --clipboard: improve Wayland clipboard
- --clipboard: improve Wayland clipboard support

- centralize argument checks
- change global "no" to ""
Expand All @@ -38,7 +37,6 @@ x11docker ToDo notes
- clean /tmp
- how to disable old binds? issue e.g. with/without --home, --share

- kata: add new runtime for nerdctl io.containerd.kata.v2

## Issues to fix
- --build: download files for COPY/ADD (x11docker/check, x11docker/xserver)
Expand All @@ -62,7 +60,6 @@ x11docker ToDo notes
- `--kwin-xwayland`: broken? Xwayland says: "missing wl_shell protocol". Deprecated yet.
- docker-for-win: DOS newline mess in `error()` #219.
- docker-for-win: Double entries in log.
- `--install`/`--update`: first install shows entire `CHANGELOG.md`. Should only show most recent release notes.

## Nice to fix
- `--init=systemd`: check systemd warnings on x11docker services
Expand Down Expand Up @@ -91,7 +88,6 @@ x11docker ToDo notes

## Improvements
- `--cleanup`: avoid hardcoded pathes
- dependency wiki: Cygwin packages
- `x11docker/check`: palinopsia: check video RAM size with `glxinfo`, adjust requested RAM size.
- further checks of `/etc/pam.d`
- further checks of multimonitor behaviour
Expand Down
2 changes: 1 addition & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Run 'x11docker --help' or scroll down to read usage information.
# More documentation at: https://github.com/mviereck/x11docker

Version="7.4.0-beta-12"
Version="7.4.0"

# --enforce-i: Enforce running in interactive mode to allow commands tty and weston-launch in special setups. (deprecated)
grep -q -- "--enforce-i" <<< "$*" && case $- in
Expand Down

0 comments on commit c0b8d0f

Please sign in to comment.