Skip to content

Commit 5b7e6e9

Browse files
committed
Finish v0.5.1
2 parents de4f55f + 8bc137e commit 5b7e6e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1353
-1085
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/utils/ResourceHacker.ini
77
/utils/build
88
/utils/target
9+
/temp

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
Changelog for Remote Support Tool
22
=================================
33

4+
0.5.1 (08 Oct 2018)
5+
-------------------
6+
7+
- update to OpenSSH 7.8p1-1 for Windows Vista and newer
8+
- update to TightVNC 2.8.11
9+
- update to OSXvnc 5.2.1
10+
11+
412
0.5 (16 Jan 2017)
5-
----------------------
13+
-----------------
614

715
- migrated from Python to Tcl/Tk
816
- replaced Paramiko with OpenSSH

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2017 OpenIndex.de
1+
Copyright (c) 2015-2018 OpenIndex.de
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Remote Support Tool 0.5
2-
=======================
1+
Remote Support Tool 0.5.1
2+
=========================
33

44
*Remote Support Tool* is an easy single click solution for remote maintenance
55
via [VNC](https://en.wikipedia.org/wiki/Virtual_Network_Computing) inspired by
@@ -96,22 +96,22 @@ the operating system):
9696
- [x11vnc 0.9.13](http://www.karlrunge.com/x11vnc/) (GPLv2) created with
9797
the [`build-x11vnc.tcl`](utils/build-x11vnc.tcl) script
9898

99-
- for Mac OS X (10.7+)
99+
- for Mac OS X (10.11+)
100100

101-
- [OSXvnc 5.0.1](https://github.com/stweil/OSXvnc) (GPLv2) using binaries
101+
- [OSXvnc 5.2.1](https://github.com/stweil/OSXvnc) (GPLv3) using binaries
102102
from [github.com](https://github.com/stweil/OSXvnc/releases)
103103

104104
- for Windows (Vista and newer)
105105

106-
- [TightVNC 2.8.5](http://www.tightvnc.com/) (GPLv2) using binaries from
106+
- [TightVNC 2.8.11](http://www.tightvnc.com/) (GPLv2) using binaries from
107107
[tightvnc.com](http://www.tightvnc.com/download.php)
108108

109-
- [OpenSSH 7.4p1-1](https://www.openssh.com/) (BSD) using binaries from
109+
- [OpenSSH 7.8p1-1](https://www.openssh.com/) (BSD) using binaries from
110110
[mls-software.com](https://www.mls-software.com/opensshd.html)
111111

112112
- for Windows (XP / 2003)
113113

114-
- [TightVNC 2.8.5](http://www.tightvnc.com/) (GPLv2) using binaries from
114+
- [TightVNC 2.8.11](http://www.tightvnc.com/) (GPLv2) using binaries from
115115
[tightvnc.com](http://www.tightvnc.com/download.php)
116116

117117
- [OpenSSH 7.3p1-2](https://www.openssh.com/) (BSD) using binaries from

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ goto :TopOfCode
55

66
Build application bundles.
77

8-
Copyright (c) 2015-2017 OpenIndex.de
8+
Copyright (c) 2015-2018 OpenIndex.de
99

1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

build.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Build application bundles.
44
#
5-
# Copyright 2015-2017 OpenIndex.de.
5+
# Copyright (c) 2015-2018 OpenIndex.de
66
# Distributed under the MIT License.
77
# See accompanying LICENSE.txt file or at http://opensource.org/licenses/MIT
88
#

clean.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ goto :TopOfCode
55

66
Remove files created from previous builds.
77

8-
Copyright (c) 2015-2017 OpenIndex.de
8+
Copyright (c) 2015-2018 OpenIndex.de
99

1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

clean.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Remove files created from previous builds.
44
#
5-
# Copyright 2015-2017 OpenIndex.de.
5+
# Copyright (c) 2015-2018 OpenIndex.de
66
# Distributed under the MIT License.
77
# See accompanying LICENSE.txt file or at http://opensource.org/licenses/MIT
88
#

i18n-compile.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ goto :TopOfCode
55

66
Compile messages (msg files) from translation files (po files).
77

8-
Copyright (c) 2015-2017 OpenIndex.de
8+
Copyright (c) 2015-2018 OpenIndex.de
99

1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

i18n-compile.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Compile messages (msg files) from translation files (po files).
44
#
5-
# Copyright 2015-2017 OpenIndex.de.
5+
# Copyright (c) 2015-2018 OpenIndex.de
66
# Distributed under the MIT License.
77
# See accompanying LICENSE.txt file or at http://opensource.org/licenses/MIT
88
#

0 commit comments

Comments
 (0)