mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-28 16:29:56 +00:00
Release 0.12.4
This commit is contained in:
parent
51d50dca00
commit
b270fb010a
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
||||
Major changes in 0.12.4:
|
||||
========================
|
||||
* log actual address spice-server binds to
|
||||
* main_channel: fix double release of migration target data (rhbz#859027)
|
||||
* red_channel: replace an assert upon threads mismatch with a warning (rhbz#823472)
|
||||
* support for filtering out agent file-xfer msgs (rhbz#961848)
|
||||
** new library export spice_server_set_agent_file_xfer
|
||||
* mjpeg encoder statistics (mjpeg_encoder_get_stats)
|
||||
* improve stream stats readability and ease of parsing
|
||||
* fix for stuck display_channel over WAN (jpeg_enabled=true) (rhbz#977998)
|
||||
* Use RING_FOREACH_SAFE and other SAFE macros (rhbz#887775)
|
||||
* Some server/tests fixes.
|
||||
|
||||
Major changes in 0.12.3:
|
||||
========================
|
||||
* monitor client bandwidth and latency.
|
||||
|
||||
@ -13,9 +13,9 @@ AC_PREREQ([2.57])
|
||||
# 4. Follow the libtool manual for the so version:
|
||||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
|
||||
m4_define([SPICE_CURRENT], [8])
|
||||
m4_define([SPICE_CURRENT], [9])
|
||||
m4_define([SPICE_REVISION], [0])
|
||||
m4_define([SPICE_AGE], [7])
|
||||
m4_define([SPICE_AGE], [8])
|
||||
|
||||
# Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned
|
||||
# from looking at libtool 2.4.2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user