1. update NEWS 2. update configure.ac 3. update spec file Signed-off-by: Uri Lublin <uril@xxxxxxxxxx> Acked-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxx]) AM_CONFIG_HEADER([config.h]) diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in index 9ca6dc6..13cef13 100644 --- a/spice-streaming-agent.spec.in +++ b/spice-streaming-agent.spec.in @@ -73,6 +73,9 @@ fi %{_libdir}/pkgconfig %changelog +* Thu Sep 19 2019 Uri Lublin <uril@xxxxxxxxxx> - 0.3-1 +- Update to 0.3 release + * Thu May 31 2018 Uri Lublin <uril@xxxxxxxxxx> - 0.2-1 - First release -- 2.21.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel