[gtk-vnc] Update for 0.5.2 release



commit 2b3d26d7645f73f1defd033c0a75f10a4ec86d1a
Author: Daniel P. Berrange <berrange redhat com>
Date:   Fri Feb 22 12:42:49 2013 +0000

    Update for 0.5.2 release

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 41ae4af..51f83b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,34 @@
     GTK VNC News
     ============
 
+Feb 22, 2013: Release 0.5.2
+===========================
+
+Removed features:
+
+ o Browser plugin is deleted, since it was unmaintained.
+   Recommend that people use a pure HTML5 impl like noVNC
+   to avoid security problems inherant in native plugins.
+
+Bug fixes:
+
+ o Misc fixes to RPM specfiles
+ o Update translations
+ o Fix big-endian support in cairo framebuffer
+ o Avoid out of bounds accessing arrays
+ o Fix win32 quote key mapping
+ o Fix NULL dereference in logging code
+ o Fix OOM check in python bindings
+ o Avoid array overrun in colourmap mode
+ o Fix buffer space check when sending data
+ o Add introspection annotation for vnc_display_send_keys
+ o Fix pulseaudio enablement in demo
+ o Avoid crash with unsupported audio formats
+ o Turn off deprecation warnings
+ o Convert VncConnectionCredential to VncDisplayCredential
+ o Add API to allow access to keysyms from introspected bindings
+
+
 July 12, 2012: Release 0.5.1
 ============================
 
diff --git a/configure.ac b/configure.ac
index 108a971..f7a17b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([gtk-vnc],[0.5.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
+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_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]