summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f54f77..f479e92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+v0.36
+=====
+
+- Add meson build: autotools will be removed in a future release
+- Deprecate PulseAudio backend: it will be removed in a future
+ release, please use GStreamer instead and report issues
+- Add H265 stream support (requires GStreamer support)
+- Add SpiceQmpPort helper to interact with QEMU monitor over a Spice port
+- Display a message if EGL support is required (with dmabuf local rendering)
+- Many GstVideoOverlay improvements
+- Smooth-scrolling improvements
+- Fix accumulating decoded frames with GStreamer
+- Fix reconnection handling
+- Fix small memory leaks due to bad refcount of images in the cache
+- Fix build for newer LibreSSL 2.7
+- Fix a crash on Windows with libusb 1.0.22 when UsbDk is not installed
+- Require GStreamer >= 1.0 (no longer optional)
+- Require spice-protocol >= 1.12.15
+- Require json-glib >= 1.0
+- Require Gtk+ >= 3.22 (optional)
+- Require usbredir >= 0.5 (optional)
+- Require libusb >= 1.0.16 (optional)
+- Require libcacard >= 2.5.1 (optional)
+- Require lz4 >= 1.7.3 (optional)
+
v0.35
=====