[libchamplain] Update NEWS and version bump



commit 19cde8d5a378b0b8767a756cc7553b933ba50a39
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Thu Sep 3 21:35:26 2009 -0400

    Update NEWS and version bump

 NEWS         |    3 +++
 README       |   12 ++++++++++--
 configure.ac |    4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index f6bf192..af41aef 100644
--- a/NEWS
+++ b/NEWS
@@ -11,9 +11,12 @@ Enhancements:
 * New marker downloading demo: url-marker (Emmanuel Rodriguez)
 * ChamplainView now has keyboard shortcuts (but not when used with
   GtkChamplainEmbed) (Pierre-Luc Beaudoin)
+* Updated to PyClutter 1.0 Python bindings (Victor Godoy Poluceno)
 
 Fixes:
 
+* 594003: invalid write of size 4 (Felix Freimann)
+* Memory leaks in ChamplainLayer (Pierre-Luc Beaudoin)
 * 577592: Use _priv instead of the GET_PRIVATE macro (many contributors)
 * 590692: Workaround for X error when using GtkChamplainEmbed
   (Pierre-Luc Beaudoin)
diff --git a/README b/README
index 2eb0306..2fa6efd 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libchamplain 0.3.91 README
+libchamplain 0.3.92 README
 =========================
 
 libchamplain is a Clutter based widget to display rich, eye-candy and
@@ -22,7 +22,15 @@ If you are building the Python bindings, you will also need:
 
   * PyGtk >= 2.0
   * PyGobject >= 2.0
-  * PyClutter >= 0.8
+  * PyClutter >= 1.0
+  * PyClutterGtk >= 0.9
+
+If you are building the C# bindings, you will also need:
+
+  * gacutil
+  * GAPI >= 2.12
+  * GAPI-codegen
+  * GAPI-fixup
 
 If you are building the C# bindings, you will also need:
 
diff --git a/configure.ac b/configure.ac
index 730dbe1..422462c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 m4_define([champlain_major_version], [0])
 m4_define([champlain_minor_version], [3])
-m4_define([champlain_micro_version], [91])
+m4_define([champlain_micro_version], [92])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
 m4_define([api_version],
@@ -28,7 +28,7 @@ AM_PROG_CC_C_O
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 
 # Checks for libraries.
-LIBRARY_VERSION=3:2:0
+LIBRARY_VERSION=3:3:0
 # API_VERSION is used to generate pc files only
 API_VERSION=api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version



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