Codebase list virt-viewer / ddd9bba
Update NEWS for 2.0 release Daniel P. Berrange 9 years ago
1 changed file(s) with 36 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 2.0: Jan 12, 2015
4 -----------------
5
6 - Fix handling of zoom in/out accelerators
7 - Fix warning going in/out of fullscreen
8 - Add dialog showing info about the current guest
9 - Change format of fullscreen config setting to
10 allow for sparse guest displays
11 - Write VM name to config file as a comment
12 - Never use fallback CA certs when loading vv-file
13 - Remove extraneous '/' from oVirt URIs
14 - Support oVirt foreign menus
15 - Allow using numapad for zoom in/out accelerators
16 - Force geometry update when agent connects
17 - Fix misc crash bugs
18 - Fix misc memory leaks
19 - Allow viewing of password entry characters
20 - Don't fail when auth dialog is cancelled
21 - Only create extra windows on demand
22 - Use more sensible default window size
23 - Improve docs for URIs and config files
24 - Allow cancellation of SPICE auth dialog
25 - Use new libvirt API for --attach to avoid SELinux AVC
26 - Allow removable of CD images with oVirt connections
27 - Show VM choose dialog when oVirt VM name is missing
28 - Support usernames request with SASL auth
29 - Use socat instead of nc if available
30 - Use PNG instead of SVG for icons
31 - Support connection to UNIX sockets instead of TCP
32 - Honour zoom level from CLI args with VNC
33 - Switch to GTK3 instead of GKT2 for Windows builds
34 - Ensure dialogs have transient parent set
35 - Switch to gstreamer 1.0 instead of 0.10 for Windows builds
36 - Avoid accidentally connecting to localhost with VNC/SPICE
37 - Use a versioned install directory for Windows builds
238
339 1.0: Jul 21, 2014
440 -----------------