[Spice-commits] CHANGELOG.md src/meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 23 10:18:42 UTC 2023


 CHANGELOG.md    |   14 ++++++++++++--
 src/meson.build |    4 ++--
 2 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit f04479c16f0969fb394ebe74b6eff74e560a42f0
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Mon Jan 23 14:04:11 2023 +0400

    Release v0.42
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>

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 at .@1 at .@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 at .@1 at .@2@'.format(spice_client_gtk_current - spice_client_gtk_age,
                                                      spice_client_gtk_age,


More information about the Spice-commits mailing list