summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
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])