* 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)
-libchamplain 0.3.91 README
+libchamplain 0.3.92 README
=========================
libchamplain is a Clutter based widget to display rich, eye-candy and
* 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:
# 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],
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