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

Victor Toso victortoso at redhat.com
Tue Aug 7 09:48:12 UTC 2018


Hi,

Release was done a few moments back. You can access it at
Gitlab's tag [0] and soon enough at spice-space.org [1].

[0] https://gitlab.freedesktop.org/spice/usbredir/tags/usbredir-0.8.0
[1] https://www.spice-space.org/download/usbredir/

Thanks to all that contributed to this release.

Cheers,
Victor

On Fri, Aug 03, 2018 at 05:39:26PM +0200, Victor Toso wrote:
> 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
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180807/4c71ca14/attachment.sig>


More information about the Spice-devel mailing list