mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-28 07:06:04 +00:00
Update for 0.5.4 releae
This commit is contained in:
parent
a732a94df3
commit
c36c848904
15
NEWS
15
NEWS
@ -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
2
README
@ -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
|
||||
|
||||
@ -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])
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user