build: Prepare for 0.15.1 release

Lot of build and compatibility updates since 0.15.
See CHANGELOG.md.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2022-09-13 14:59:22 +01:00
parent f9682ed121
commit c7b313ba31
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
Major Changes in 0.15.1:
========================
* Fix some compatibility issues with FreeBSD
* Fix some minor issue with build
* Improve packaging with Meson
* Lot of C++ improves (clang-tidy)
* Fix some compatibility with no-Glibc libraries (like Musl)
* Fix minor leaks shutting down library
* Add Doxygen file to distribution
* Fix a longstanding issue related to surface updates where wrong surfaces were possibly used
* Fix compatibility with OpenSSL 3
* Updates and fixes for CI
* Use more random connection IDs to fix possible issues with proxies
Major Changes in 0.15:
======================

View File

@ -13,7 +13,7 @@ AC_PREREQ([2.57])
#
dnl TODO see server/spice-char.h TODO comment for API breakage
m4_define([SPICE_CURRENT], [15])
m4_define([SPICE_REVISION], [1])
m4_define([SPICE_REVISION], [2])
m4_define([SPICE_AGE], [14])
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],

View File

@ -32,7 +32,7 @@ run_command('build-aux/meson/check-spice-common', check : true)
#
#
spice_server_current = 15
spice_server_revision = 1
spice_server_revision = 2
spice_server_age = 14
spice_server_so_version = '@0@.@1@.@2@'.format(spice_server_current - spice_server_age,
spice_server_age,