summaryrefslogtreecommitdiffstats
path: root/x11vnc/ChangeLog
diff options
context:
space:
mode:
authorrunge <[email protected]>2009-12-05 14:31:31 -0500
committerrunge <[email protected]>2009-12-05 14:31:31 -0500
commit6153bd69835da0e7217ae844bdba4e2ba676f981 (patch)
tree270d264e229678c29fde567f2334eace65bda185 /x11vnc/ChangeLog
parent00a9a0ea4d0f642b34b4423ea867099b52edf078 (diff)
downloadlibtdevnc-6153bd69835da0e7217ae844bdba4e2ba676f981.tar.gz
libtdevnc-6153bd69835da0e7217ae844bdba4e2ba676f981.zip
Update java and scripts in classes/ssl. x11vnc: declare crypt() on all platforms. more wishes.
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r--x11vnc/ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog
index 428ce06..cb9e49a 100644
--- a/x11vnc/ChangeLog
+++ b/x11vnc/ChangeLog
@@ -1,12 +1,17 @@
+2009-12-04 Karl Runge <[email protected]>
+ * classes/ssl: update binaries; new signing key; ss_vncviewer.
+ * x11vnc: add more wish possibilities for -gui. Declare crypt()
+ on all platforms (disable with -DDO_NOT_DECLARE_CRYPT.)
+
2009-12-02 Karl Runge <[email protected]>
- * x11vnc: -appshare mode for sharing an application windows intead
- of the entire desktop. map port + 5500 in reverse connect.
- Add id_cmd remote control functions for id (and other) windows.
- Allow zero port in SSL reverse connections. Adjust delays
- between multiple reverse connections; X11VNC_REVERSE_SLEEP_MAX
- env var. Add some missing mutex locks; add INPUT_LOCK and
- threads_drop_input. More safety in -threads mode for new
- framebuffer change. Fix some stderr leaking in -inetd mode.
+ * x11vnc: -appshare mode for sharing an application windows of the
+ entire desktop. map port + 5500 in reverse connect. Add id_cmd
+ remote control functions for id (and other) windows. Allow zero
+ port in SSL reverse connections. Adjust delays between multiple
+ reverse connections; X11VNC_REVERSE_SLEEP_MAX env var. Add some
+ missing mutex locks; add INPUT_LOCK and threads_drop_input.
+ More safety in -threads mode for new framebuffer change. Fix
+ some stderr leaking in -inetd mode.
2009-11-18 Karl Runge <[email protected]>
* x11vnc: use -timeout setting for reverse connections too.