Commit 19cde8d5a378b0b8767a756cc7553b933ba50a39

Update NEWS and version bump
NEWS
(3 / 0)
  
1111* New marker downloading demo: url-marker (Emmanuel Rodriguez)
1212* ChamplainView now has keyboard shortcuts (but not when used with
1313 GtkChamplainEmbed) (Pierre-Luc Beaudoin)
14* Updated to PyClutter 1.0 Python bindings (Victor Godoy Poluceno)
1415
1516Fixes:
1617
18* 594003: invalid write of size 4 (Felix Freimann)
19* Memory leaks in ChamplainLayer (Pierre-Luc Beaudoin)
1720* 577592: Use _priv instead of the GET_PRIVATE macro (many contributors)
1821* 590692: Workaround for X error when using GtkChamplainEmbed
1922 (Pierre-Luc Beaudoin)
README
(10 / 2)
  
1libchamplain 0.3.91 README
1libchamplain 0.3.92 README
22=========================
33
44libchamplain is a Clutter based widget to display rich, eye-candy and
2222
2323 * PyGtk >= 2.0
2424 * PyGobject >= 2.0
25 * PyClutter >= 0.8
25 * PyClutter >= 1.0
26 * PyClutterGtk >= 0.9
27
28If you are building the C# bindings, you will also need:
29
30 * gacutil
31 * GAPI >= 2.12
32 * GAPI-codegen
33 * GAPI-fixup
2634
2735If you are building the C# bindings, you will also need:
2836
  
22# Process this file with autoconf to produce a configure script.
33m4_define([champlain_major_version], [0])
44m4_define([champlain_minor_version], [3])
5m4_define([champlain_micro_version], [91])
5m4_define([champlain_micro_version], [92])
66m4_define([champlain_version],
77 [champlain_major_version.champlain_minor_version.champlain_micro_version])
88m4_define([api_version],
2828AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
2929
3030# Checks for libraries.
31LIBRARY_VERSION=3:2:0
31LIBRARY_VERSION=3:3:0
3232# API_VERSION is used to generate pc files only
3333API_VERSION=api_version
3434CHAMPLAIN_MAJOR_VERSION=champlain_major_version