Prepare for release 0.1.6

This commit is contained in:
Jeremy White 2015-03-13 11:38:56 -05:00
parent ff42bc7399
commit c1e736b083
3 changed files with 9 additions and 3 deletions

3
README
View File

@ -1,6 +1,6 @@
Spice Javascript client
Instructions and status as of September, 2014.
Instructions and status as of March, 2015.
Requirements:
@ -12,7 +12,6 @@ Requirements:
https://github.com/kanaka/websockify
works great.
3. A spice server
At this point, I've tested with qemu hosting

2
TODO
View File

@ -45,7 +45,7 @@ Big Tasks:
. Profile the whole mess
- Initial profiling suggests image decompression is the big hog
. Improve agent support
. Continue to improve agent support
. Build a test suite for measuring performance
- Latency, bandwidth, packet loss

View File

@ -30,6 +30,13 @@ file for Apache, but should work with any web server.
%changelog
* 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
- Pavel Grunt: Use WheelEvent instead of MouseWheelEvent
- Frantisek Kobzik: Improve error messages
- Report a modern number of tokens
* Thu Sep 25 2014 Jeremy White <jwhite@codeweavers.com> 0.1.5-1
- If an agent is attached, enable dynamic resizing of the guest screen.
- Add support for audio streams using the Opus encoding.