[gtk-vnc] Update NEWS/README/configure.ac for 0.4.2 release



commit 3cf853bf7e69c7d02622ee00bb2931e41ad672d0
Author: Daniel P. Berrange <berrange redhat com>
Date:   Fri Nov 5 11:54:24 2010 +0000

    Update NEWS/README/configure.ac  for 0.4.2 release
    
    * NEWS: List of new features/bugs fixed
    * README: Expand on GTK3 notes
    * configure.ac: Increase version number

 NEWS         |   27 +++++++++++++++++++++++++++
 README       |   29 +++++++++++++++++++----------
 configure.ac |    2 +-
 3 files changed, 47 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index afae423..cfa3afe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,33 @@
     GTK VNC News
     ============
 
+Nov  3, 2010: Release 0.4.1
+===========================
+
+New features:
+
+ o OS-X VNC authentiction scheme
+ o Add API to query library version
+
+Bug fixes:
+
+ o Disable extended key events if display keymap
+   cannot be determined
+ o Rewritten keymap code to work on non-Xorg
+   servers and native OS-X/Win32 GTK backends.
+ o Many more language translations
+ o Strict bounds checking on all framebuffer updates
+ o Fixed parameter for vnc-server-cut-text signal
+ o Fixed build with latest GTK3 development snapshot
+
+Code cleanup:
+
+ o Switched over to GIO for socket connections
+ o Removed all use of GNULIB now GIO handles all
+   portability issues with sockets.
+ o Mandate use of Cairo for all drawing, removing
+   any use of GdkPixmap, GdkImage, GdkBitmap.
+
 Jul 14, 2010: Release 0.4.1
 ===========================
 
diff --git a/README b/README
index 7c9deaa..b8e7b4f 100644
--- a/README
+++ b/README
@@ -26,21 +26,30 @@ To browse or report bugs, go to our bugzilla page at:
   http://bugzilla.gnome.org/browse.cgi?product=gtk-vnc
 
 
-Installation caveats
---------------------
+Installation notes
+------------------
 
- * GTK3: The build defaults to using GTK2. To enable GTK3 support
-   the flag '--with-gtk' must be passed to configure.
+ * GTK2/GTK3: The build defaults to using GTK2. To enable
+   *experimental* GTK3 support the flag '--with-gtk'
+   must be passed to configure.
 
          ./configure --with-gtk=3.0
 
-   NB: the traditional python bindings are disabled when gtk3
-   is used. Applications should use the GObject introspection
-   bindings instead.
+   Notes on GTK3 support:
 
-   NB: when built against GTK3, the library name for gtk-vnc
-   will become 'gtk-vnc-2.0.so' and the pkg-config file will
-   also be 'gtk-vnc-2.0'.  The gvnc library is unaffected.
+    - 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.
+
+    - When built against GTK3, the library name for gtk-vnc
+      will become 'gtk-vnc-2.0.so' and the pkg-config file will
+      also be 'gtk-vnc-2.0'.
+
+    - The gvnc library is unaffected by GTK2/GTK3 build
+      since it only depends on GLib/GIO
 
  * NetBSD: You must run configure using
 
diff --git a/configure.ac b/configure.ac
index 16f4b3f..781ba2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([gtk-vnc],[0.4.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
+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_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]