Skip to content

Commit 0c7fb98

Browse files
committed
update bundled TightVNC for Windows to version 2.8.8
1 parent eb1d967 commit 0c7fb98

8 files changed

Lines changed: 681 additions & 681 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ the operating system):
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.8](http://www.tightvnc.com/) (GPLv2) using binaries from
107107
[tightvnc.com](http://www.tightvnc.com/download.php)
108108

109109
- [OpenSSH 7.6p1-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.8](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

src/data/windows-xp/tightvnc/LICENSE.txt

Lines changed: 339 additions & 339 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.

src/data/windows/tightvnc/LICENSE.txt

Lines changed: 339 additions & 339 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.

src/lib/app-support/session.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ namespace eval ::support::session {
176176
# Initialize VNC environment for Windows.
177177
proc init_windows {} {
178178
variable VNC_APP_NAME "TightVNC"
179-
variable VNC_APP_VERSION "2.8.5"
179+
variable VNC_APP_VERSION "2.8.8"
180180
variable VNC_APP_LICENSE "GPLv2"
181181

182182
variable SSH_APP_NAME "OpenSSH"

0 commit comments

Comments
 (0)