Skip to content

Commit

Permalink
release v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Aug 3, 2022
1 parent 86a48fc commit a341401
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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.1](https://github.com/mviereck/x11docker/releases/tag/v7.4.1) - 2022-08-03
### Changed
- `--update`, `--update-master`: New optional argument `diff` to show
the difference between installed and new version without installing it.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -466,6 +466,9 @@ As root you can install, update and remove x11docker in system directories to be
- `x11docker --remove` : remove all files installed by x11docker.
- Note: This does not remove `~/.local/share/x11docker` where it stores persistent files of option `--home`.

To see the difference between current and coming updated version, you can use optional argument `diff` for `--update` and `--update-master`.
Example: `x11docker --update-master=diff` will show you the code changes from your current installation to latest master/beta version without installing it.

#### Installed files
What the installation does (just for information):
- Copies script `x11docker` to `/usr/bin`.
Expand Down
8 changes: 4 additions & 4 deletions TODO.md
Expand Up @@ -2,10 +2,9 @@
x11docker ToDo notes

## Work in progress
- --runtime=sysbox --gpu=virgl fails.
- --runtime=sysbox --gpu=virgl fails. Worked once.

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

- --kwin in weston segfaults
- --xc --xorg: MIT-SHM fails
Expand All @@ -17,10 +16,11 @@ x11docker ToDo notes

- --clipboard: improve Wayland clipboard support

- centralize argument checks
- further centralize argument checks
- change global "no" to ""

- --pulseaudio=host: check possible tcp setup
- --interactive fails now with old systemd versions.
- --interactive fails now with old systemd versions. (wontfix, not important enough)

- --interactive --init=runit|openrc|sysvinit: no job control in shell
- --init=openrc|runit: elogind fails
Expand Down
2 changes: 1 addition & 1 deletion x11docker
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.1-beta-7"
Version="7.4.1"

# --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 a341401

Please sign in to comment.