mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-01-08 21:36:55 +00:00
Release v0.41
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
9788b24e8c
commit
74e673d7c3
@ -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
|
||||
=====
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user