summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2016-12-28 20:03:44 +0100
committerChristian Beier <dontmind@freeshell.org>2016-12-28 20:03:44 +0100
commitfd35185ae15737579bff4f475a5349aaf71c911a (patch)
treedf21778c802e2e04a596851ad06fcc1246edd51e
parent23bee1d3d8b116ab9df285dd8ab01c9db43ef520 (diff)
downloadlibtdevnc-fd35185a.tar.gz
libtdevnc-fd35185a.zip
Update NEWS.
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
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: