summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-10-29 17:34:25 +0100
committerVictor Toso <victortoso@redhat.com>2015-10-29 17:43:50 +0100
commite1a7e3dbbe091bfdc568372ff5ab18ed7eae972e (patch)
tree9137879b13dd9ed688963e78e8b864a54098329a
parenta88e197b18785d6de2322b5f26484c4130a6f2b9 (diff)
Prepare for 0.7.1 releaseusbredir-0.7.1
Signed-off-by: Victor Toso <victortoso@redhat.com>
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
-rw-r--r--usbredirparser/usbredirproto.h2
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 131c3ee..fd3b54c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+usbredir-0.7.1 29 Oct 2015
+----------------------------
+-usbredirfilter
+ -force check to device which had all interfaces skipped. This fix a bug
+ which allow a KVM device to be redirect when it should not
+-usbredirparser:
+ -allow missing capabilities from source host when loading a USB
+ redirection stream during a qemu migration
+-usbredirhost:
+ -new callback to drop isoc packets when application's pending writes buffer
+ size is too big; The threshold calculation aims at 10fps as worst case to
+ give at least 150ms of continuous data to application.
+
usbredir-0.7 19 May 2014
--------------------------
-usbredirproto:
diff --git a/configure.ac b/configure.ac
index 25c9a5b..9887459 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([usbredir], [0.7])
+AC_INIT([usbredir], [0.7.1])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([config.h])
diff --git a/usbredirparser/usbredirproto.h b/usbredirparser/usbredirproto.h
index 89fb862..598da2f 100644
--- a/usbredirparser/usbredirproto.h
+++ b/usbredirparser/usbredirproto.h
@@ -46,7 +46,7 @@
extern "C" {
#endif
-#define USBREDIR_VERSION 0x000700 /* 0.7 [.0] */
+#define USBREDIR_VERSION 0x000701 /* 0.7 [.0] */
enum {
usb_redir_success,