2021-03-01 09:27:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 28 20:42:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.4.0:
|
|
|
|
* This release adds support for the qemu extended key event. When this is
|
|
|
|
also supported by the client, key codes will be used instead of symbols
|
|
|
|
which eliminates the need for reverse key code lookup on the server-side.
|
|
|
|
|
2020-10-05 09:48:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 30 08:28:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.3.2:
|
|
|
|
* This release fixes a crash due to incorrect handling of fragmented packets
|
|
|
|
and adds copy & paste support.
|
|
|
|
* This release fixes a bug with tight encoding reported by Jeroen Hofstee
|
|
|
|
|
2020-08-07 11:12:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 28 09:08:39 UTC 2020 - Alexander Graul <alexander.graul@suse.com>
|
|
|
|
|
|
|
|
- Update to version 0.2.0
|
|
|
|
- Tight encoding is no longer experimental and also more complete.
|
|
|
|
+ The encoder employs multiple CPU cores, both for lossy and lossless
|
|
|
|
compression, which makes it considerably faster than ZRLE, even with
|
|
|
|
lossless compression.
|
|
|
|
+ Supports both lossy (JPEG) and lossless (DEFLATE) compression.
|
|
|
|
+ Allows the client to choose the JPEG "quality" level.
|
|
|
|
+ Allows the client to choose whether to enable lossy compression or not.
|
|
|
|
- Service-side resizing: the server can notify the client and resize buffers
|
|
|
|
when a different display mode is set
|
|
|
|
- The API has been prepared for adding multi-display suppport. It has not been
|
|
|
|
implemented, but the (hopefully) won't have to change when it is.
|
|
|
|
- Version info is baked into the library, so applications linking to neatvnc
|
|
|
|
can report the version to the user.
|
|
|
|
- The server can now looks up the address to which to bind using getaddrinfo
|
|
|
|
|
|
|
|
|
2020-06-08 10:05:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 6 11:52:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim redundancies and conjecture from descriptions.
|
|
|
|
|
2020-06-03 11:57:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 3 05:04:00 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
|
|
|
|
- Initial package of neatvnc in version 0.1.0 for openSUSE
|