mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2024-12-22 13:33:58 +03:00
Update for 0.6.0 release
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
278fc60ef4
commit
03a3ba68a5
28
NEWS
28
NEWS
@ -1,6 +1,34 @@
|
||||
Virt Viewer News
|
||||
================
|
||||
|
||||
0.6.0: Jan 24, 2014
|
||||
-------------------
|
||||
|
||||
- Require govirt 0.3.0
|
||||
- Require spice-gtk 0.22
|
||||
- Show error dialog if password is wrong
|
||||
- Document application/x-virt-viewer file format
|
||||
- Remove unused '-d' option from remote-viewer
|
||||
- Add a kiosk mode
|
||||
- Add menu for sending Ctrl+Alt+Delete
|
||||
- Add Ctrl+Alt+End as accelerator for Ctrl+Alt+Delete
|
||||
- Send modifiers before the non-modifier key in send
|
||||
key menu
|
||||
- Fix GTK warning when disconnecting from VNC due to
|
||||
auth error
|
||||
- Make 'Cancel' default button in exit dialog
|
||||
- Make send key menu accelerators work in fullscreen
|
||||
- Remove insecure fetching of oVirt CA cert
|
||||
- Build for GTK 3 by default
|
||||
- Fix title bar after failed connection
|
||||
- Reshow remote-viewer connection dialog upon error
|
||||
- Hide all windows upon disconnect
|
||||
- Add ability to define custom monitor mapping
|
||||
- Ensure all windows obey command line zoom level
|
||||
- Add an icon to the desktop file
|
||||
- Fix event loop implementation on Win32 platforms
|
||||
- Misc other bug fixes
|
||||
|
||||
0.5.7: Jul 31, 2013
|
||||
-------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
AC_INIT([virt-viewer],[0.5.7])
|
||||
AC_INIT([virt-viewer],[0.6.0])
|
||||
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
Loading…
Reference in New Issue
Block a user