Skip to content

Commit

Permalink
Update to ThinLinc 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samhed committed Dec 19, 2019
1 parent e25ba59 commit 7f2beb0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [1.4] - 2019-12-19

### Changed

- Updated to ThinLinc 4.11.0

## [1.3] - 2019-08-27

### Changed
Expand Down Expand Up @@ -36,7 +42,8 @@ First release.

- An Ansible role to install the ThinLinc server software.

[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.3...HEAD
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...HEAD
[1.4]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.3...v1.4
[1.3]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.2...v1.3
[1.2]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.1...v1.2
[1.1]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.0...v1.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
requirement for installing and using ThinLinc.
```yaml
thinlinc_version: "4.10.1"
thinlinc_build: "6197"
thinlinc_server_bundle_file: "tl-4.10.1-server.zip"
thinlinc_version: "4.11.0"
thinlinc_build: "6323"
thinlinc_server_bundle_file: "tl-4.11.0-server.zip"
```
ThinLinc version, build number and server bundle names.
Expand Down
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

thinlinc_accept_eula: "no"

thinlinc_version: "4.10.1"
thinlinc_build: "6197"
thinlinc_server_bundle: "tl-4.10.1-server.zip"
thinlinc_version: "4.11.0"
thinlinc_build: "6323"
thinlinc_server_bundle: "tl-4.11.0-server.zip"

thinlinc_autoinstall_dependencies: "yes"

Expand Down

0 comments on commit 7f2beb0

Please sign in to comment.