[Spice-devel] [PATCH spice-gtk] Prepare for v0.31 release

Fabiano Fidêncio fabiano at fidencio.org
Fri Mar 11 15:53:24 UTC 2016


On Thu, Mar 10, 2016 at 5:32 PM, Marc-André Lureau
<marcandre.lureau at gmail.com> wrote:
> Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> ---
>  NEWS                     | 18 ++++++++++++++++++
>  src/usb-device-manager.c |  2 ++
>  2 files changed, 20 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 86f2a8c..0cb5359 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,21 @@
> +v0.31
> +=====
> +
> +- add local GL scanout support for virtio-gpu/virgl guests
> +- new file-transfer API, to be able to monitor transfers etc
> +- new spice_display_change_preferred_compression() API
> +- better authentication error reports
> +- usbredir: drop isoc packets on low bandwidth (rhbz#1264156)
> +- usbredir: add counter of free channels (rhbz#1298772)
> +- add a toplevel include header spice-client-gtk.h
> +- grab keyboard based on session focus (rhbz#1275231)
> +- don't print error message on successful file transfer (rhbz#1265562)
> +- allow simultaneous support for Pulse and GStreamer audio
> +- remove GSlice usage
> +- some BE endianness fixes
> +- misc leak and use after-free fixes
> +- documentation fixes
> +
>  v0.30
>  =====
>  - spice-protocol is no longer bundled with spice-gtk. Requires
> diff --git a/src/usb-device-manager.c b/src/usb-device-manager.c
> index a3aa014..a8dd4e7 100644
> --- a/src/usb-device-manager.c
> +++ b/src/usb-device-manager.c
> @@ -568,6 +568,8 @@ static void spice_usb_device_manager_class_init(SpiceUsbDeviceManagerClass *klas
>       * SpiceUsbDeviceManager:n-free-channels:
>       *
>       * Get a list of avaialable channels for redirecting USB devices.
> +     *
> +     * Since: 0.31
>       */
>      pspec = g_param_spec_int("free-channels", "Free channels",
>                 "The number of available channels for redirecting USB devices",
> --
> 2.5.0

Please, feel free to push this small patch.

>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel



-- 
Fabiano Fidêncio


More information about the Spice-devel mailing list