Skip to content

Commit

Permalink
Update to ThinLinc 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Jun 29, 2020
1 parent 7f2beb0 commit 6863c8f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Changed

## [1.5] - 2020-06-29

### Changed

- Updated to ThinLinc 4.12.0

## [1.4] - 2019-12-19

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

- An Ansible role to install the ThinLinc server software.

[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...HEAD
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.5...HEAD
[1.5]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...v1.5
[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
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.11.0"
thinlinc_build: "6323"
thinlinc_server_bundle_file: "tl-4.11.0-server.zip"
thinlinc_version: "4.12.0"
thinlinc_build: "6517"
thinlinc_server_bundle_file: "tl-4.12.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.11.0"
thinlinc_build: "6323"
thinlinc_server_bundle: "tl-4.11.0-server.zip"
thinlinc_version: "4.12.0"
thinlinc_build: "6517"
thinlinc_server_bundle: "tl-4.12.0-server.zip"

thinlinc_autoinstall_dependencies: "yes"

Expand Down

0 comments on commit 6863c8f

Please sign in to comment.