From 92672aee3bdbe3d4e5b084881f88f3ba5331d38e Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Aug 04 2011 10:12:58 +0000 Subject: Update for 0.4.1 release --- diff --git a/NEWS b/NEWS index f25d574..177f975 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ Virt Viewer News ================ +0.4.1: Aug 4, 2011 +------------------- + + - Remove bogus use of AM_GLIB_GNU_GETTEXT macro to try to + facilitate BSD builds + - Support multiple monitors with SPICE and QXL drivers + - Don't hardcode SSH port to 22 when tunnelling + 0.4.0: Jul 12, 2011 ------------------- diff --git a/configure.ac b/configure.ac index 1f1ae18..9c791e7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(virt-viewer, 0.4.0) +AC_INIT(virt-viewer, 0.4.1) AC_CONFIG_SRCDIR(src/virt-viewer-main.c) AM_CONFIG_HEADER(config.h) dnl Make automake keep quiet about wildcards & other GNUmake-isms