Update for release 0.5.0

This commit is contained in:
Daniel P. Berrange 2012-02-14 16:20:07 +00:00
parent 1a3b233e55
commit c1ff4f4624
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@ -1,6 +1,25 @@
Virt Viewer News 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 0.4.2: Nov 9, 2011
------------------- -------------------

View File

@ -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) AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl Make automake keep quiet about wildcards & other GNUmake-isms dnl Make automake keep quiet about wildcards & other GNUmake-isms