Skip to content
Snippets Groups Projects
Commit f04479c1 authored by Marc-André Lureau's avatar Marc-André Lureau
Browse files

Release v0.42

parent adddbb39
No related branches found
No related tags found
1 merge request!116Release v0.42
Checking pipeline status
v0.42
=====
- !115 - Fix compilation on win32 with EGL
- !114 - spice-widget: fix hotspot position on Wayland/HiDPI
- !112 - meson: Allow building on a Wayland-only environment
- !110 - usb-backend: Fix devices not being enumerated
- !108 - spicy: Add keyboard shortcuts for copy/paste sync
- Require meson >= 0.56
v0.41
=====
......@@ -18,7 +28,7 @@ v0.40
- !93 - #137 - add support for TLS-SNI
- !92 - Support USB emulation for MacOS
- !96 - Support side mouse buttons
- !85 - #75 - add spice_display_keyboard_ungrab()
- !85 - #75 - add spice_display_keyboard_ungrab()
- !81 - GL fix warning fix and improve scanout logic
- !84 - Fix leak and warnings in gstaudio and spicy
- !86, !87, !90 - Several introspection fixes and improvements
......@@ -35,7 +45,7 @@ v0.39
- !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
- !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
......
......@@ -194,7 +194,7 @@ endif
# soversion
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
spice_client_glib_current = 16
spice_client_glib_revision = 1
spice_client_glib_revision = 2
spice_client_glib_age = 8
spice_client_glib_so_version = '@0@.@1@.@2@'.format(spice_client_glib_current - spice_client_glib_age,
spice_client_glib_age,
......@@ -382,7 +382,7 @@ if spice_gtk_has_gtk
# soversion
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
spice_client_gtk_current = 6
spice_client_gtk_revision = 0
spice_client_gtk_revision = 1
spice_client_gtk_age = 1
spice_client_gtk_so_version = '@0@.@1@.@2@'.format(spice_client_gtk_current - spice_client_gtk_age,
spice_client_gtk_age,
......
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