Commit 2c6bf923 authored by runge's avatar runge

Setup for x11vnc version 0.9.9

parent b6ee5f96
#!/bin/bash #!/bin/bash
VERSION="0.9.8" VERSION="0.9.9"
cd "$(dirname "$0")" cd "$(dirname "$0")"
......
This diff is collapsed.
...@@ -268,10 +268,10 @@ void print_help(int mode) { ...@@ -268,10 +268,10 @@ void print_help(int mode) {
" an improvement over -flashcmap because it avoids the\n" " an improvement over -flashcmap because it avoids the\n"
" flashing and shows each window in the correct color.\n" " flashing and shows each window in the correct color.\n"
"\n" "\n"
" This method appear to work, but may still have bugs\n" " This method works OK, but may still have bugs and it\n"
" and it does hog resources. If there are multiple 8bpp\n" " does hog resources. If there are multiple 8bpp windows\n"
" windows using different colormaps, one may have to\n" " using different colormaps, one may have to iconify all\n"
" iconify all but one for the colors to be correct.\n" " but one for the colors to be correct.\n"
"\n" "\n"
" There may be painting errors for clipping and switching\n" " There may be painting errors for clipping and switching\n"
" between windows of depths 8 and 24. Heuristics are\n" " between windows of depths 8 and 24. Heuristics are\n"
...@@ -1486,7 +1486,7 @@ void print_help(int mode) { ...@@ -1486,7 +1486,7 @@ void print_help(int mode) {
" Thus only passive network sniffing attacks are avoided:\n" " Thus only passive network sniffing attacks are avoided:\n"
" the \"ANON\" method is susceptible to Man-In-The-Middle\n" " the \"ANON\" method is susceptible to Man-In-The-Middle\n"
" attacks. \"ANON\" is not recommended; instead use\n" " attacks. \"ANON\" is not recommended; instead use\n"
" a SSL PEM you created or the defaut \"SAVE\" method.\n" " a SSL PEM you created or the default \"SAVE\" method.\n"
"\n" "\n"
" See -ssldir below to use a directory besides the\n" " See -ssldir below to use a directory besides the\n"
" default ~/.vnc/certs\n" " default ~/.vnc/certs\n"
...@@ -1504,7 +1504,7 @@ void print_help(int mode) { ...@@ -1504,7 +1504,7 @@ void print_help(int mode) {
" Set to zero to poll forever. Set to a negative value\n" " Set to zero to poll forever. Set to a negative value\n"
" to use the builtin setting.\n" " to use the builtin setting.\n"
"\n" "\n"
" Note that this value does not apply to the *initial* ssl\n" " Note that this value does NOT apply to the *initial* ssl\n"
" init connection. The default timeout for that is 20sec.\n" " init connection. The default timeout for that is 20sec.\n"
" Use -env SSL_INIT_TIMEOUT=n to modify it.\n" " Use -env SSL_INIT_TIMEOUT=n to modify it.\n"
"\n" "\n"
......
.\" This file was automatically generated from x11vnc -help output. .\" This file was automatically generated from x11vnc -help output.
.TH X11VNC "1" "June 2009" "x11vnc " "User Commands" .TH X11VNC "1" "July 2009" "x11vnc " "User Commands"
.SH NAME .SH NAME
x11vnc - allow VNC connections to real X11 displays x11vnc - allow VNC connections to real X11 displays
version: 0.9.8, lastmod: 2009-06-14 version: 0.9.9, lastmod: 2009-07-11
.SH SYNOPSIS .SH SYNOPSIS
.B x11vnc .B x11vnc
[OPTION]... [OPTION]...
...@@ -276,10 +276,10 @@ windows (i.e. pure 8bpp), this mode is potentially ...@@ -276,10 +276,10 @@ windows (i.e. pure 8bpp), this mode is potentially
an improvement over \fB-flashcmap\fR because it avoids the an improvement over \fB-flashcmap\fR because it avoids the
flashing and shows each window in the correct color. flashing and shows each window in the correct color.
.IP .IP
This method appear to work, but may still have bugs This method works OK, but may still have bugs and it
and it does hog resources. If there are multiple 8bpp does hog resources. If there are multiple 8bpp windows
windows using different colormaps, one may have to using different colormaps, one may have to iconify all
iconify all but one for the colors to be correct. but one for the colors to be correct.
.IP .IP
There may be painting errors for clipping and switching There may be painting errors for clipping and switching
between windows of depths 8 and 24. Heuristics are between windows of depths 8 and 24. Heuristics are
...@@ -1669,7 +1669,7 @@ to authenticate either the VNC server or VNC client. ...@@ -1669,7 +1669,7 @@ to authenticate either the VNC server or VNC client.
Thus only passive network sniffing attacks are avoided: Thus only passive network sniffing attacks are avoided:
the "ANON" method is susceptible to Man-In-The-Middle the "ANON" method is susceptible to Man-In-The-Middle
attacks. "ANON" is not recommended; instead use attacks. "ANON" is not recommended; instead use
a SSL PEM you created or the defaut "SAVE" method. a SSL PEM you created or the default "SAVE" method.
.IP .IP
See \fB-ssldir\fR below to use a directory besides the See \fB-ssldir\fR below to use a directory besides the
default ~/.vnc/certs default ~/.vnc/certs
...@@ -1689,7 +1689,7 @@ timeout (25s for about the first minute, 43200s later). ...@@ -1689,7 +1689,7 @@ timeout (25s for about the first minute, 43200s later).
Set to zero to poll forever. Set to a negative value Set to zero to poll forever. Set to a negative value
to use the builtin setting. to use the builtin setting.
.IP .IP
Note that this value does not apply to the *initial* ssl Note that this value does NOT apply to the *initial* ssl
init connection. The default timeout for that is 20sec. init connection. The default timeout for that is 20sec.
Use \fB-env\fR SSL_INIT_TIMEOUT=n to modify it. Use \fB-env\fR SSL_INIT_TIMEOUT=n to modify it.
.PP .PP
......
...@@ -47,7 +47,7 @@ int xtrap_base_event_type = 0; ...@@ -47,7 +47,7 @@ int xtrap_base_event_type = 0;
int xdamage_base_event_type = 0; int xdamage_base_event_type = 0;
/* date +'lastmod: %Y-%m-%d' */ /* date +'lastmod: %Y-%m-%d' */
char lastmod[] = "0.9.8 lastmod: 2009-06-14"; char lastmod[] = "0.9.9 lastmod: 2009-07-11";
/* X display info */ /* X display info */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment