[gtk-vnc] Updates for 0.5.1 release



commit 39a6664cdeb9d898d979729bd6a3c63687b831f3
Author: Daniel P. Berrange <berrange redhat com>
Date:   Mon Jul 9 13:52:05 2012 +0100

    Updates for 0.5.1 release

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0f50446..d51d5ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,32 @@
     GTK VNC News
     ============
 
+July 9, 2012: Release 0.5.1
+===========================
+
+New features:
+
+ o New API for connecting to a GSocketAddress * object
+ o New API to allow specification of a hostname with
+   a pre-opened file descriptor
+ o Support for UNIX domain sockets in gvncviewer demo
+ o More translations
+
+Bug fixes:
+
+ o Fix building with newer glibc-headers and -O0
+ o Fix GIR building by linking against libgvnc
+   from builddir
+ o Fix deprecation warnings when building against
+   glib >= 2.32
+ o Switch to using mingw64 toolchain for Win32 builds
+ o Fix introspection of key grab APIs
+ o Ensure debugging works with GLib >= 2.32
+ o Allow explicit control over pulseaudio building
+ o Add check for Perl  Text::CSV when building from GIT
+ o Fix POD syntax in gvnccapture man page
+ o Reduce excessive stack usage in vncconnection.c
+
 Dec 21, 2011: Release 0.5.0
 ===========================
 
diff --git a/configure.ac b/configure.ac
index 78bbb5f..428cebf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([gtk-vnc],[0.5.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
+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_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]