Update for 0.2.0 release

This commit is contained in:
Daniel P. Berrange 2009-07-29 13:31:23 +01:00
parent 417d694e72
commit 758370e71f
3 changed files with 25 additions and 10 deletions

27
NEWS
View File

@ -1,8 +1,23 @@
Virt Viewer News
================
March 10, 2008
--------------
0.2.0: July 20, 2009
--------------------
- Switch UI over to use Glade
- Support graphical dialog for VNC and libvirt authentication
- Resize window to match VNC desktop size where possible
- Scale down VNC desktop if it cannot fit in host desktop space
- Allow user to resize window to arbitrary size, scaling VNC
- Fix blocking of accelerators
- Allow automatic reconnect to a VM via --reconnect
- Use libvirt events to detect when VM changes state
- Wait for VM to appear if it does not exist
- Fix plugin build with newer xulrunner
- Port & build for Mingw32 target
0.0.3: March 10, 2008
---------------------
- Block accelerators when grab is active
- Enable smooth scaling of desktop to fill screen
@ -10,15 +25,15 @@ March 10, 2008
- Hide characters in password entry field
- Use domain name in title bar instead of VNC desktop name
August 28, 2007
---------------
0.0.2: August 28, 2007
----------------------
- Support connecting to remote libvirt servers
- Support connecting to remote VNC consoles
- Support tunneling VNC over SSH
- Support TLS x509 certificate credentials
August 15, 2007
---------------
0.0.1: August 15, 2007
----------------------
- Initial release

View File

@ -1,5 +1,5 @@
AC_INIT(virt-viewer, 0.0.4)
AC_INIT(virt-viewer, 0.2.0)
AC_CONFIG_SRCDIR(src/main.c)
AM_CONFIG_HEADER(config.h)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
@ -17,10 +17,10 @@ AC_DEFINE([_GNU_SOURCE], [], [Enable GNU extensions])
VIRT_VIEWER_COMPILE_WARNINGS(maximum)
PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.6.0)
PKG_CHECK_MODULES(LIBVIRT, libvirt >= 0.5.0)
PKG_CHECK_MODULES(LIBVIRT, libvirt >= 0.6.0)
PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.10.0)
PKG_CHECK_MODULES(LIBGLADE2, libglade-2.0 >= 2.6.0)
PKG_CHECK_MODULES(GTKVNC, gtk-vnc-1.0 >= 0.3.5)
PKG_CHECK_MODULES(GTKVNC, gtk-vnc-1.0 >= 0.3.8)
dnl Decide if this platform can support the SSH tunnel feature.
AC_CHECK_HEADERS([sys/socket.h sys/un.h windows.h])

View File

@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: openssh-clients
BuildRequires: gtk2-devel
BuildRequires: libvirt-devel >= 0.6.1
BuildRequires: libvirt-devel >= 0.6.0
BuildRequires: libxml2-devel
BuildRequires: libglade2-devel
BuildRequires: gtk-vnc-devel >= 0.3.8