[Spice-devel] [spice-streaming-agent PATCH 4/4] Prepare for v0.3 release
Uri Lublin
uril at redhat.com
Wed Oct 2 12:43:18 UTC 2019
On 9/27/19 10:47 AM, Frediano Ziglio wrote:
>>
>> 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?
It just a bit more consistent (the generated spec will
have 0.3 version and 0.3 changelog).
If you prefer I can drop the spec-file change.
>
> Otherwise,
> Acked-by: Frediano Ziglio <fziglio at redhat.com>
Thanks,
Uri.
More information about the Spice-devel
mailing list