virt-viewer/NEWS

107 lines
3.3 KiB
Plaintext
Raw Normal View History

2007-08-16 04:14:44 +04:00
Virt Viewer News
================
2011-11-09 19:13:11 +04:00
0.4.2: Nov 9, 2011
-------------------
- Fix exports of signal functions for GTK UI builder on Windows
- Avoid crash if xmlParseURI fails
- Fix inverted test for SSH port that broke tunnelling
- Don't hardcode port numbers for SSH if not requested by user
- Fix deadlock in event handling
- Fix initial zoom level for all windows
- Fix window title to include domain name
- Fix hostname used when XML gives a wildcard IP address
- Fix window title when waiting for domain to appear
- Fix key shortcust for F9-F12 menus
- Always ask libvirt for its canonical URI
- Allow build without GTK-VNC (ie spice only)
- Require GTK-VNC >= 0.4.3
- Require SPICE-GTK >= 0.6.0
2011-08-04 14:12:58 +04:00
0.4.1: Aug 4, 2011
-------------------
- Remove bogus use of AM_GLIB_GNU_GETTEXT macro to try to
facilitate BSD builds
- Support multiple monitors with SPICE and QXL drivers
- Don't hardcode SSH port to 22 when tunnelling
2011-07-12 14:49:06 +04:00
0.4.0: Jul 12, 2011
-------------------
- Require SPICE-GTK >= 0.6
- Hide menu bar when going fullscreen
- Support building against GTK2 or GTK3
- Convert from Glade to GtkBuilder
- Honour 'listen' attribute from <graphics> XML when connecting
- Fix reconnection after authentication failure
- Make --verbose flag actually do something
- Enable scaling with SPICE to match VNC behaviour
- Rewrite widget resizing code to (try to) be more reliable
- Fill extra space outside guest display with black
- Fix (null) in title bar while not connected
- Fix multiple memory leaks
- Fix reconnecting to display with SPICE
2011-02-21 18:27:04 +03:00
0.3.1: Feb 21, 2011
-------------------
- Fix typo in configure script that broke SPICE
2011-02-21 15:40:10 +03:00
0.3.0: Feb 21, 2011
-------------------
- Add support for SPICE graphics client
- Allow connections to VNC server over UNIX sockets
- Improve error messages on auth/connection failure
- Add support for zoom levels
- Many updated translations
2010-01-15 15:45:35 +03:00
0.2.1: Jan 15, 2010
-------------------
- Add infrastructure for translation
- Display dialog to user if authentication fails
- Display dialog to user if domain cannot be found
- GTK/GLib best practice cleanups
- Add Polish translation
2009-07-29 16:31:23 +04:00
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
---------------------
2008-03-10 17:49:29 +03:00
- Block accelerators when grab is active
- Enable smooth scaling of desktop to fill screen
- Added an experimental firefox plugin (disabled by default)
- Hide characters in password entry field
- Use domain name in title bar instead of VNC desktop name
2009-07-29 16:31:23 +04:00
0.0.2: August 28, 2007
----------------------
2007-08-29 04:25:43 +04:00
- Support connecting to remote libvirt servers
- Support connecting to remote VNC consoles
2008-01-11 04:15:54 +03:00
- Support tunneling VNC over SSH
2007-08-29 04:25:43 +04:00
- Support TLS x509 certificate credentials
2009-07-29 16:31:23 +04:00
0.0.1: August 15, 2007
----------------------
2007-08-16 04:14:44 +04:00
- Initial release