diff options
author | runge <runge> | 2004-06-12 14:25:47 +0000 |
---|---|---|
committer | runge <runge> | 2004-06-12 14:25:47 +0000 |
commit | f868d56ef15e5c2a9d9932107174cfa4e88dbea6 (patch) | |
tree | 6804a9669e7300c76d97038aced775a956802388 /x11vnc/ChangeLog | |
parent | 992be8f5f7fe1dafb93e3cf06610a20724e1696f (diff) | |
download | libtdevnc-f868d56ef15e5c2a9d9932107174cfa4e88dbea6.tar.gz libtdevnc-f868d56ef15e5c2a9d9932107174cfa4e88dbea6.zip |
x11vnc: -clear_mods -clear_keys -storepasswd, add RFB_SERVER_IP RFB_SERVER_PORT to -accept/-gone
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r-- | x11vnc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog index b285943..c3d3a01 100644 --- a/x11vnc/ChangeLog +++ b/x11vnc/ChangeLog @@ -1,3 +1,10 @@ +2004-06-12 Karl Runge <runge@karlrunge.com> + * add -clear_mods -clear_keys for (rare) case where keys are + not being released (e.g. Ctrl-C x11vnc thru x11vnc). + * export RFB_SERVER_IP and RFB_SERVER_PORT to -accept program + so that the tcp 4-tuple is completely specified. + * add -storepasswd <pass> <file> so storepasswd program not needed + 2004-06-05 Karl Runge <runge@karlrunge.com> * rearrange file for easier maintenance, indicating file breakup. * add RFB_CLIENT_COUNT, number of other connected clients to |