From 9c7efb7633ba62cd80c93e83284663f805bb3031 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 9 Oct 2015 17:13:35 +0200 Subject: Fix some typos (found by codespell) Signed-off-by: Stefan Weil --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6a838c6..9708ce3 100644 --- a/NEWS +++ b/NEWS @@ -80,7 +80,7 @@ * Implemented xvp VNC extension. * Updated minilzo library used for Ultra encoding to ver 2.04. According to the minilzo README, this brings a significant - speedup on 64-bit architechtures. + speedup on 64-bit architectures. - LibVNCServer: * Thread safety for ZRLE, Zlib, Tight, RRE, CoRRE and Ultra encodings. @@ -131,7 +131,7 @@ - Print this string out to stdout: 'PORT=XXXX' (usually XXXX = 5900). Combining with -bg, easy to write a ssh/rsh wrapper with something like: port=`ssh $host "x11vnc -bg .."` then run vncviewer based on $port output. - (tunneling the vnc traffic thru ssh a bit more messy, but doable) + (tunneling the vnc traffic through ssh a bit more messy, but doable) - Quite a bit of code to be more careful when doing 8bpp indexed color, e.g. not assuming NCOLORS is 256, handling 8bit TrueColor and Direct Color, etc -- cgit v1.2.3 From 1f8c443cbc439e79d9e2c8b92643b65b7332db89 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 5 Jun 2016 20:13:11 +0200 Subject: Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9708ce3..29ff785 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ Fixes a crash when connection to Mac hosts (https://github.com/LibVNC/libvncserver/issues/45). + - LibVNCServer: + * Stability fixes for the WebSocket implementation. + 0.9.10 - Overall changes: * Moved the whole project from sourceforge to https://libvnc.github.io/. -- cgit v1.2.3 From fd35185ae15737579bff4f475a5349aaf71c911a Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 28 Dec 2016 20:03:44 +0100 Subject: Update NEWS. --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 29ff785..8618efe 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,27 @@ 0.9.11 + - Overall changes: + * LibVNCServer/LibVNCClient development now uses continous intregration, + provided by TravisCI. + - LibVNCClient: * Now initializes libgcrypt before use if the application did not do it. Fixes a crash when connection to Mac hosts (https://github.com/LibVNC/libvncserver/issues/45). + * Various fixes that result in more stable handling of malicious or broken + servers. + * Removed broken and unmaintained H264 decoding. + * Some documentation fixes. + * Added hooks to WriteToTLS() for optional protection by mutex. - LibVNCServer: * Stability fixes for the WebSocket implementation. + * Replaced SHA1 implementation with the one from RFC 6234. + * The built-in HTTP server does not allow directory traversals anymore. + * The built-in HTTP now sends correct MIME types for CSS and SVG. + * Added support for systemd socket activation. + * Made it possible to get autoPort behavior with either ipv4 or ipv6 + disabled. + * Fixed starting of an onHold-client in threaded mode. 0.9.10 - Overall changes: -- cgit v1.2.3