Codebase list virt-viewer / ceb38d1
Release v0.5.3 Marc-André Lureau 11 years ago
2 changed file(s) with 17 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 0.5.3: May 14, 2012
4 -------------------
5
6 - Add support for raw IPv6 addresses
7 - Add a remote-viewer.desktop file and register spice:// handling
8 - Add a simple connection dialog to remote-viewer
9 - Add remote-viewer --fullscreen=auto-conf option, to update guest
10 monitors configuration to match client
11 - Spice controller support for disable-effects, color-depth and
12 usbredir
13 - Spice controller interaction fixes
14 - Windows version and nsis installer improvements
15 - Import newer translations from transifex
16 - Misc reference leak / crash bugs fixed
17
218
319 0.5.2: Mar 09, 2012
420 -------------------
00
1 AC_INIT(virt-viewer, 0.5.2)
1 AC_INIT(virt-viewer, 0.5.3)
22 AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
33 AC_CONFIG_MACRO_DIR([m4])
44 AC_CONFIG_AUX_DIR([build-aux])