Release v0.41

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-07-04 16:28:20 +04:00 committed by Marc-André Lureau
parent 9788b24e8c
commit 74e673d7c3
2 changed files with 10 additions and 1 deletions

View File

@ -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
=====

View File

@ -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@.@1@.@2@'.format(spice_client_glib_current - spice_client_glib_age,
spice_client_glib_age,