Skip to content

Commit

Permalink
Deprecated: --xtest, --no-xtest, --trusted, --untrusted.
Browse files Browse the repository at this point in the history
Fixed: #79: export DOCKER_* variables in dockerrc.
  • Loading branch information
mviereck committed Oct 8, 2018
1 parent b995857 commit 7cc9e6e
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 202 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ Project website: https://github.com/mviereck/x11docker
If not specified: defaults to Xvfb, fallback to Xdummy.
### Deprecated
- `--starter`: Use `--launcher` instead.
- `--trusted`: Use `--clipboard` instead.
- `--untrusted`: No replacement.
- `--xtest`: No replacement.
- `--no-xtest`: No replacement.
### Fixed
- `--weston*`, `--kwin*`: Did not terminate due to DBus issue.
- `--xdummy`, `--xvfb`: avoid X message boxes if there is no host X.
Affects error messages and `docker pull`.
[(#77)](https://github.com/mviereck/x11docker/issues/77)
- `--pw`: regression fix, did not prompt for password in terminal window.
- `/etc/pam.d/su`: allow additional default configs.
- Export environment variables `DOCKER_*` in dockerrc if some exist.
[(#79)](https://github.com/mviereck/x11docker/issues/79)

## [5.2.0](https://github.com/mviereck/x11docker/releases/tag/v5.2.0) - 2018-09-17
### Added
Expand Down
Loading

0 comments on commit 7cc9e6e

Please sign in to comment.