diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2015-03-03 15:12:50 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2015-03-04 12:09:01 +0100 |
commit | f74b44033e5a95f94ecb3e8f00f5a90bd1648d29 (patch) | |
tree | 19b4f7ed1e95d8eb4562f036370925e69ac4eedd | |
parent | 0f0fce59635672dd5730f475b6086af70c0a27e7 (diff) |
Prepare v0.28 release
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +v0.28 +===== + +- webdav improvements: + - no longer spawn a server thread + - no longer use local TCP sockets & port + - provides read-only mode with SpiceSession:share-dir-ro + - requires libphodav-2.0 glib-2.0 >= 2.43.90 libsoup-2.4 >= 2.49.91 +- drop gstreamer 0.10 in favour of 1.0 +- add spice+unix://path connection support +- accept URI with empty parameters value, + such as spice://localhost?port=5900&tls-port= +- fixed lz4 support +- silence some harmless warnings +- misc API documentation improvements +- switch-host migration fixes +- learn to build --without-gtk +- bugs and regressions fixes + v0.27 ===== |