summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2015-03-13 11:38:56 -0500
committerJeremy White <jwhite@codeweavers.com>2015-03-13 11:38:56 -0500
commitc1e736b083ff47639ecb73ea9be4d14b5002f93f (patch)
tree1e44b273ccde3fe0bcf13beb5ec95970ac84e539
parentff42bc739948c5c83d5c9957ddc5d26104dfd465 (diff)
Prepare for release 0.1.6spice-html5-0.1.6
-rw-r--r--README3
-rw-r--r--TODO2
-rw-r--r--spice-html5.spec.in7
3 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 5069209..5ec1804 100644
--- a/README
+++ b/README
@@ -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
diff --git a/TODO b/TODO
index cf92c9c..7262cfe 100644
--- a/TODO
+++ b/TODO
@@ -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
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
index f69e051..ffe2c11 100644
--- a/spice-html5.spec.in
+++ b/spice-html5.spec.in
@@ -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.