Skip to content
Snippets Groups Projects
Commit 63e46029 authored by Victor Toso's avatar Victor Toso
Browse files

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: default avatarVictor Toso <victortoso@redhat.com>
parent ae55e755
No related branches found
No related tags found
1 merge request!79Release v0.39
Pipeline #236996 passed
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
=====
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment