Skip to content

Commit 3934f36

Browse files
committed
NEWS: update for v0.9.14
1 parent 70bf49e commit 3934f36

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

NEWS.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# 2022-12-xx: Version 0.9.14
2+
3+
## Overall changes:
4+
5+
* Added more documentation (build system integration, repeater setup) and a legal FAQ.
6+
* Added [contribution guidelines](CONTRIBUTING.md).
7+
* Ported the TravisCI continous integration machinery to GitHub workflows.
8+
9+
## LibVNCServer/LibVNCClient:
10+
11+
* Added [qemu extended key event](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#qemu-extended-key-event-message)
12+
support.
13+
* Fixed several potential multiplication overflows.
14+
15+
## LibVNCClient:
16+
17+
* Fixes of several memory leaks and buffer overflows.
18+
* Added UltraVNC's MSLogonII authentication scheme.
19+
* Fixed TLS interoperability with GnuTLS servers.
20+
* Fixed detection of newer UltraVNC and TightVNC servers.
21+
* Added support for [SetDesktopSize](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#setdesktopsize).
22+
* Added SSH tunneling example using libssh2.
23+
* Added some extensions to VeNCrypt in order to be compatible with a wider range of servers.
24+
25+
## LibVNCServer:
26+
27+
* Fixes to the multi-threaded server implementation which should be a lot more sound now.
28+
* Fixed TightVNC-filetransfer file upload for 64-bit systems.
29+
* Fixes of crashes in the zlib compression.
30+
* Added support for [UTF8 clipboard data](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#extended-clipboard-pseudo-encoding).
31+
* Fixed visual artifacts in framebuffer on ARM platforms.
32+
* Fixed several WebSockets bugs.
33+
* Fixed the UltraVNC-style repeater example.
34+
* Added support for larger framebuffers (two 4k screens possible now).
35+
* Added support for timeouts for outbound connections (to repeaters for instance).
36+
* Fixed out-of-bounds memory access in Tight encoding.
37+
38+
139
# 2020-06-13: Version 0.9.13
240

341
0.9.13 truly is a cross-platform release, the best we've ever done in that respect:

0 commit comments

Comments
 (0)