summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2019-05-14 15:28:07 +0000
committerVictor Toso <me@victortoso.com>2019-05-16 11:47:56 +0000
commit7ead0ad5d120411e2019e96108ec4ba6dfba8fa7 (patch)
tree7fc7739cf97a0f55d19a55ab6454102aa796ed5e
parent873c04bd2ce9f9c2b7b6720fb446ea4cb6f2c27f (diff)
CHANGELOG: Prepare for v0.37 releasev0.37
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d2ad35..ee6f18d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,32 @@
+v0.37
+=====
+
+- Deprecated: SpiceMainChannel:color-depth and SpiceSession::color-depth see
+ ([rhbz#1543538] and [rhbz#1350853]).
+- Fix race condition on keyboard modifiers
+- Fix cursor on Wayland: Fixes hidden cursor #83
+- Fix clipboard on X11: avoid request client clipboard data when is known that
+ there is no data.
+- Improve code around usb redirection feature
+- Fix on usb redirection: Don't add same device twice
+- Fix on smartcard: Warn if multiple readers are detected
+- Add instrumentation for frame and queue statistics of SpiceDisplay using
+ [Recorder] library
+- Fix Warnings with GStreamer >= 1.14 on video decoding due setting buffer's PTS
+- Fix some Critical warnings when build without GNOME desktop integration
+- Fix Criticals when no primary monitor is set
+- Documentation fixes
+- Added optional dependency: [Recorder]
+- Require GStreamer >= 1.10 (optional)
+- Require usbredir >= 0.7.1 (optional)
+- Translations:
+ - Added Czech
+ - Fix Italian
+
+[Recorder]: https://github.com/c3d/recorder
+[rhbz#1543538]: https://bugzilla.redhat.com/show_bug.cgi?id=1543538
+[rhbz#1350853]: https://bugzilla.redhat.com/show_bug.cgi?id=1350853
+
v0.36
=====