summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-12-03 11:23:18 +0000
committerDaniel P. Berrange <berrange@redhat.com>2015-12-03 13:41:56 +0000
commit386ceb7778c49b26b55d1c341072c110fd4c80fe (patch)
tree91151a8701f5984c7a4aff52fcc044ff9642f190
parent9734cbb8e598d18369c01e76a219232043cb460a (diff)
downloadvirt-viewer-386ceb7778c49b26b55d1c341072c110fd4c80fe.tar.gz
virt-viewer-386ceb7778c49b26b55d1c341072c110fd4c80fe.tar.xz
virt-viewer-386ceb7778c49b26b55d1c341072c110fd4c80fe.zip
Update NEWS for release 3.0
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r--NEWS57
1 files changed, 57 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5700dbe..f58a311 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,63 @@
Virt Viewer News
================
+3.0: Dec 3, 2015
+----------------
+
+ - Last release to support GTK2 for Linux. The next
+ 4.0 release will be GTK3 only.
+ - Don't add URI scheme / path info to oVirt URIs
+ - Require spice-gtk >= 0.30
+ - Enable webdav folder sharing with spice
+ - Add preferences UI dialog
+ - Take --direct into account when checking if guest is
+ reachable
+ - Take SPICE proxy into account when connecting to oVirt
+ instances
+ - Fail gracefully when hostname is not returned by
+ oVirt
+ - Don't show empty foreign menu on secondary displays
+ - Avoid accidentally trying to connect to port 0 when
+ oVirt doesn't specify a port number
+ - Correctly update geometry when enabling/disabling
+ display heads
+ - Avoid accidentally creating extra monitors when using
+ configuration file monitor mapping
+ - Exit normally when cancelling connect dialog
+ - Don't wait for a guest that we know will never show up
+ - Fix crash when using --reconnect with SPICE
+ - Avoid zooming out if it would decrease window size
+ below minimum required for top menu display
+ - Fix crash when disabling last enabled display
+ - Honour changes in display position from guest
+ - Don't show error dialog twice for unknown graphics type
+ - Allow to cancel oVirt auth without error
+ - Set sensitivity of display menu based on whether it is
+ usable or not
+ - Set sensitivity of tool bar buttons based on whether they
+ are usable or not
+ - Set guest name reported by VNC
+ - Fix crash when using gtk-vnc 0.3.8
+ - Fix alt-tab behaviour in choose VM dialog
+ - Don't allow missing display in monitor mapping config
+ - Add --with-osid flag to configure to allow specifying
+ the operating system build target. The values should
+ be based on libosinfo OS short IDs.
+ - Ensure windows installer places menu icon for all users
+ not just admin. Requires manual uninstall of previous
+ windows version
+ - Require address in remote viewer connect dialog
+ - Automatically retry VNC connection after auth failure
+ - Drop GTK2 support for Windows builds
+ - Enable keepalives on libvirt conncetion
+ - Allow resize of window to arbitrary size
+ - Fix thread safety handling event callbacks
+ - Avoid deprecation warnings with newer glib
+ - Pulled in multiple fixes for event loop from libvirt-glib
+ - Fix misc bugs reported by coverity
+ - Fix binary ID in MSI installer
+ - Stop polling libvirt after reconnceting to libvirt
+
2.0: Jan 12, 2015
-----------------