summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-09-23 16:33:51 -0500
committerJonathon Jongsma <jjongsma@redhat.com>2015-09-25 09:06:55 -0500
commit6c323ca9fd13937e8557d55cec8898a6259a125f (patch)
tree2e897140d477908671446b2ff865f04af711731d
parentae292bdddea2e14eaf83b730081c2e5c413b6d5a (diff)
downloadspice-gtk-6c323ca9fd13937e8557d55cec8898a6259a125f.tar.gz
spice-gtk-6c323ca9fd13937e8557d55cec8898a6259a125f.tar.xz
spice-gtk-6c323ca9fd13937e8557d55cec8898a6259a125f.zip
Update NEWS for 0.30 release
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a6f7a3..86f2a8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+v0.30
+=====
+- spice-protocol is no longer bundled with spice-gtk. Requires
+ spice-protocol >= 0.12.10
+- Handle single headed monitors that have a non-zero x, y config
+- various small improvements to 'spicy' test application
+- Fix build with automake < 1.13
+- various bug fixes and improvements
+- New API:
+ - spice_main_update_display_enabled()
+ - Add SpiceSession::preferred-compression property and
+ --spice-preferred-compression commandline switch (requires a
+ yet-to-be-released version of spice server)
+- ability to set the SpiceDisplay::keypress-delay property via a new
+ SPICE_KEYPRESS_DELAY environment variable
+
v0.29
=====