diff options
author | Victor Toso <me@victortoso.com> | 2020-03-11 14:40:41 +0100 |
---|---|---|
committer | Victor Toso <me@victortoso.com> | 2020-03-16 13:34:40 +0100 |
commit | 5ccd464d4dd192e01e8051eddd32084b8f9c2f57 (patch) | |
tree | 1b65f73cb6f1b1664865c91a7be85951598e1861 | |
parent | e7a3b3710fb79dd128f49d7fdef1fa9d870874d1 (diff) |
Release v0.38v0.38
Signed-off-by: Victor Toso <victortoso@redhat.com>
Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6f18d..327fabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +v0.38 +===== + +- #108 - Add CD/DVD redirection, to allow mounting ISO images from client. +- #99 - Fix display scaling with EGL and HiDPI monitors +- #19 - Fix display corruption on HiDPI +- #82 - Various clipboard fixes & improvements, related to host/guest races & + cltipboard managers +- [rhbz#1720532] - Fix buffer overflow on sending data with shared-folders +- [rhbz#1695618] - Fix hang over failed migration +- API: add spice_display_channel_change_preferred_video_codec_types() +- Several usbredir related fixes and code improvements +- Several video stream related fixes and code improvements +- Several shared-folder related fixes and code improvements +- file-xfer: fix stuck transfer while transfering multiple big files at once +- file-xfer: fix possible crash on Windows +- Migration: Fix metadata swap of channels +- build-sys: remove autotools (transition to meson completed) +- Require spice-protocol >= 0.14.1 +- Require libusb >= 1.0.21 +- Translations: + - Update Italian + - Add Russian + +[rhbz#1720532]: https://bugzilla.redhat.com/show_bug.cgi?id=1720532 +[rhbz#1695618]: https://bugzilla.redhat.com/show_bug.cgi?id=1695618 + v0.37 ===== |