Codebase list virt-viewer / 386ceb7
Update NEWS for release 3.0 Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Daniel P. Berrange 8 years ago
1 changed file(s) with 57 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 3.0: Dec 3, 2015
4 ----------------
5
6 - Last release to support GTK2 for Linux. The next
7 4.0 release will be GTK3 only.
8 - Don't add URI scheme / path info to oVirt URIs
9 - Require spice-gtk >= 0.30
10 - Enable webdav folder sharing with spice
11 - Add preferences UI dialog
12 - Take --direct into account when checking if guest is
13 reachable
14 - Take SPICE proxy into account when connecting to oVirt
15 instances
16 - Fail gracefully when hostname is not returned by
17 oVirt
18 - Don't show empty foreign menu on secondary displays
19 - Avoid accidentally trying to connect to port 0 when
20 oVirt doesn't specify a port number
21 - Correctly update geometry when enabling/disabling
22 display heads
23 - Avoid accidentally creating extra monitors when using
24 configuration file monitor mapping
25 - Exit normally when cancelling connect dialog
26 - Don't wait for a guest that we know will never show up
27 - Fix crash when using --reconnect with SPICE
28 - Avoid zooming out if it would decrease window size
29 below minimum required for top menu display
30 - Fix crash when disabling last enabled display
31 - Honour changes in display position from guest
32 - Don't show error dialog twice for unknown graphics type
33 - Allow to cancel oVirt auth without error
34 - Set sensitivity of display menu based on whether it is
35 usable or not
36 - Set sensitivity of tool bar buttons based on whether they
37 are usable or not
38 - Set guest name reported by VNC
39 - Fix crash when using gtk-vnc 0.3.8
40 - Fix alt-tab behaviour in choose VM dialog
41 - Don't allow missing display in monitor mapping config
42 - Add --with-osid flag to configure to allow specifying
43 the operating system build target. The values should
44 be based on libosinfo OS short IDs.
45 - Ensure windows installer places menu icon for all users
46 not just admin. Requires manual uninstall of previous
47 windows version
48 - Require address in remote viewer connect dialog
49 - Automatically retry VNC connection after auth failure
50 - Drop GTK2 support for Windows builds
51 - Enable keepalives on libvirt conncetion
52 - Allow resize of window to arbitrary size
53 - Fix thread safety handling event callbacks
54 - Avoid deprecation warnings with newer glib
55 - Pulled in multiple fixes for event loop from libvirt-glib
56 - Fix misc bugs reported by coverity
57 - Fix binary ID in MSI installer
58 - Stop polling libvirt after reconnceting to libvirt
259
360 2.0: Jan 12, 2015
461 -----------------