summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2018-06-01 03:03:19 +0300
committerUri Lublin <uril@redhat.com>2018-06-06 13:59:04 +0300
commit4da27bc285ee9350805ee5d97b722b301e3704bf (patch)
tree9b18cc93022081f96046b405cff2d7e97134f50b
parentec8412452b2738dbe74384f2bb78b50b2d31ca22 (diff)
Prepare for v0.2 release
Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
-rw-r--r--spice-streaming-agent.spec.in3
3 files changed, 31 insertions, 1 deletions
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@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@redhat.com> - 0.2-1
+- First release
+
* Wed Aug 16 2017 Frediano Ziglio <fziglio@redhat.com> - 0.1-1
- Initial package (pre-release)