[Spice-commits] CHANGELOG.md src/meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Dec 1 16:26:23 UTC 2020
CHANGELOG.md | 23 +++++++++++++++++++++++
src/meson.build | 4 ++--
2 files changed, 25 insertions(+), 2 deletions(-)
New commits:
commit 63e46029095b3eeec5a47a00a5c9868b71381435
Author: Victor Toso <victortoso at redhat.com>
Date: Mon Nov 30 18:21:36 2020 +0100
Release v0.39
Bumping libtool current & age as new symbol was added to
libspice-client-glib-2.0.so:
spice_main_channel_update_display_mm()
Signed-off-by: Victor Toso <victortoso at redhat.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 327fabe..110f3a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+v0.39
+=====
+
+- !33 - Remove PulseAudio backend
+- !34 - Remove support to CELT codec
+- !42 - Drop capabilities from usb-acl-helper binary
+- !45 - #123 - Install ACL helper in libexec directory
+- !48 - Add support to Wayland mouse in server mode
+- !49 - #126 - Read all SASL buffer
+- !54 - Add Copy & Paste support over Webdav
+- !58 - Improve input and display on HiDPI displays
+- !64 - Add support for Physical size display
+- !69 - Fix leak on Display's surface
+- !74 - Fix read overflow on (not seamless) migration code
+- !75 - Fix usb redirect on connect, see [rhbz#1874740]
+- !77 - Fixes buffer overflow in QUIC [CVE-2020-14355]
+- Require polkit >= 0.101
+- Require meson >= 0.53
+- Require glib-2.0 >= 2.52
+
+[rhbz#1874740]: https://bugzilla.redhat.com/show_bug.cgi?id=1874740
+[CVE-2020-14355]: https://bugzilla.redhat.com/show_bug.cgi?id=1885566
+
v0.38
=====
diff --git a/src/meson.build b/src/meson.build
index 92cdc75..50e27d9 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -193,9 +193,9 @@ endif
# soversion
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-spice_client_glib_current = 14
+spice_client_glib_current = 15
spice_client_glib_revision = 0
-spice_client_glib_age = 6
+spice_client_glib_age = 7
spice_client_glib_so_version = '@0 at .@1 at .@2@'.format(spice_client_glib_current - spice_client_glib_age,
spice_client_glib_age,
spice_client_glib_revision)
More information about the Spice-commits
mailing list