mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2024-12-22 13:33:58 +03:00
Update for release 0.5.0
This commit is contained in:
parent
1a3b233e55
commit
c1ff4f4624
19
NEWS
19
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
|
||||
-------------------
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user