Codebase list virt-viewer / a9c310d
Updates for 0.4.0 release Daniel P. Berrange 12 years ago
2 changed file(s) with 18 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 0.4.0: Jul 12, 2011
4 -------------------
5
6 - Require SPICE-GTK >= 0.6
7 - Hide menu bar when going fullscreen
8 - Support building against GTK2 or GTK3
9 - Convert from Glade to GtkBuilder
10 - Honour 'listen' attribute from <graphics> XML when connecting
11 - Fix reconnection after authentication failure
12 - Make --verbose flag actually do something
13 - Enable scaling with SPICE to match VNC behaviour
14 - Rewrite widget resizing code to (try to) be more reliable
15 - Fill extra space outside guest display with black
16 - Fix (null) in title bar while not connected
17 - Fix multiple memory leaks
18 - Fix reconnecting to display with SPICE
219
320 0.3.1: Feb 21, 2011
421 -------------------
00
1 AC_INIT(virt-viewer, 0.3.1)
1 AC_INIT(virt-viewer, 0.4.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