summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunge <runge>2008-02-18 04:07:49 +0000
committerrunge <runge>2008-02-18 04:07:49 +0000
commit0c8d392ed51076f81bffe66108d41ecb28f78443 (patch)
tree7e19b1d6fb2c1a393b7539bd29c4c1e1d48c753f
parent6c45a721dfb4d5f628238c37481584e74e176a8f (diff)
downloadlibtdevnc-0c8d392e.tar.gz
libtdevnc-0c8d392e.zip
minor date changes.
-rw-r--r--x11vnc/README26
-rw-r--r--x11vnc/x11vnc.14
-rw-r--r--x11vnc/x11vnc.c2
-rw-r--r--x11vnc/x11vnc_defs.c2
4 files changed, 26 insertions, 8 deletions
diff --git a/x11vnc/README b/x11vnc/README
index 3bd8650..86c0532 100644
--- a/x11vnc/README
+++ b/x11vnc/README
@@ -1,5 +1,5 @@
-x11vnc README file Date: Thu Jan 24 15:45:09 EST 2008
+x11vnc README file Date: Sat Feb 2 21:40:58 EST 2008
The following information is taken from these URLs:
@@ -858,6 +858,9 @@ make
use [127]-clear_all.
* Usage with dvorak keyboards has been improved. See also:
[128]-xkb.
+ * Support for the ZYWRLE encoding, this is the RealVNC ZRLE encoding
+ extended to do motion video and photo regions more efficiently by
+ way of a Wavelet based transformation.
Here are some features that appeared in the 0.9.3 release:
@@ -10948,6 +10951,13 @@ start ssvnc.exe
(otherwise you'd have to browse to the drive directory each time you
load or save).
+ One user on Windows created a BAT file to launch SSVNC and needed to
+ do this to get the Home directory correct:
+cd \ssvnc\Windows
+start \ssvnc\Windows\ssvnc.exe
+
+ (an optional profile name can be supplied to the ssvnc.exe line)
+
WARNING: if you use ssvnc from an "Internet Cafe", i.e. some untrusted
computer, please be aware that someone may have set up that machine to
be capturing your keystrokes, etc.
@@ -11329,7 +11339,7 @@ es and source AND full archives in the zip dir. (~15MB)
Here is the toplevel README from the bundle:
Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer)
-Copyright (c) 2006-2007 Karl J. Runge
+Copyright (c) 2006-2008 Karl J. Runge
All rights reserved.
These bundles provide 1) An enhanced TightVNC Viewer on Unix, 2) Binaries
@@ -11667,6 +11677,14 @@ on a USB flash drive that you carry around for mobile use and you want
the profiles you create to stay with the drive (otherwise you'd have to
browse to the drive directory each time you load or save).
+One user on Windows created a BAT file to launch SSVNC and needed to
+do this to get the Home directory correct:
+
+cd \ssvnc\Windows
+start \ssvnc\Windows\ssvnc.exe
+
+(an optional profile name can be supplied to the ssvnc.exe line)
+
WARNING: if you use ssvnc from an "Internet Cafe", i.e. an untrusted
computer, an intruder may be capturing keystrokes etc.
@@ -11920,7 +11938,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions)
-x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-01-24
+x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-02-02
x11vnc options:
-display disp -auth file -N
@@ -12039,7 +12057,7 @@ libvncserver-tight-extension options:
% x11vnc -help
-x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-01-24
+x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-02-02
(type "x11vnc -opts" to just list the options.)
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1
index 7c35526..23ad082 100644
--- a/x11vnc/x11vnc.1
+++ b/x11vnc/x11vnc.1
@@ -1,8 +1,8 @@
.\" This file was automatically generated from x11vnc -help output.
-.TH X11VNC "1" "January 2008" "x11vnc " "User Commands"
+.TH X11VNC "1" "February 2008" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
- version: 0.9.4, lastmod: 2008-01-24
+ version: 0.9.4, lastmod: 2008-02-02
.SH SYNOPSIS
.B x11vnc
[OPTION]...
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c
index e5b0589..5b07ee0 100644
--- a/x11vnc/x11vnc.c
+++ b/x11vnc/x11vnc.c
@@ -1,7 +1,7 @@
/*
* x11vnc: a VNC server for X displays.
*
- * Copyright (c) 2002-2007 Karl J. Runge <runge@karlrunge.com>
+ * Copyright (c) 2002-2008 Karl J. Runge <runge@karlrunge.com>
* All rights reserved.
*
* This is free software; you can redistribute it and/or modify
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c
index 7834a90..86e5169 100644
--- a/x11vnc/x11vnc_defs.c
+++ b/x11vnc/x11vnc_defs.c
@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0;
int xdamage_base_event_type = 0;
/* date +'lastmod: %Y-%m-%d' */
-char lastmod[] = "0.9.4 lastmod: 2008-01-24";
+char lastmod[] = "0.9.4 lastmod: 2008-02-02";
/* X display info */