diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2011-11-09 15:13:11 +0000 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2011-11-09 15:13:11 +0000 |
| commit | 111d80a8cbfdc1dbb592a76a25cd1823c99f2dd2 (patch) | |
| tree | 6f1de4bf93cfa65667d3ad4fd17c53c506a7c6be | |
| parent | 5cf73d0a818c9f50ee6c3eb4fea7e7bf365a561a (diff) | |
| download | virt-viewer-0.4.2.tar.gz virt-viewer-0.4.2.tar.xz virt-viewer-0.4.2.zip | |
Prep for 0.4.2 releasev0.4.2
| -rw-r--r-- | NEWS | 19 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,6 +1,25 @@ Virt Viewer News ================ +0.4.2: Nov 9, 2011 +------------------- + + - Fix exports of signal functions for GTK UI builder on Windows + - Avoid crash if xmlParseURI fails + - Fix inverted test for SSH port that broke tunnelling + - Don't hardcode port numbers for SSH if not requested by user + - Fix deadlock in event handling + - Fix initial zoom level for all windows + - Fix window title to include domain name + - Fix hostname used when XML gives a wildcard IP address + - Fix window title when waiting for domain to appear + - Fix key shortcust for F9-F12 menus + - Always ask libvirt for its canonical URI + - Allow build without GTK-VNC (ie spice only) + - Require GTK-VNC >= 0.4.3 + - Require SPICE-GTK >= 0.6.0 + + 0.4.1: Aug 4, 2011 ------------------- diff --git a/configure.ac b/configure.ac index fbbacb5..e47d60a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(virt-viewer, 0.4.1) +AC_INIT(virt-viewer, 0.4.2) AC_CONFIG_SRCDIR(src/virt-viewer-main.c) AM_CONFIG_HEADER(config.h) dnl Make automake keep quiet about wildcards & other GNUmake-isms |
