[Spice-devel] [usbredir 3/3] Prepare for 0.8.0 release

Victor Toso victortoso at redhat.com
Fri Aug 3 15:39:26 UTC 2018


From: Victor Toso <me at victortoso.com>

---
 ChangeLog    | 14 ++++++++++++++
 configure.ac |  6 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 60956c1..7150434 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+usbredir-0.8.0   03 Aug 2018
+----------------------------
+-Source code and bug tracker hosted in Freedesktop's instance of Gitlab
+ -https://gitlab.freedesktop.org/spice/usbredir
+-usbredirfilter
+ -Fix busy wait due endless recursion when interface_count is zero
+-usbredirhost:
+ -Fix leak on error
+-usbredirserver:
+ -Use 'busnum-devnum' instead of 'usbbus-usbaddr'
+ -Add support for bind specific address -4 for ipv4, -6 for ipv6
+ -Reject empty vendorid from command line
+ -Enable TCP keepalive
+
 usbredir-0.7.1   29 Oct 2015
 ----------------------------
 -usbredirfilter
diff --git a/configure.ac b/configure.ac
index 9887459..f4e705d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([usbredir], [0.7.1])
+AC_INIT([usbredir], [0.8.0])
 AC_CONFIG_SRCDIR([configure.ac])
 
 AM_CONFIG_HEADER([config.h])
@@ -10,10 +10,10 @@ dnl libtool versioning
 #                 changes to the signature and the semantic)
 #  ? :+1 : ?   == just internal changes
 # CURRENT : REVISION : AGE
-LIBUSBREDIRHOST_SO_VERSION=1:0:0
+LIBUSBREDIRHOST_SO_VERSION=1:1:0
 AC_SUBST(LIBUSBREDIRHOST_SO_VERSION)
 
-LIBUSBREDIRPARSER_SO_VERSION=1:0:0
+LIBUSBREDIRPARSER_SO_VERSION=1:1:0
 AC_SUBST(LIBUSBREDIRPARSER_SO_VERSION)
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
-- 
2.17.1



More information about the Spice-devel mailing list