Codebase list virt-viewer / c36c848
Update for 0.5.4 releae Daniel P. Berrange 11 years ago
4 changed file(s) with 18 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 0.5.4: Sep 17, 2012
4 -------------------
5
6 - Fix host migration with Spice
7 - Fix misc memory leaks
8 - Fix build with newer glibc and -O0
9 - Improve automatic fullscreen Spice configuration
10 - Avoid crash when quiting application
11 - Rebuild display men whenever a window is added/removed
12 - Number displays starting from 1 instead of 0
13 - Add support for handling multiple monitors with Spice
14 - Menu display menu insensitive if no displays can be selected
15 - Use real binary name in remote-viewer help message
16 - Document -f=auto-conf in remote-viewer help
217
318 0.5.3: May 14, 2012
419 -------------------
1818
1919 http://gtk-vnc.sourceforge.net/
2020
21 Virt Viewer uses the SPICE-GTK (>= 0.11) widget to provide a
21 Virt Viewer uses the SPICE-GTK (>= 0.12.101) widget to provide a
2222 display of the SPICE protocol, which is available from:
2323
2424 http://spice-space.org/page/Spice-Gtk
00
1 AC_INIT(virt-viewer, 0.5.3)
1 AC_INIT(virt-viewer, 0.5.4)
22 AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
33 AC_CONFIG_MACRO_DIR([m4])
44 AC_CONFIG_AUX_DIR([build-aux])
5454 %if %{with_gtk3}
5555 BuildRequires: spice-gtk3-devel >= 0.12.101
5656 %else
57 BuildRequires: spice-gtk-devel >= 0.11
57 BuildRequires: spice-gtk-devel >= 0.12.101
5858 %endif
5959 BuildRequires: spice-protocol >= 0.10.1
6060 %endif