Skip to content

Commit 411203c

Browse files
committed
NEWS: update
1 parent 5be2605 commit 411203c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

NEWS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# xxx-xx-xx: Version 0.9.15
1+
# 2024-12-22: Version 0.9.15
2+
3+
0.9.15 sees some internal code structure cleanup, UTF-8 clipboard handling improvements
4+
and HTTP server support for multithreaded VNC servers. [27 issues and pull requests](https://github.com/LibVNC/libvncserver/issues?q=milestone%3A%22Release+0.9.15%22+is%3Aclosed) were closed/merged since 0.9.14.
25

36
## Overall changes:
47

@@ -10,11 +13,12 @@
1013
## LibVNCServer/LibVNCClient:
1114

1215
* Fixed building with OpenSSL >= 3.0.0.
16+
* Fixed UTF-8 clipboard handling compatibility cases.
1317

1418
## LibVNCClient:
1519

1620
* Fixed LibVNCClient handling of UltraVNC MSLogonII when built with OpenSSL.
17-
* Added UTF8 clipboard handling.
21+
* Added UTF-8 clipboard handling.
1822
* Added API to allow the client to specify a subregion of the server's framebuffer and
1923
have LibVNCClient only ask for this, not the whole framebuffer.
2024
* Fixed Tight decoding endianness issues.
@@ -24,7 +28,8 @@
2428

2529
* Added a proof-of-concept X11 example server.
2630
* Improved SSH example by having it use [libsshtunnel](https://github.com/bk138/libsshtunnel/) instead of custom code.
27-
31+
* Fixed HTTPD for multithreaded servers.
32+
* Fixed UTF-8 clipboard crash.
2833

2934
# 2022-12-18: Version 0.9.14
3035

0 commit comments

Comments
 (0)