From ffbc1ae29d6ebc4eea880ffc696e6003f029a38cb099a5a7fd155af9707fe961 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 26 Feb 2024 07:15:48 +0000 Subject: [PATCH] - 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 --- neatvnc.changes | 17 +++++++++++++++++ neatvnc.spec | 2 +- v0.7.2.tar.gz | 3 --- v0.8.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 v0.7.2.tar.gz create mode 100644 v0.8.0.tar.gz diff --git a/neatvnc.changes b/neatvnc.changes index 67707de..0d632f6 100644 --- a/neatvnc.changes +++ b/neatvnc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Feb 26 07:10:51 UTC 2024 - Michael Vetter + +- 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 diff --git a/neatvnc.spec b/neatvnc.spec index 17bd993..442cab5 100644 --- a/neatvnc.spec +++ b/neatvnc.spec @@ -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 diff --git a/v0.7.2.tar.gz b/v0.7.2.tar.gz deleted file mode 100644 index d9c8563..0000000 --- a/v0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4731e21cc8ecfac55f4b5f47c909070a7af1913e01411e45edaf01dd69769a08 -size 660888 diff --git a/v0.8.0.tar.gz b/v0.8.0.tar.gz new file mode 100644 index 0000000..d53c151 --- /dev/null +++ b/v0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0feff5d8de20d1f47938936fd2c0e99dc56c28033e2149863cf70ce6cfcc5c +size 661726