diff --git a/NEWS b/NEWS index b7b3337..1aef6ee 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index c892469..79cad96 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in index 1885711..b260404 100644 --- a/virt-viewer.spec.in +++ b/virt-viewer.spec.in @@ -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