File tree Expand file tree Collapse file tree 7 files changed +20
-18
lines changed Expand file tree Collapse file tree 7 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
1
Changelog for Remote Support Tool
2
2
=================================
3
3
4
- 0.6 (not released yet )
5
- ----------------------
4
+ 0.5.1 (08 Oct 2018 )
5
+ -------------------
6
6
7
7
- update to OpenSSH 7.8p1-1 for Windows Vista and newer
8
8
- update to TightVNC 2.8.11
9
9
- update to OSXvnc 5.2.1
10
- - provide a signed application bundle for macOS
11
10
12
11
13
12
0.5 (16 Jan 2017)
Original file line number Diff line number Diff line change 1
- Remote Support Tool 0.6
2
- =======================
1
+ Remote Support Tool 0.5.1
2
+ =========================
3
3
4
4
* Remote Support Tool* is an easy single click solution for remote maintenance
5
5
via [ VNC] ( https://en.wikipedia.org/wiki/Virtual_Network_Computing ) inspired by
Original file line number Diff line number Diff line change 13
13
14
14
# project settings
15
15
set PROJECT " RemoteSupportTool"
16
- set VERSION " 0.6 "
17
- set AUTHOR_NAME " OpenIndex"
16
+ set VERSION " 0.5.1 "
17
+ set AUTHOR_NAME " OpenIndex.de "
18
18
set AUTHOR_EMAIL
" [email protected] "
19
19
20
20
# preferred applications
Original file line number Diff line number Diff line change 9
9
</dict >
10
10
11
11
<key >CFBundleShortVersionString </key >
12
- <string >0.6.0 </string >
12
+ <string >0.5.1 </string >
13
13
14
14
<key >CFBundleExecutable </key >
15
15
<string >MacOS/application </string >
16
16
17
+ <key >CFBundleIdentifier </key >
18
+ <string >de.openindex.support.tool </string >
19
+
17
20
<key >CFBundleName </key >
18
21
<string >Remote-Support-Tool </string >
19
22
42
45
<true />
43
46
44
47
<key >LSMinimumSystemVersion </key >
45
- <string >10.5 .0 </string >
48
+ <string >10.11 .0 </string >
46
49
</dict >
47
50
</plist >
Original file line number Diff line number Diff line change 1
1
2
2
1 VERSIONINFO
3
- FILEVERSION 0,6,0 ,0
4
- PRODUCTVERSION 0,6,0 ,0
3
+ FILEVERSION 0,5,1 ,0
4
+ PRODUCTVERSION 0,5,1 ,0
5
5
FILEOS 0x4
6
6
FILETYPE 0x1
7
7
{
@@ -10,12 +10,12 @@ BLOCK "StringFileInfo"
10
10
BLOCK "040904b0"
11
11
{
12
12
VALUE "FileDescription", "Remote Support Tool"
13
- VALUE "OriginalFilename", "RemoteSupportTool-0.6 .exe"
13
+ VALUE "OriginalFilename", "RemoteSupportTool-0.5.1 .exe"
14
14
VALUE "CompanyName", "OpenIndex.de"
15
- VALUE "FileVersion", "0.6.0 "
16
- VALUE "LegalCopyright", "Copyright © 2015-2017 OpenIndex"
15
+ VALUE "FileVersion", "0.5.1 "
16
+ VALUE "LegalCopyright", "Copyright © 2015-2018 OpenIndex"
17
17
VALUE "ProductName", "Remote Support Tool"
18
- VALUE "ProductVersion", "0.6.0 "
18
+ VALUE "ProductVersion", "0.5.1 "
19
19
}
20
20
}
21
21
Original file line number Diff line number Diff line change 21
21
# THE SOFTWARE.
22
22
#
23
23
24
- package ifneeded app-support 0.6 " \
24
+ package ifneeded app-support 0.5.1 " \
25
25
source -encoding utf-8 \[ file join [ list $dir ] support.tcl\] ; \
26
26
source -encoding utf-8 \[ file join [ list $dir ] config.tcl\] ; \
27
27
source -encoding utf-8 \[ file join [ list $dir ] gui.tcl\] ; \
28
28
source -encoding utf-8 \[ file join [ list $dir ] session.tcl\] ; \
29
29
source -encoding utf-8 \[ file join [ list $dir ] utils.tcl\] ; \
30
- package provide app-support 0.6 "
30
+ package provide app-support 0.5.1 "
Original file line number Diff line number Diff line change 23
23
24
24
# Set application version.
25
25
# Make sure to update lib/app-support/pkgIndex.tcl, if the version is changed.
26
- set _APP_VERSION " 0.6 "
26
+ set _APP_VERSION " 0.5.1 "
27
27
28
28
# Set type of application.
29
29
# If the starkit namespace is available, we're assuming the application was
You can’t perform that action at this time.
0 commit comments