summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2020-11-30 18:21:36 +0100
committerVictor Toso <victortoso@redhat.com>2020-12-01 16:13:08 +0100
commit63e46029095b3eeec5a47a00a5c9868b71381435 (patch)
treeef7516cfbd0b1940628b3c411b81dc834e46aef4
parentae55e755908c7d8b02a1068bfbebe8670bf7db08 (diff)
Release v0.39v0.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@redhat.com>
-rw-r--r--CHANGELOG.md23
-rw-r--r--src/meson.build4
2 files changed, 25 insertions, 2 deletions
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@.@1@.@2@'.format(spice_client_glib_current - spice_client_glib_age,
spice_client_glib_age,
spice_client_glib_revision)