[Spice-commits] 2 commits - NEWS subprojects/spice-common
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Jan 17 09:29:53 UTC 2019
NEWS | 25 +++++++++++++++++++++++++
subprojects/spice-common | 2 +-
2 files changed, 26 insertions(+), 1 deletion(-)
New commits:
commit 3a0ac1b1b5d01723689b182d6120146164406166
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Fri Jan 11 21:29:12 2019 +0400
NEWS: prepare v0.36 release
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
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
=====
commit 620d4f90bdce93c093e3700627a7138fa9bf78f2
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Thu Jan 17 13:17:19 2019 +0400
spice-common: update submodule
Get the fix for meson build and big endian machines, like s390x.
Frediano Ziglio (4):
marshaller: Provide spice_marshaller_fill_iovec for Windows
test: Add a test for subject_to_x509_name function
lz: Avoid buffer reading overflow checking for image type
lz: More checks on image sizes
Marc-André Lureau (4):
Add a .gitpublish
build-sys: improve asciidoc rules to allow multiple targets
quic: fix sign-compare warning
meson: fix building for big-endian host
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/subprojects/spice-common b/subprojects/spice-common
index 924f47a..0a753b9 160000
--- a/subprojects/spice-common
+++ b/subprojects/spice-common
@@ -1 +1 @@
-Subproject commit 924f47a653bd87fbd50229ee34b58d7b9a3f1ec8
+Subproject commit 0a753b93b50b548a2ac04023c96a7cda83f204bf
More information about the Spice-commits
mailing list