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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 4 14:57:02 UTC 2022


 CHANGELOG.md    |    9 +++++++++
 src/meson.build |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 74e673d7c3d9cd281d85c691fbc520107066da01
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Mon Jul 4 16:28:20 2022 +0400

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0f3337..ced0bae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+v0.41
+=====
+
+- !100 - meson: move cairo dependency to GTK build only
+- !102 - coroutine: add support for libucontext
+- !105 - build against phodav-3.0/soup-3.0
+- fix openssl 3.0 warnings
+- meson: fix invalid use of subproject()
+
 v0.40
 =====
 
diff --git a/src/meson.build b/src/meson.build
index 32574e8..c742fde 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 = 0
+spice_client_glib_revision = 1
 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,


More information about the Spice-commits mailing list