Update for 0.5.4 releae

This commit is contained in:
Daniel P. Berrange 2012-09-17 11:53:12 +01:00
parent a732a94df3
commit c36c848904
4 changed files with 18 additions and 3 deletions

15
NEWS
View File

@ -1,6 +1,21 @@
Virt Viewer News
================
0.5.4: Sep 17, 2012
-------------------
- Fix host migration with Spice
- Fix misc memory leaks
- Fix build with newer glibc and -O0
- Improve automatic fullscreen Spice configuration
- Avoid crash when quiting application
- Rebuild display men whenever a window is added/removed
- Number displays starting from 1 instead of 0
- Add support for handling multiple monitors with Spice
- Menu display menu insensitive if no displays can be selected
- Use real binary name in remote-viewer help message
- Document -f=auto-conf in remote-viewer help
0.5.3: May 14, 2012
-------------------

2
README
View File

@ -19,7 +19,7 @@ display of the VNC protocol, which is available from
http://gtk-vnc.sourceforge.net/
Virt Viewer uses the SPICE-GTK (>= 0.11) widget to provide a
Virt Viewer uses the SPICE-GTK (>= 0.12.101) widget to provide a
display of the SPICE protocol, which is available from:
http://spice-space.org/page/Spice-Gtk

View File

@ -1,5 +1,5 @@
AC_INIT(virt-viewer, 0.5.3)
AC_INIT(virt-viewer, 0.5.4)
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -55,7 +55,7 @@ BuildRequires: gtk-vnc-devel >= 0.3.8
%if %{with_gtk3}
BuildRequires: spice-gtk3-devel >= 0.12.101
%else
BuildRequires: spice-gtk-devel >= 0.11
BuildRequires: spice-gtk-devel >= 0.12.101
%endif
BuildRequires: spice-protocol >= 0.10.1
%endif