Accepting request 1150570 from X11:Wayland
- 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/request/show/1150570 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=12
This commit is contained in:
commit
0a6f39ef67
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
3
v0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c0feff5d8de20d1f47938936fd2c0e99dc56c28033e2149863cf70ce6cfcc5c
|
||||
size 661726
|
Loading…
Reference in New Issue
Block a user