Skip to content

Commit

Permalink
v5.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Feb 8, 2019
1 parent 9f1b208 commit c89ff56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [5.4.1](https://github.com/mviereck/x11docker/releases/tag/v5.4.1) - 2018-11-17
### Fixed
- `--update`: Remove debug output of `set -x`.

## [5.4.0](https://github.com/mviereck/x11docker/releases/tag/v5.4.0) - 2018-11-17
### Added
- `--pull [=ask|yes|no|always]`: New option to allow/deny `docker pull`.
Expand Down
4 changes: 1 addition & 3 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.4.0"
Version="5.4.1"

usage() { # --help: show usage information
echo "
Expand Down Expand Up @@ -1209,14 +1209,12 @@ installer() { # --install, --update, --update-master, --remove
}
;;
esac
set -x
case ${1:-} in
--update|--update-master)
note "Excerpt of x11docker changelog:
$(sed -n '/'$Key1'/,/'$Key2'/p' /usr/share/doc/x11docker/CHANGELOG.md | head -n-1)"
;;
esac
set +x
note "Ready."
}
cleanup() { # --cleanup : check for non-removed containers and left cache files
Expand Down

0 comments on commit c89ff56

Please sign in to comment.