Skip to content

Commit c9c930e

Browse files
committed
prepare version 1.1.2
1 parent 9110223 commit c9c930e

13 files changed

Lines changed: 40 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
Changelog for Remote Support Tool
22
=================================
33

4-
1.2.0 (not released yet)
5-
------------------------
4+
1.1.2 (15 Mar 2021)
5+
-------------------
66

7-
...
7+
- [enhancement #33](https://github.com/OpenIndex/RemoteSupportTool/issues/33): Enable encryption via TLS 1.3
8+
- [enhancement #46](https://github.com/OpenIndex/RemoteSupportTool/issues/46): Hide connection settings in Customer Tool via configuration
9+
- update bundled [Java Runtime Environment](https://openjdk.java.net/) to version 11.0.10+9
10+
- update [Commons Lang](https://commons.apache.org/lang/) library to version 3.12.0
11+
- update [Commons IO](https://commons.apache.org/io) library to version 2.8.0
12+
- update [Commons Text](https://commons.apache.org/text/) library to version 1.9
13+
- update [SLF4J](https://www.slf4j.org/) library to version 1.7.30
14+
- update [Java Native Access](https://github.com/java-native-access/jna) library to version 5.7.0
15+
- minor changes, see [Milestone v1.1.2](https://github.com/OpenIndex/RemoteSupportTool/milestone/7)
816

917

1018
1.1.1 (22 Mar 2019)

Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>RemoteSupportTool</artifactId>
99
<groupId>de.openindex.support</groupId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.1.2</version>
1111
</parent>
1212

1313
<artifactId>RemoteSupportTool-Core</artifactId>

Customer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>RemoteSupportTool</artifactId>
99
<groupId>de.openindex.support</groupId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.1.2</version>
1111
</parent>
1212

1313
<artifactId>RemoteSupportTool-Customer</artifactId>

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Remote Support Tool 1.2.0-SNAPSHOT
2-
==================================
1+
Remote Support Tool 1.1.2
2+
=========================
33

44
*Remote Support Tool* is an easy single click solution for remote maintenance.
55

@@ -152,17 +152,17 @@ Third party components
152152

153153
The following third party components are bundled into the application (in alphabetical order):
154154

155-
- [Commons IO](https://commons.apache.org/io/) 2.6
155+
- [Commons IO](https://commons.apache.org/io/) 2.8.0
156156
[(Apache License 2.0)](https://raw.githubusercontent.com/apache/commons-io/master/LICENSE.txt)
157-
- [Commons Lang](https://commons.apache.org/lang/) 3.9
157+
- [Commons Lang](https://commons.apache.org/lang/) 3.12.0
158158
[(Apache License 2.0)](https://raw.githubusercontent.com/apache/commons-lang/master/LICENSE.txt)
159-
- [Commons Text](https://commons.apache.org/text/) 1.6
159+
- [Commons Text](https://commons.apache.org/text/) 1.9
160160
[(Apache License 2.0)](https://raw.githubusercontent.com/apache/commons-text/master/LICENSE.txt)
161161
- [Crystal Project Icons](https://github.com/pinhead84/crystal-project)
162162
[(LGPL 2.1)](https://web.archive.org/web/20101122171611/http://everaldo.com/crystal/?action=license)
163163
- [imgscalr](https://github.com/rkalla/imgscalr) rev-8ed3644
164164
[(Apache License 2.0)](https://raw.githubusercontent.com/rkalla/imgscalr/master/LICENSE)
165-
- [Java Native Access](https://github.com/java-native-access/jna) 5.3.0
165+
- [Java Native Access](https://github.com/java-native-access/jna) 5.7.0
166166
[(Apache License 2.0)](https://raw.githubusercontent.com/java-native-access/jna/master/LICENSE)
167167
- [JSch](http://www.jcraft.com/jsch/) 0.1.55
168168
[(BSD)](http://www.jcraft.com/jsch/LICENSE.txt)
@@ -172,9 +172,9 @@ The following third party components are bundled into the application (in alphab
172172
[(LGPL 2.1)](https://logback.qos.ch/license.html)
173173
- [MigLayout](http://miglayout.com/) 5.2
174174
[(BSD)](https://raw.githubusercontent.com/mikaelgrev/miglayout/master/src/site/resources/docs/license.txt)
175-
- [OpenJDK Runtime Environment](https://openjdk.java.net/) 11.0.3
175+
- [OpenJDK Runtime Environment](https://openjdk.java.net/) 11.0.10+9
176176
[(GPL 2 with Classpath Exception)](https://openjdk.java.net/legal/gplv2+ce.html)
177-
- [Simple Logging Facade for Java](https://www.slf4j.org/) 1.7.26
177+
- [Simple Logging Facade for Java](https://www.slf4j.org/) 1.7.30
178178
[(MIT)](https://www.slf4j.org/license.html)
179179

180180
We especially like to thank [BellSoft](https://www.bell-sw.com/) for providing the high quality OpenJDK builds, that are bundled with this application.

Staff/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>RemoteSupportTool</artifactId>
99
<groupId>de.openindex.support</groupId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.1.2</version>
1111
</parent>
1212

1313
<artifactId>RemoteSupportTool-Staff</artifactId>

doc

Submodule doc updated from edf2cec to ccdc62f

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.openindex.support</groupId>
88
<artifactId>RemoteSupportTool</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.1.2</version>
1010
<packaging>pom</packaging>
1111

1212
<name>RemoteSupportTool</name>
@@ -44,7 +44,7 @@
4444

4545
<properties>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47-
<launch4j.buildVersion>1.1.0.0</launch4j.buildVersion>
47+
<launch4j.buildVersion>1.1.2.0</launch4j.buildVersion>
4848
<launch4j.downloadUrl>https://github.com/OpenIndex/RemoteSupportTool/releases/latest</launch4j.downloadUrl>
4949
<launch4j.supportUrl>https://github.com/OpenIndex/RemoteSupportTool/issues</launch4j.supportUrl>
5050
<version.commons-io>2.8.0</version.commons-io>
@@ -65,17 +65,17 @@
6565
<dependency>
6666
<groupId>de.openindex.support</groupId>
6767
<artifactId>RemoteSupportTool-Core</artifactId>
68-
<version>1.2.0-SNAPSHOT</version>
68+
<version>1.1.2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>de.openindex.support</groupId>
7272
<artifactId>RemoteSupportTool-Customer</artifactId>
73-
<version>1.2.0-SNAPSHOT</version>
73+
<version>1.1.2</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>de.openindex.support</groupId>
7777
<artifactId>RemoteSupportTool-Staff</artifactId>
78-
<version>1.2.0-SNAPSHOT</version>
78+
<version>1.1.2</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>commons-io</groupId>

release/bundle-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
STAFF_TOOL="StaffSupportTool"
2020
CUSTOMER_TOOL="CustomerSupportTool"
21-
VERSION="1.2.0-SNAPSHOT"
21+
VERSION="1.1.2"
2222

2323
MAKESELF="makeself"
2424
DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd )

release/bundle-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
STAFF_TOOL="StaffSupportTool"
2020
CUSTOMER_TOOL="CustomerSupportTool"
21-
VERSION="1.2.0-SNAPSHOT"
21+
VERSION="1.1.2"
2222

2323
MAKESELF="makeself"
2424
DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd )

release/bundle-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
STAFF_TOOL="StaffSupportTool"
2020
CUSTOMER_TOOL="CustomerSupportTool"
21-
VERSION="1.2.0-SNAPSHOT"
21+
VERSION="1.1.2"
2222

2323
WINE="$(which "wine")"
2424
WINEPATH="$(which "winepath")"

0 commit comments

Comments
 (0)