summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-11 21:29:12 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-01-17 13:29:35 +0400
commit3a0ac1b1b5d01723689b182d6120146164406166 (patch)
tree3b1d949b2bac98adce9a8dfc6640cc70e6ad2fbe
parent620d4f90bdce93c093e3700627a7138fa9bf78f2 (diff)
NEWS: prepare v0.36 releasev0.36
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-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
=====