diff options
author | Jeremy White <jwhite@codeweavers.com> | 2016-08-17 14:44:46 -0500 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2016-08-17 14:44:46 -0500 |
commit | 36b8ad36152fdf8713082c0b99b4d8ad7e282a95 (patch) | |
tree | a602abce508dceb5badc0cb4576a51e9a4924ed8 | |
parent | 667f16c2a4d7acf0f0b4e3f5765662fdca8fdbdc (diff) |
Prepare for the 0.17 releasespice-html5-0.1.7
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | TODO | 7 | ||||
-rw-r--r-- | spice-html5.spec.in | 10 |
3 files changed, 20 insertions, 8 deletions
@@ -1,6 +1,6 @@ Spice Javascript client -Instructions and status as of March, 2015. +Instructions and status as of August, 2016. Requirements: @@ -8,15 +8,16 @@ Requirements: 2. A WebSocket proxy - I've used websockify: + websockify: https://github.com/kanaka/websockify works great. + Note that a patch to remove this requirement has been submitted + to the Spice project but not yet been accepted. Refer to this email: + https://lists.freedesktop.org/archives/spice-devel/2016-June/030552.html + 3. A spice server - At this point, I've tested with qemu hosting - a Fedora image, a Vista image, and with Xspice. - Vista was pretty bad; I recommend either Linux or Xspice. Optional: 1. A web server @@ -1,5 +1,7 @@ Medium Tasks: + . Support lz4 + . Get the mouse event code out of spicemsg (and make spicemsg *only* about messages) @@ -29,7 +31,8 @@ Big Tasks: . Generate messages + enums from spice.proto . Video: - - Need to pick a video codec and get support for it into spice server + - Need to add more video codecs and attempt to refine video + behavior . Explore clipboard - Supporting it may require unpleasant hacks @@ -40,8 +43,6 @@ Big Tasks: . Fix the many limitations of Draw operation support (clipping, masking, scaling, and so on) - . Implement direct websocket support for the spice server - . Profile the whole mess - Initial profiling suggests image decompression is the big hog diff --git a/spice-html5.spec.in b/spice-html5.spec.in index ffe2c11..c33e81f 100644 --- a/spice-html5.spec.in +++ b/spice-html5.spec.in @@ -30,6 +30,16 @@ file for Apache, but should work with any web server. %changelog +* Wed Aug 17 2016 Jeremy White <jwhite@codeweavers.com> 0.1.7-1 +- Jeremy White: Add support for vp8 video streams +- Jeremy White: Support sized data streams and stream data reports +- Jeremy White: Add minor debug tools for media playback +- Jeremy White: Enable file transfer for spice_auto.html +- Oliver Gutierrez: avoid an unwanted exception when used by cockpit plugin +- Martin Hradil: Make spice_auto.html respect an input path +- Pavel Grunt: Minor Coverity adjustments +- Pavel Grunt: Improve log messages + * Fri Mar 13 2015 Jeremy White <jwhite@codeweavers.com> 0.1.6-1 - Pavel Grunt: Implement file transfer from client to guest - Pavel Grunt: Report agent capabilities, handle agent tokens |