mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 18:53:18 +00:00
build: Prepare for 0.15.2 release
Really minor release. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
77611e5490
commit
0c2c1413a8
@ -1,3 +1,10 @@
|
||||
Major Changes in 0.15.2:
|
||||
========================
|
||||
Really minor fix release, mainly to fix a distribution issue
|
||||
|
||||
* Add missing file to distribution
|
||||
* Fix sound recording fix in case of buffer wrapping
|
||||
|
||||
Major Changes in 0.15.1:
|
||||
========================
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ AC_PREREQ([2.69])
|
||||
#
|
||||
dnl TODO see server/spice-char.h TODO comment for API breakage
|
||||
m4_define([SPICE_CURRENT], [15])
|
||||
m4_define([SPICE_REVISION], [2])
|
||||
m4_define([SPICE_REVISION], [3])
|
||||
m4_define([SPICE_AGE], [14])
|
||||
|
||||
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
|
||||
|
||||
@ -32,7 +32,7 @@ run_command('build-aux/meson/check-spice-common', check : true)
|
||||
#
|
||||
#
|
||||
spice_server_current = 15
|
||||
spice_server_revision = 2
|
||||
spice_server_revision = 3
|
||||
spice_server_age = 14
|
||||
spice_server_so_version = '@0@.@1@.@2@'.format(spice_server_current - spice_server_age,
|
||||
spice_server_age,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user