Skip to content

Commit

Permalink
Release v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Oct 22, 2018
1 parent d291726 commit d8fb8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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]
## [5.3.1](https://github.com/mviereck/x11docker/releases/tag/v5.3.1) - 2018-10-22
### Fixed
- `--hostdisplay`: Fixed `XAUTHORITY` issue if running over `ssh -X`.
[(#81)](https://github.com/mviereck/x11docker/issues/81)
Expand Down
4 changes: 2 additions & 2 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Type 'x11docker --help' or scroll down to read usage information.
# More documentation at: https://github.com/mviereck/x11docker

Version="5.3.1-beta"
Version="5.3.1"

usage() { # --help: show usage information
echo "
Expand Down Expand Up @@ -5881,7 +5881,7 @@ setup_fifo() { # set up fifo channels (also option --stdin)
}

#### main
declare_variables() { # declare variables
declare_variables() { # declare global variables
export IFS=$' \n\t' # set IFS to default

export PATH="$PATH:/usr/games:/usr/local/bin" # can miss for root, but might be needed for --exe and --xfishtank
Expand Down

0 comments on commit d8fb8b9

Please sign in to comment.