Codebase list virt-viewer / 111d80a
Prep for 0.4.2 release 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.4.2: Nov 9, 2011
4 -------------------
5
6 - Fix exports of signal functions for GTK UI builder on Windows
7 - Avoid crash if xmlParseURI fails
8 - Fix inverted test for SSH port that broke tunnelling
9 - Don't hardcode port numbers for SSH if not requested by user
10 - Fix deadlock in event handling
11 - Fix initial zoom level for all windows
12 - Fix window title to include domain name
13 - Fix hostname used when XML gives a wildcard IP address
14 - Fix window title when waiting for domain to appear
15 - Fix key shortcust for F9-F12 menus
16 - Always ask libvirt for its canonical URI
17 - Allow build without GTK-VNC (ie spice only)
18 - Require GTK-VNC >= 0.4.3
19 - Require SPICE-GTK >= 0.6.0
20
221
322 0.4.1: Aug 4, 2011
423 -------------------
00
1 AC_INIT(virt-viewer, 0.4.1)
1 AC_INIT(virt-viewer, 0.4.2)
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