summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-02-14 16:20:07 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-02-14 16:20:07 +0000
commitc1ff4f462421495b99a791cb04e753b5fd8d10c8 (patch)
treee15773dcc28464cdef08892b212f4699150a71b6
parent1a3b233e55901ce76fb74ab80be6df3026f9b979 (diff)
downloadvirt-viewer-c1ff4f462421495b99a791cb04e753b5fd8d10c8.tar.gz
virt-viewer-c1ff4f462421495b99a791cb04e753b5fd8d10c8.tar.xz
virt-viewer-c1ff4f462421495b99a791cb04e753b5fd8d10c8.zip
Update for release 0.5.0v0.5.0
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
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