File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog for Remote Support Tool
22=================================
33
4- 0.6 (not released yet )
5- ----------------------
4+ 0.5.1 (08 Oct 2018 )
5+ -------------------
66
77- update to OpenSSH 7.8p1-1 for Windows Vista and newer
88- update to TightVNC 2.8.11
99- update to OSXvnc 5.2.1
10- - provide a signed application bundle for macOS
1110
1211
13120.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+ =========================
33
44* Remote Support Tool* is an easy single click solution for remote maintenance
55via [ VNC] ( https://en.wikipedia.org/wiki/Virtual_Network_Computing ) inspired by
Original file line number Diff line number Diff line change 1313
1414# project settings
1515set PROJECT " RemoteSupportTool"
16- set VERSION " 0.6 "
17- set AUTHOR_NAME " OpenIndex"
16+ set VERSION " 0.5.1 "
17+ set AUTHOR_NAME " OpenIndex.de "
1818set AUTHOR_EMAIL " info@openindex.de"
1919
2020# preferred applications
Original file line number Diff line number Diff line change 99 </dict >
1010
1111 <key >CFBundleShortVersionString </key >
12- <string >0.6.0 </string >
12+ <string >0.5.1 </string >
1313
1414 <key >CFBundleExecutable </key >
1515 <string >MacOS/application </string >
1616
17+ <key >CFBundleIdentifier </key >
18+ <string >de.openindex.support.tool </string >
19+
1720 <key >CFBundleName </key >
1821 <string >Remote-Support-Tool </string >
1922
4245 <true />
4346
4447 <key >LSMinimumSystemVersion </key >
45- <string >10.5 .0 </string >
48+ <string >10.11 .0 </string >
4649 </dict >
4750</plist >
Original file line number Diff line number Diff line change 11
221 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
55FILEOS 0x4
66FILETYPE 0x1
77{
@@ -10,12 +10,12 @@ BLOCK "StringFileInfo"
1010 BLOCK "040904b0"
1111 {
1212 VALUE "FileDescription", "Remote Support Tool"
13- VALUE "OriginalFilename", "RemoteSupportTool-0.6 .exe"
13+ VALUE "OriginalFilename", "RemoteSupportTool-0.5.1 .exe"
1414 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"
1717 VALUE "ProductName", "Remote Support Tool"
18- VALUE "ProductVersion", "0.6.0 "
18+ VALUE "ProductVersion", "0.5.1 "
1919 }
2020}
2121
Original file line number Diff line number Diff line change 2121# THE SOFTWARE.
2222#
2323
24- package ifneeded app-support 0.6 " \
24+ package ifneeded app-support 0.5.1 " \
2525 source -encoding utf-8 \[ file join [ list $dir ] support.tcl\] ; \
2626 source -encoding utf-8 \[ file join [ list $dir ] config.tcl\] ; \
2727 source -encoding utf-8 \[ file join [ list $dir ] gui.tcl\] ; \
2828 source -encoding utf-8 \[ file join [ list $dir ] session.tcl\] ; \
2929 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 2323
2424# Set application version.
2525# 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 "
2727
2828# Set type of application.
2929# If the starkit namespace is available, we're assuming the application was
You can’t perform that action at this time.
0 commit comments