[gtk-vnc] Update for 0.5.3 release



commit 1782ba869763a7cdec27a415ff15b254be153579
Author: Daniel P. Berrange <berrange redhat com>
Date:   Wed Sep 18 10:44:55 2013 +0100

    Update for 0.5.3 release
    
    Signed-off-by: Daniel P. Berrange <berrange redhat com>

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 51f83b6..3e6129f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
     GTK VNC News
     ============
 
+Sep 18, 2013: Release 0.5.3
+===========================
+
+New features:
+
+ o Support QEMU LED state extension
+
+Bug fixes:
+
+ o Time out connection attempt after 10 seconds
+ o Abort if out of memory when mmap'ing coroutine stack
+ o Stop leaking coroutine stack memory
+ o Improve perfornmance of ZRLE encoding by avoiding memmove
+ o Only trigger keyboard grab sequence upon key release to
+   allow modifiers to go to the remote server
+ o Avoid busy loop upon I/O error which follows blocking I/O,
+   commonly seen when a server drops the connection
+ o Fix handling of --no-undefined flag
+ o Don't break implicit pointer grab from mouse clicks
+ o Don't drop mouse events that are out of bounds, clamp their
+   coordinates instead
+ o Show how to block all accelerators in gvncviewer demo program
+
 Feb 22, 2013: Release 0.5.2
 ===========================
 
diff --git a/configure.ac b/configure.ac
index 10757d8..ff38b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([gtk-vnc],[0.5.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
+AC_INIT([gtk-vnc],[0.5.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
 AC_CONFIG_SRCDIR([src/vncconnection.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]