Skip to content

Commit 6863c8f

Browse files
committed
Update to ThinLinc 4.12.0
1 parent 7f2beb0 commit 6863c8f

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
### Changed
11+
12+
## [1.5] - 2020-06-29
13+
14+
### Changed
15+
16+
- Updated to ThinLinc 4.12.0
17+
1018
## [1.4] - 2019-12-19
1119

1220
### Changed
@@ -42,7 +50,8 @@ First release.
4250

4351
- An Ansible role to install the ThinLinc server software.
4452

45-
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...HEAD
53+
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.5...HEAD
54+
[1.5]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...v1.5
4655
[1.4]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.3...v1.4
4756
[1.3]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.2...v1.3
4857
[1.2]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.1...v1.2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
3636
requirement for installing and using ThinLinc.
3737
3838
```yaml
39-
thinlinc_version: "4.11.0"
40-
thinlinc_build: "6323"
41-
thinlinc_server_bundle_file: "tl-4.11.0-server.zip"
39+
thinlinc_version: "4.12.0"
40+
thinlinc_build: "6517"
41+
thinlinc_server_bundle_file: "tl-4.12.0-server.zip"
4242
```
4343
4444
ThinLinc version, build number and server bundle names.

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
thinlinc_accept_eula: "no"
55

6-
thinlinc_version: "4.11.0"
7-
thinlinc_build: "6323"
8-
thinlinc_server_bundle: "tl-4.11.0-server.zip"
6+
thinlinc_version: "4.12.0"
7+
thinlinc_build: "6517"
8+
thinlinc_server_bundle: "tl-4.12.0-server.zip"
99

1010
thinlinc_autoinstall_dependencies: "yes"
1111

0 commit comments

Comments
 (0)