Skip to content

Commit 7f2beb0

Browse files
committed
Update to ThinLinc 4.11.0
1 parent e25ba59 commit 7f2beb0

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [1.4] - 2019-12-19
11+
12+
### Changed
13+
14+
- Updated to ThinLinc 4.11.0
15+
1016
## [1.3] - 2019-08-27
1117

1218
### Changed
@@ -36,7 +42,8 @@ First release.
3642

3743
- An Ansible role to install the ThinLinc server software.
3844

39-
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.3...HEAD
45+
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...HEAD
46+
[1.4]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.3...v1.4
4047
[1.3]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.2...v1.3
4148
[1.2]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.1...v1.2
4249
[1.1]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.0...v1.1

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.10.1"
40-
thinlinc_build: "6197"
41-
thinlinc_server_bundle_file: "tl-4.10.1-server.zip"
39+
thinlinc_version: "4.11.0"
40+
thinlinc_build: "6323"
41+
thinlinc_server_bundle_file: "tl-4.11.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.10.1"
7-
thinlinc_build: "6197"
8-
thinlinc_server_bundle: "tl-4.10.1-server.zip"
6+
thinlinc_version: "4.11.0"
7+
thinlinc_build: "6323"
8+
thinlinc_server_bundle: "tl-4.11.0-server.zip"
99

1010
thinlinc_autoinstall_dependencies: "yes"
1111

0 commit comments

Comments
 (0)