[gtk-vnc] Update to 0..5.4 release



commit 331d196ea6d03dc887b4846a2c31738c0edae501
Author: Daniel P. Berrange <berrange redhat com>
Date:   Tue Feb 10 10:47:44 2015 +0000

    Update to 0..5.4 release

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3e6129f..405e4d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,32 @@
     GTK VNC News
     ============
 
+Feb 10, 2015: Release 0.5.4
+===========================
+
+Bug fixes:
+
+ o Fix auth when using PLAIN SASL method
+ o Fix introspection build support on FreeBSD
+ o Remove use of deprecated GTK_STOCK_* constants
+ o Fix parallel build for introspection files
+ o Add mising dep on Gtk introspection file
+ o Release held keys when getting grab notify
+ o Updated translations
+ o Don't call into GDK if no GdkWindow is realized
+ o Chain up parent realize_event vfunc
+ o Fix colourmap mode by always sending pixel format message
+ o Update GCC compiler warning flags used
+ o Enable double buffering on Gtk3 to fix child widget clipping
+ o Disable -Wbad-function-cast to avoid glib header warnings
+ o Don't set thread callbacks on gcrypt >= 1.6 or gnutls >= 2.12
+ o Do explicit check for gcrypt since gnutls might use nettle
+ o Add support for Wayland & Xwayland keymaps
+ o Add support for Gtk Broadway backend keymaps
+ o Fix AltGr handling on Windows displays
+ o Fix virtual keycode conversion on Win32
+ o Fix USB/HID scsancodes for volume keys
+
 Sep 18, 2013: Release 0.5.3
 ===========================
 
diff --git a/configure.ac b/configure.ac
index 5d73351..6145493 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-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_INIT([gtk-vnc],[0.5.4],[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]