[gtk-vnc] Update for 0.6.0 release



commit b6d847c5e207d90a7145a5337b4a782350ad73cb
Author: Daniel P. Berrange <berrange redhat com>
Date:   Thu Aug 18 14:21:49 2016 +0100

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

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 405e4d5..6e9ea2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,37 @@
     GTK VNC News
     ============
 
+Aug 18, 2016: Release 0.6.0
+===========================
+
+Important changes:
+
+ o Default to build with GTK-3, use --with-gtk=2.0 to override
+
+New features:
+
+ o Add --with-tls-priority configure flag to set default TLS
+   priority string
+ o Add a 'vnc-error' signal to report reason for disconnect
+ o Add support for fallback to GNUTLS system trust DB
+
+Bug fixes:
+
+ o Fix crash on Windows with GTK3 checking realized state
+ o Fix XKB detection of keyboard mapping with Xwayland
+ o Switch back to XKB detection for Xwayland
+ o Remove duplicate cert expiry check
+ o Avoid misc compile warnings
+ o Add missing API docs + GObject introspection annotations
+ o Add missing GIO dep on gvnc library GObject introspection build
+ o Remove unused code
+ o Fix redraw on Win10
+ o Drop support for gnutls < 2.2.0
+ o Fix path to h2def script
+ o Update compiler warning detection to fix clang build
+ o Ignore cast align warnings to fix clang build
+ o Fix endianess inversion when setting pixel format
+
 Feb 10, 2015: Release 0.5.4
 ===========================
 
diff --git a/configure.ac b/configure.ac
index 1460341..a208501 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-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_INIT([gtk-vnc],[0.6.0],[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]