From 111d80a8cbfdc1dbb592a76a25cd1823c99f2dd2 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Nov 09 2011 15:13:11 +0000 Subject: Prep for 0.4.2 release --- diff --git a/NEWS b/NEWS index 177f975..a66480c 100644 --- a/NEWS +++ b/NEWS @@ -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