Skip to content

Commit 720743d

Browse files
committed
v7.1.4 release
1 parent 0d575c1 commit 720743d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

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

9-
## [Unreleased]
9+
## [7.1.4](https://github.com/mviereck/x11docker/releases/tag/v7.1.4) - 2022-03-27
1010
### Added
1111
- `--xc=BACKEND`: Optional argument to choose backend for X container.
1212
### Fixed
@@ -15,7 +15,7 @@ Project website: https://github.com/mviereck/x11docker
1515
- `--scale`: Fix for `--xpra*` (regression).
1616
- `--share`: MS Windows: fix parsing of partition pathes like `/mnt/c`.
1717
[(#424)](https://github.com/mviereck/x11docker/issues/424)
18-
- `--xc`: do not use on console.
18+
- `--xc`: do not use on console (affected `--weston-*`).
1919

2020
## [7.1.3](https://github.com/mviereck/x11docker/releases/tag/v7.1.3) - 2022-03-02
2121
### Fixed

TODO.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ x11docker ToDo notes
2222
- --init except systemd possible?
2323
- clean /tmp
2424
- how to disable old binds? issue e.g. with/without --home, --share
25-
26-
- --tty should not fall back to X (seen with --gpu)
2725

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

x11docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Run 'x11docker --help' or scroll down to read usage information.
1212
# More documentation at: https://github.com/mviereck/x11docker
1313

14-
Version="7.1.4-beta-8"
14+
Version="7.1.4"
1515

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

0 commit comments

Comments
 (0)