- Update to 0.8.0:

Highlights:
  * The colour map pixel format as described in RFC 6143 has been
	  implemented. Before, the client would just get disconnected if
		they requested it. Now they get a map that emulates RGB332.
  * Momentary interception of log messages. The user can now set a
	  thread-local log hander and then set it back to the default.
  * Philip Zabel made the code more consistent with the style guide.
  Breaking Changes:
  * nvnc_client_get_hostname has been replaced with nvnc_client_get_address
  Bugfixes:
  * Apple's Diffie-Hellman authentication (security type 30) has been fixed.
  * A new client connection no longer causes a DNS lookup.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=23
This commit is contained in:
Michael Vetter 2024-02-26 07:15:48 +00:00 committed by Git OBS Bridge
parent e7b9fb60b0
commit ffbc1ae29d
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 26 07:10:51 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.8.0:
Highlights:
* The colour map pixel format as described in RFC 6143 has been
implemented. Before, the client would just get disconnected if
they requested it. Now they get a map that emulates RGB332.
* Momentary interception of log messages. The user can now set a
thread-local log hander and then set it back to the default.
* Philip Zabel made the code more consistent with the style guide.
Breaking Changes:
* nvnc_client_get_hostname has been replaced with nvnc_client_get_address
Bugfixes:
* Apple's Diffie-Hellman authentication (security type 30) has been fixed.
* A new client connection no longer causes a DNS lookup.
-------------------------------------------------------------------
Sat Feb 3 06:40:46 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -19,7 +19,7 @@
%define libsoname libneatvnc0
Name: neatvnc
Version: 0.7.2
Version: 0.8.0
Release: 0
Summary: A VNC server library
License: ISC

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4731e21cc8ecfac55f4b5f47c909070a7af1913e01411e45edaf01dd69769a08
size 660888

3
v0.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c0feff5d8de20d1f47938936fd2c0e99dc56c28033e2149863cf70ce6cfcc5c
size 661726