Codebase list virt-viewer / 758370e
Update for 0.2.0 release Daniel P. Berrange 14 years ago
3 changed file(s) with 25 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
22
3 March 10, 2008
4 --------------
3 0.2.0: July 20, 2009
4 --------------------
5
6 - Switch UI over to use Glade
7 - Support graphical dialog for VNC and libvirt authentication
8 - Resize window to match VNC desktop size where possible
9 - Scale down VNC desktop if it cannot fit in host desktop space
10 - Allow user to resize window to arbitrary size, scaling VNC
11 - Fix blocking of accelerators
12 - Allow automatic reconnect to a VM via --reconnect
13 - Use libvirt events to detect when VM changes state
14 - Wait for VM to appear if it does not exist
15 - Fix plugin build with newer xulrunner
16 - Port & build for Mingw32 target
17
18 0.0.3: March 10, 2008
19 ---------------------
520
621 - Block accelerators when grab is active
722 - Enable smooth scaling of desktop to fill screen
924 - Hide characters in password entry field
1025 - Use domain name in title bar instead of VNC desktop name
1126
12 August 28, 2007
13 ---------------
27 0.0.2: August 28, 2007
28 ----------------------
1429
1530 - Support connecting to remote libvirt servers
1631 - Support connecting to remote VNC consoles
1732 - Support tunneling VNC over SSH
1833 - Support TLS x509 certificate credentials
1934
20 August 15, 2007
21 ---------------
35 0.0.1: August 15, 2007
36 ----------------------
2237
2338 - Initial release
00
1 AC_INIT(virt-viewer, 0.0.4)
1 AC_INIT(virt-viewer, 0.2.0)
22 AC_CONFIG_SRCDIR(src/main.c)
33 AM_CONFIG_HEADER(config.h)
44 dnl Make automake keep quiet about wildcards & other GNUmake-isms
1616 VIRT_VIEWER_COMPILE_WARNINGS(maximum)
1717
1818 PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.6.0)
19 PKG_CHECK_MODULES(LIBVIRT, libvirt >= 0.5.0)
19 PKG_CHECK_MODULES(LIBVIRT, libvirt >= 0.6.0)
2020 PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.10.0)
2121 PKG_CHECK_MODULES(LIBGLADE2, libglade-2.0 >= 2.6.0)
22 PKG_CHECK_MODULES(GTKVNC, gtk-vnc-1.0 >= 0.3.5)
22 PKG_CHECK_MODULES(GTKVNC, gtk-vnc-1.0 >= 0.3.8)
2323
2424 dnl Decide if this platform can support the SSH tunnel feature.
2525 AC_CHECK_HEADERS([sys/socket.h sys/un.h windows.h])
1515 Requires: openssh-clients
1616
1717 BuildRequires: gtk2-devel
18 BuildRequires: libvirt-devel >= 0.6.1
18 BuildRequires: libvirt-devel >= 0.6.0
1919 BuildRequires: libxml2-devel
2020 BuildRequires: libglade2-devel
2121 BuildRequires: gtk-vnc-devel >= 0.3.8