summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--virt-viewer.spec.in2
4 files changed, 18 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6768f78..47e23f6 100644
--- a/NEWS
+++ b/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
-------------------
diff --git a/README b/README
index 04df356..568540e 100644
--- a/README
+++ b/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
diff --git a/configure.ac b/configure.ac
index 840cce1..e7ddd3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index e3b2c52..ac236f4 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -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