summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-01-23 14:04:11 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2023-01-23 14:04:11 +0400
commitf04479c16f0969fb394ebe74b6eff74e560a42f0 (patch)
treee202267b9d76aa5076cb51cd19fd5b4752448956
parentadddbb39769a01e3be3a31ce5c7276af4f2854df (diff)
Release v0.42v0.42
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--CHANGELOG.md14
-rw-r--r--src/meson.build4
2 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ced0bae..7dedc8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+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
diff --git a/src/meson.build b/src/meson.build
index 9811c65..daff1aa 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -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,