-
Notifications
You must be signed in to change notification settings - Fork 744
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update documentation for version 1.2.0
- Loading branch information
Tobias Schneck
committed
Sep 18, 2017
1 parent
8885b58
commit 77c2bfb
Showing
4 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
## Changelog of the Docker headless VNC images | ||
|
||
### Version 1.2.0 | ||
* Use fixed firefox version `45.9.0esr` (#39, #20, #16) | ||
* Use fixed firefox version `45.9.0esr` ([#39](https://github.com/ConSol/docker-headless-vnc-container/issues/39), [#20](https://github.com/ConSol/docker-headless-vnc-container/issues/20), [#16](https://github.com/ConSol/docker-headless-vnc-container/issues/16)) | ||
* fix memory consumption problems in comparison to current firefox 55 | ||
* tested on long term container issues without crashes | ||
* Add en_US.UTF-8 as default locale (#27) | ||
* Add enviroment variable `VNC_VIEW_ONLY=true` for view only VNC connections (#25) | ||
* Add en_US.UTF-8 as default locale ([#27](https://github.com/ConSol/docker-headless-vnc-container/issues/27)) | ||
* Add enviroment variable `VNC_VIEW_ONLY=true` for view only VNC connections ([#25](https://github.com/ConSol/docker-headless-vnc-container/issues/25)) | ||
* Update to tigervnc version `1.8` | ||
* Use a more stable command for ip determination (PR #31, thx to @arnaudveron) | ||
* Support empty `CMD` values in startup script (#32) | ||
* Add chromium flag `--disable-gpu` to work for current chromium (#36) | ||
* Add `TERM=xterm` environment var (#37) | ||
* Use a more stable command for ip determination (PR [#31](https://github.com/ConSol/docker-headless-vnc-container/issues/31), thx to @arnaudveron) | ||
* Support empty `CMD` values in startup script ([#32](https://github.com/ConSol/docker-headless-vnc-container/issues/32)) | ||
* Add chromium flag `--disable-gpu` to work for current chromium ([#36](https://github.com/ConSol/docker-headless-vnc-container/issues/36)) | ||
* Add `TERM=xterm` environment var ([#37](https://github.com/ConSol/docker-headless-vnc-container/issues/37)) | ||
|
||
### Version 1.1.0 | ||
|
||
* Add OpenShift support (#3) | ||
* Support for start container process as non-root in usermode (#7) | ||
* Add OpenShift support ([#3](https://github.com/ConSol/docker-headless-vnc-container/issues/3)) | ||
* Support for start container process as non-root in usermode ([#7](https://github.com/ConSol/docker-headless-vnc-container/issues/7)) | ||
* Add Labels for OpenShift | ||
* Add [IceWM](http://www.icewm.org/) as alternative UI | ||
* Remove Java installation, not needed in this image (#5) | ||
* Refactor build structure (#5) | ||
* Fix chromium/chrome startup (#2): Set chromium as default "chrome" and support `~/.chromium-browser.init` | ||
* Switch from vnc4server to tigervnc (#4) | ||
* Remove not needed Screensaver pacakges (#11) | ||
* Use Firefox 45 as fixed browser as long current firefox crashes (#16) | ||
* Fix issue be starting of reattached containers on `docker start` (#15) | ||
* Remove Java installation, not needed in this image ([#5](https://github.com/ConSol/docker-headless-vnc-container/issues/5)) | ||
* Refactor build structure ([#5](https://github.com/ConSol/docker-headless-vnc-container/issues/5)) | ||
* Fix chromium/chrome startup ([#2](https://github.com/ConSol/docker-headless-vnc-container/issues/2)): Set chromium as default "chrome" and support `~/.chromium-browser.init` | ||
* Switch from vnc4server to tigervnc ([#4](https://github.com/ConSol/docker-headless-vnc-container/issues/4)) | ||
* Remove not needed Screensaver pacakges ([#11](https://github.com/ConSol/docker-headless-vnc-container/issues/11)) | ||
* Use Firefox 45 as fixed browser as long current firefox crashes ([#16](https://github.com/ConSol/docker-headless-vnc-container/issues/16)) | ||
* Fix issue be starting of reattached containers on `docker start` ([#15](https://github.com/ConSol/docker-headless-vnc-container/issues/15)) |