[gtk-vnc] Update for 0.3.9 release



commit a37dbb849d7cb273ed43e2e4f4385779974eb531
Author: Daniel P. Berrange <berrange redhat com>
Date:   Mon Aug 10 22:00:39 2009 +0100

    Update for 0.3.9 release
    
    * NEWS: Add details new features/bugs fixed in 0.3.9
    * configure.ac: Update version to 0.3.9

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e168ab..bf6fcf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
     GTK VNC News
     ============
 
+Aug 10, 2009: Release 0.3.9
+===========================
+
+Bug fixes:
+
+ o Fix Shift+Tab keyval translation (again)
+ o Remove use of deprecated GTK+ symbols
+ o Fix inverted logic for release pointer grab
+ o Fix enter/leave event handling in relative mouse mode
+ o Don't send keys/clipboard data in readonly mode
+ o Fix relative mouse motion mode edge tracing
+ o Fix linking to libgcrypt for mingw32 platform
+
+New features:
+
+ o Add API to get command line GOptionEntry objects
+ o Support SASL authentication extension
+ o Support MS Logon authentication extension
+
 Dec 7, 2008: Release 0.3.8
 ==========================
 
diff --git a/configure.ac b/configure.ac
index f443ce0..75de5b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([gtk-vnc], [0.3.8], [anthony codemonkey ws])
+AC_INIT([gtk-vnc], [0.3.9], [anthony codemonkey ws])
 AC_CONFIG_SRCDIR([src/gvnc.c])
 
 GTK_REQUIRED=2.10.0
@@ -22,7 +22,7 @@ AC_CONFIG_HEADERS([config.h:config.hin])
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(gtk-vnc, 0.3.8)
+AM_INIT_AUTOMAKE(gtk-vnc, 0.3.9)
 
 
 dnl gl_INIT uses m4_foreach_w, yet that is not defined in autoconf-2.59.



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