[Spice-devel] [spice-streaming-agent PATCH 4/4] Prepare for v0.3 release
Frediano Ziglio
fziglio at redhat.com
Fri Sep 27 07:47:19 UTC 2019
>
> 1. update NEWS
> 2. update configure.ac
> 3. update spec file
>
> Signed-off-by: Uri Lublin <uril at redhat.com>
> ---
> NEWS | 17 +++++++++++++++++
> configure.ac | 2 +-
> spice-streaming-agent.spec.in | 3 +++
> 3 files changed, 21 insertions(+), 1 deletion(-)
>
> diff --git a/NEWS b/NEWS
> index aedf07a..2bd6b18 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,20 @@
> +Major changes in 0.3:
> +=====================
> +- Improve the invalid option argument (-c) error message
> +- Improve the frame log messages
> +- Make the try-catch block in main() a catch-all
> +- Set default syslog mask to a lower level
> +- Fix some clang build errors
> +- Adding gstreamer based plugin
> +- Make error.hpp and the Error class a public API
> +- Export symbols in the binary to be used by plugins
> +- Interface + implementation of getting device display info
> +- Send the GraphicsDeviceInfo to the server
> +- Add support for logging statistics from plugins
> +- Enable building with GCC 9
> +- Add a man page
> +
> +
> Major changes in 0.2:
> =====================
> - First release
> diff --git a/configure.ac b/configure.ac
> index 1c7788b..bab1cc7 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,6 +1,6 @@
> AC_PREREQ([2.57])
>
> -AC_INIT(spice-streaming-agent, 0.2,
> +AC_INIT(spice-streaming-agent, 0.3,
> [spice-devel at lists.freedesktop.org])
>
> AM_CONFIG_HEADER([config.h])
> diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
> index fcb8231..8faeecf 100644
> --- a/spice-streaming-agent.spec.in
> +++ b/spice-streaming-agent.spec.in
> @@ -77,6 +77,9 @@ fi
> %{_libdir}/pkgconfig
>
> %changelog
> +* Thu Sep 19 2019 Uri Lublin <uril at redhat.com> - 0.3-1
> +- Update to 0.3 release
> +
> * Thu May 31 2018 Uri Lublin <uril at redhat.com> - 0.2-1
> - First release
>
Sure the update to spec is necessary?
Otherwise,
Acked-by: Frediano Ziglio <fziglio at redhat.com>
Frediano
More information about the Spice-devel
mailing list