[Spice-devel] [PATCH spice-server 3/3] build: Prepare for 0.14.2 release

Victor Toso victortoso at redhat.com
Fri Apr 26 10:34:57 UTC 2019


On Fri, Apr 26, 2019 at 11:22:30AM +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  NEWS         | 20 ++++++++++++++++++++
>  configure.ac |  6 +++---
>  meson.build  |  6 +++---
>  3 files changed, 26 insertions(+), 6 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 403df63cd..10441c586 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,23 @@
> +Major Changes in 0.14.2:
> +========================
> +
> +Main changes are support for Meson build and graphic device info
> +messages allowing to better support multimonitor configurations.

I think I always write 'multimonitor' too but my editor says its
not correct, perhaps multi-monitor is better?

> +* support H265 in stream-channel
> +* add support for building with meson/ninja
> +* minor tests fixes improving CI
> +* set char device state for smartcard, allowing Qemu optimization
> +* improve red-parse-qxl.c interface making it more consistent
> +* add some instrumentation for streaming device
> +* QXL interface: add a function to identify monitors in the guest
> +  (spice_qxl_set_device_info)
> +* add support for GraphicsDeviceInfo messages
> +* CVE-2019-3813: fix off-by-one error in group/slot boundary check

I would move this one to the top. Looks fine otherwise.

> +* video-stream: prevent crash on stream reattach
> +* make channel client callbacks virtual functions
> +* bumped minimum required glib version to 2.38
> +
>  Major Changes in 0.14.1:
>  ========================
>  
> diff --git a/configure.ac b/configure.ac
> index 4a4704274..1ce81f91d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -12,9 +12,9 @@ AC_PREREQ([2.57])
>  #   then set age to 0.
>  #
>  dnl TODO see server/spice-char.h TODO comment for API breakage
> -m4_define([SPICE_CURRENT], [13])
> -m4_define([SPICE_REVISION], [5])
> -m4_define([SPICE_AGE], [12])
> +m4_define([SPICE_CURRENT], [14])
> +m4_define([SPICE_REVISION], [0])
> +m4_define([SPICE_AGE], [13])
>  
>  AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
>          [spice-devel at lists.freedesktop.org], spice)
> diff --git a/meson.build b/meson.build
> index 2951561fd..a50398828 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -27,9 +27,9 @@ run_command('build-aux/meson/check-spice-common', check : true)
>  #   then set age to 0.
>  #
>  #
> -spice_server_current = 13
> -spice_server_revision = 5
> -spice_server_age = 12
> +spice_server_current = 14
> +spice_server_revision = 0
> +spice_server_age = 13
>  spice_server_so_version = '@0 at .@1 at .@2@'.format(spice_server_current - spice_server_age,
>                                                 spice_server_age,
>                                                 spice_server_revision)
> -- 
> 2.20.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/20190426/6f886c96/attachment.sig>


More information about the Spice-devel mailing list