Codebase list virt-viewer / c1ff4f4
Update for release 0.5.0 Daniel P. Berrange 12 years ago
2 changed file(s) with 20 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 0.5.0: Feb 14, 2012
4 -------------------
5
6 - Add a remote-viewer binary for connecting to a SPICE/VNC
7 server based on URI, instead of querying libvirt
8 - Add ability to attach to a local VM via libvirt instead of
9 connecting over UNIX sockets
10 - Add support for SPICE controller
11 - Allow build without libvirt, for remote-viewer only
12 - Automatically resize guest desktop when resizing window with SPICE
13 - Add support for redirecting host USB devices to remote guest
14 - Grab focus when first showing the display
15 - Register as a spice-xpi-client-remote alternative
16 - Add pretty icon for virt-viewer app
17 - Set transient window hints on all popups
18 - Activate password 'Ok' button when pressing Enter
19 - Support secure connections with SPICE
20 - Don't hardcode 'localhost' for hostname
221
322 0.4.2: Nov 9, 2011
423 -------------------
00
1 AC_INIT(virt-viewer, 0.4.2)
1 AC_INIT(virt-viewer, 0.5.0)
22 AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
33 AM_CONFIG_HEADER(config.h)
44 dnl Make automake keep quiet about wildcards & other GNUmake-isms