[spice-html5] Pavel Grunt: Implement file transfer from client to guest

Jeremy White jwhite at fedoraproject.org
Fri Mar 13 18:50:09 UTC 2015


commit 100980ff8f2a4cdb402b3694278e57c1ddba0386
Author: Jeremy White <jwhite at codeweavers.com>
Date:   Fri Mar 13 13:49:46 2015 -0500

    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

 .gitignore               |   1 +
 sources                  |   2 +-
 spice-html5-0.1.6.tar.gz | Bin 0 -> 82559 bytes
 spice-html5.spec         |  10 ++++++++--
 4 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0765744..2f62834 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /spice-html5-0.1.2.tar.gz
 /spice-html5-0.1.4.tar.gz
 /spice-html5-0.1.5.tar.gz
+/spice-html5-0.1.6.tar.gz
diff --git a/sources b/sources
index 67354e1..463be8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-682d4615838d0f6b2cc53a679f20c267  spice-html5-0.1.5.tar.gz
+60e251cfc737c192c6a62acd8e25fd49  spice-html5-0.1.6.tar.gz
diff --git a/spice-html5-0.1.6.tar.gz b/spice-html5-0.1.6.tar.gz
new file mode 100644
index 0000000..c800946
Binary files /dev/null and b/spice-html5-0.1.6.tar.gz differ
diff --git a/spice-html5.spec b/spice-html5.spec
index 991198e..3661832 100644
--- a/spice-html5.spec
+++ b/spice-html5.spec
@@ -1,5 +1,5 @@
 Name:           spice-html5
-Version:        0.1.5
+Version:        0.1.6
 Release:        1%{?dist}
 Summary:        Pure Javascript SPICE client
 
@@ -30,11 +30,17 @@ file for Apache, but should work with any web server.
 
 
 %changelog
+* Fri Mar 13 2015 Jeremy White <jwhite at 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 at 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.
 - Vladik Romanovsky: Use wss scheme when accessing with https protocol
-  with any web server.
 
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list