diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-01 16:37:23 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-01 16:37:23 +0100 |
commit | 1a82b225b6b170dc56a1c0c11c7b9bfae2a4094d (patch) | |
tree | 1998deb08a7ada102c2f14495993ed04742058a9 | |
parent | 6a475e374be51e353dd7b186c886897cdefa2312 (diff) |
Prepare for release 0.5.2
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ Virt Viewer News ================ +0.5.2: Mar 01, 2012 +------------------- + + - Import newer translations from transifex + - remote-viewer learned Spice controller customizable key bindings, + smartcard property, and foreign menu + - Fix Spice crash on re-connection + - Fix connecting via ssh to a password-protected server + 0.5.1: Feb 17, 2012 ------------------- diff --git a/configure.ac b/configure.ac index ac81689..83f606f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(virt-viewer, 0.5.1) +AC_INIT(virt-viewer, 0.5.2) AC_CONFIG_SRCDIR(src/virt-viewer-main.c) AM_CONFIG_HEADER(config.h) dnl Make automake keep quiet about wildcards & other GNUmake-isms |