mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 21:12:12 +00:00
build: Prepare for 0.14.3 release
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
c989769211
commit
7f7af5d426
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,3 +1,30 @@
|
||||
Major Changes in 0.14.3:
|
||||
========================
|
||||
|
||||
Main changes are WebSocket and support for Windows.
|
||||
|
||||
* Add support for WebSocket, this will allow to use spice-html5 without proxy
|
||||
* Support Windows, now Qemu Windows can be build enabling Spice
|
||||
* Fix some alignment problem
|
||||
* Converted some documentation to Asciidoc format to make easier to update,
|
||||
updated some
|
||||
* Minor compatibility fix for PPC64EL and ARMHF
|
||||
* Minor fixes for big endian machines like MIPS
|
||||
* Avoid some crashes with some buggy guest drivers, simply ignore the invalid
|
||||
request
|
||||
* Fix for old OpenSSL versions
|
||||
* Minor fix for Windows clients and brushes, fixed an issue with Photoshop
|
||||
under Windows 7
|
||||
* Add ability to query video-codecs
|
||||
* Small use-after-free fix
|
||||
* Fix for debugging recording/replaying using QUIC images
|
||||
* Fix a regression where spice reported no monitors to the client
|
||||
* Fix DoS in spicevmc if WebDAV used
|
||||
* Updated and improved test migration script
|
||||
* Some minor fixes to smartcard support
|
||||
* Avoid possible disconnection using proxies using a in-flow keepalive
|
||||
mechanism
|
||||
|
||||
Major Changes in 0.14.2:
|
||||
========================
|
||||
|
||||
|
||||
@ -12,9 +12,9 @@ AC_PREREQ([2.57])
|
||||
# then set age to 0.
|
||||
#
|
||||
dnl TODO see server/spice-char.h TODO comment for API breakage
|
||||
m4_define([SPICE_CURRENT], [14])
|
||||
m4_define([SPICE_CURRENT], [15])
|
||||
m4_define([SPICE_REVISION], [0])
|
||||
m4_define([SPICE_AGE], [13])
|
||||
m4_define([SPICE_AGE], [14])
|
||||
|
||||
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
|
||||
[spice-devel@lists.freedesktop.org], spice)
|
||||
|
||||
@ -27,9 +27,9 @@ run_command('build-aux/meson/check-spice-common', check : true)
|
||||
# then set age to 0.
|
||||
#
|
||||
#
|
||||
spice_server_current = 14
|
||||
spice_server_current = 15
|
||||
spice_server_revision = 0
|
||||
spice_server_age = 13
|
||||
spice_server_age = 14
|
||||
spice_server_so_version = '@0@.@1@.@2@'.format(spice_server_current - spice_server_age,
|
||||
spice_server_age,
|
||||
spice_server_revision)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user