[gtk-vnc] Update version to 0.4.1



commit f7e05adb2718455f8dc4e01532dc727000236708
Author: Daniel P. Berrange <dan berrange com>
Date:   Wed Jul 14 11:05:56 2010 +0100

    Update version to 0.4.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c7dc7a7..afae423 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
     GTK VNC News
     ============
 
+Jul 14, 2010: Release 0.4.1
+===========================
+
+Bug fixes:
+
+ o Fix test suite execution
+ o Ensure builds against GTK3 get a separate library soname,
+   pkg-config file and include directory to allow parallel
+   install with GTK2 builds.
+
 Jul 11, 2010: Release 0.4.0
 ===========================
 
diff --git a/configure.ac b/configure.ac
index a3091fe..13fe807 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([gtk-vnc],[0.4.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
+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_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]