File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
3636requirement 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
4444ThinLinc version, build number and server bundle names.
Original file line number Diff line number Diff line change 33
44thinlinc_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
1010thinlinc_autoinstall_dependencies : " yes"
1111
You can’t perform that action at this time.
0 commit comments