From f3c2e2d2688c7ee4b22b988c930711a6a20954c1 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Feb 13 2013 16:16:55 +0000 Subject: Update for 0.5.5 release --- diff --git a/NEWS b/NEWS index 47e23f6..d62d794 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ Virt Viewer News ================ +0.5.5: Feb 13, 2013 +------------------- + + - Improve screenshot saving dialog + - remote-viewer learned to connect with a file of mime type + application/x-virt-viewer, described in src/virt-viewer-file.c + - Add a "do not ask me again" dialog checkbox when leaving + - Add a MSI target, using https://live.gnome.org/msitools + - Add windows debug helper, useful in Spice controller running context + - Add remote-viewer --title STRING + - Support for Spice proxy settings added + - Numerous Spice display and multi-monitor fixes + - win32, memory, build, and other misc fixes + - Requires spice-gtk >= 0.16.26 + 0.5.4: Sep 17, 2012 ------------------- diff --git a/configure.ac b/configure.ac index ec81041..a0de0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([virt-viewer],[0.5.4]) +AC_INIT([virt-viewer],[0.5.5]) AC_CONFIG_SRCDIR(src/virt-viewer-main.c) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])