[gtk-vnc] Update for 0.4.3 release



commit 86c18585bca29065b7fb774f6e7aee6ab57d80e9
Author: Daniel P. Berrange <berrange redhat com>
Date:   Fri Feb 18 16:14:56 2011 +0000

    Update for 0.4.3 release
    
    * NEWS: List of changes
    * README: Remove note about GTK3 being experimental
    * configure.ac: Update version & GTK3 required version
    * gtk-vnc.spec.in: Remove bogus changelog

 NEWS            |   26 +++++++++++++++++++++++++-
 README          |    9 +++------
 configure.ac    |    4 ++--
 gtk-vnc.spec.in |    7 -------
 4 files changed, 30 insertions(+), 16 deletions(-)
---
diff --git a/NEWS b/NEWS
index cfa3afe..fe08d00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,31 @@
     GTK VNC News
     ============
 
-Nov  3, 2010: Release 0.4.1
+Feb 18, 2011: Release 0.4.3
+===========================
+
+New features:
+
+ o None
+
+Bug fixes:
+
+ o Fix crash in pointer motion event handler
+ o Fix crash in vnc_display_get_pixbuf
+ o Fix crash in TLS cleanup code
+ o Fix frambuffer boundary checks
+ o Improve drawing performance with server side pixmap
+ o Fix performance degradation due to leaked GSource
+ o Fix setting of 'shared' connection flag
+ o Make pointer warp boundary detection more robust
+ o Adapt keymap code to build with GDK3 multiple displays
+ o Remove use of gdk_drawable calls to fix GTK3
+
+Code cleanup:
+
+ o Remove need for Text::CSV perl module at build time
+
+Nov  3, 2010: Release 0.4.2
 ===========================
 
 New features:
diff --git a/README b/README
index b8e7b4f..afb50f9 100644
--- a/README
+++ b/README
@@ -29,17 +29,14 @@ To browse or report bugs, go to our bugzilla page at:
 Installation notes
 ------------------
 
- * GTK2/GTK3: The build defaults to using GTK2. To enable
-   *experimental* GTK3 support the flag '--with-gtk'
-   must be passed to configure.
+ * GTK2/GTK3: The build currently defaults to using GTK2.
+   To enable GTK3 support the flag '--with-gtk=3.0' must
+   be passed to configure.
 
          ./configure --with-gtk=3.0
 
    Notes on GTK3 support:
 
-    - The GTK3 build will not be guarenteed ABI stable until
-      the release after GTK3 itself is declared ABI stable.
-
     - The traditional python bindings are disabled when GTK3
       is used. Applications should use the GObject introspection
       bindings instead.
diff --git a/configure.ac b/configure.ac
index 781ba2c..8d8eed9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([gtk-vnc],[0.4.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
+AC_INIT([gtk-vnc],[0.4.3],[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])
@@ -97,7 +97,7 @@ case "$with_gtk" in
        GTK_VNC_API_VERSION=1.0
        ;;
   3.0) GTK_API_VERSION=3.0
-       GTK_REQUIRED=2.91.3
+       GTK_REQUIRED=3.0.0
        GTK_VNC_API_VERSION=2.0
        ;;
 esac
diff --git a/gtk-vnc.spec.in b/gtk-vnc.spec.in
index 0f72800..c827638 100644
--- a/gtk-vnc.spec.in
+++ b/gtk-vnc.spec.in
@@ -284,10 +284,3 @@ rm -fr %{buildroot}
 %endif
 
 %changelog
-* Thu Sep 13 2007 Daniel P. Berrange <berrange redhat com> - 0.2.0-1
-- Support client cursor offload
-- Fix mixed endian client/server handling
-- Fix colour depths conversions
-
-* Wed Aug 15 2007 Daniel P. Berrange <berrange redhat com> - 0.1.0-1
-- Initial official release



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