[Spice-devel] [spice-streaming-agent PATCH v3 2/2] Prepare for v0.2 release
Uri Lublin
uril at redhat.com
Mon Jun 4 18:10:18 UTC 2018
Signed-off-by: Uri Lublin <uril at redhat.com>
---
Changes since v2:
= Just a rebase.
Changes since v1:
= More news in NEWS.
---
NEWS | 27 +++++++++++++++++++++++++++
configure.ac | 2 +-
spice-streaming-agent.spec.in | 3 +++
3 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index e69de29..aedf07a 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,27 @@
+Major changes in 0.2:
+=====================
+- First release
+- This is a development release and API/ABI consistency is not guaranteed
+- Update copyright license to Apache 2
+- Rename the virtio port to org.spice-space.stream.0
+- Change version scheme: ensure plugins cannot bypass version check
+- build: Install .pc file to ${libdir}, not ${sharedir}
+- build: Generate .xz tarballs rather than bz2
+- Report a reason when there is an error loading the plugin
+- Do not use an encoding not supported by the client
+- Change name space to spice::streaming_agent
+- Remove reading start/stop commands from stdin
+- Explicit registration for built-in plugins (was static)
+- Run CI tests on gitlab
+- Handle STREAM_TYPE_CAPABILITIES message from the server
+- Allow to set plugins directory via command line
+- Add autogen.sh script
+- Open virtio port in NONBLOCK mode
+- Upon failure in one plugin, try to use another plugin instead of bailing out
+- Build requires catch-devel for tests
+- Build requires autoconf-archive to make sure build is done with -std=c++11
+
+Major changes in 0.1:
+=====================
+- Capture encoded frames via plugins and send it over to spice-server via
+ a virtio port device.
diff --git a/configure.ac b/configure.ac
index d8af9a1..b59c447 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT(spice-streaming-agent, 0.1,
+AC_INIT(spice-streaming-agent, 0.2,
[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 c2ba4bf..5a06e89 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -68,5 +68,8 @@ fi
%{_libdir}/pkgconfig
%changelog
+* Thu May 31 2018 Uri Lublin <uril at redhat.com> - 0.2-1
+- First release
+
* Wed Aug 16 2017 Frediano Ziglio <fziglio at redhat.com> - 0.1-1
- Initial package (pre-release)
--
2.17.0
More information about the Spice-devel
mailing list