From c1ff4f462421495b99a791cb04e753b5fd8d10c8 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Feb 14 2012 16:20:07 +0000 Subject: Update for release 0.5.0 --- diff --git a/NEWS b/NEWS index a66480c..b698561 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,25 @@ Virt Viewer News ================ +0.5.0: Feb 14, 2012 +------------------- + + - Add a remote-viewer binary for connecting to a SPICE/VNC + server based on URI, instead of querying libvirt + - Add ability to attach to a local VM via libvirt instead of + connecting over UNIX sockets + - Add support for SPICE controller + - Allow build without libvirt, for remote-viewer only + - Automatically resize guest desktop when resizing window with SPICE + - Add support for redirecting host USB devices to remote guest + - Grab focus when first showing the display + - Register as a spice-xpi-client-remote alternative + - Add pretty icon for virt-viewer app + - Set transient window hints on all popups + - Activate password 'Ok' button when pressing Enter + - Support secure connections with SPICE + - Don't hardcode 'localhost' for hostname + 0.4.2: Nov 9, 2011 ------------------- diff --git a/configure.ac b/configure.ac index 0824e32..56281df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(virt-viewer, 0.4.2) +AC_INIT(virt-viewer, 0.5.0) AC_CONFIG_SRCDIR(src/virt-viewer-main.c) AM_CONFIG_HEADER(config.h) dnl Make automake keep quiet about wildcards & other GNUmake-isms