+libchamplain 0.3.4 (2009-07-31)
+===============================
+
+Third development release leading to 0.4
+This is the last release depending on Clutter 0.8
+
+Enhancements:
+
+ * 577909: Marker selection API
+ * Updated Perl bindings (Emmanuel Rodriguez)
+ * Updated Python bindings (Victor Godoy Poluceno)
+
+Fixes:
+
+ * 585854: Make distcheck required --enable-python but doesn't say so
+ * 588224: Does not build with automake 1.11
+ * 586157: libchamplain-gtk does not build with GTK 2.2
+ * And numerous other fixes
+
libchamplain 0.3.3 (2009-06-14)
===============================
+libchamplain 0.3.4 README
+=========================
+
+libchamplain is a Clutter based widget to display rich, eye-candy and
+interactive maps.
+
+libchamplain requires:
+
+ * Clutter >= 0.8
+ * Clutter-cairo >= 0.8
+ * Glib >= 2.10
+ * Cairo >= 1.4
+ * Gio >= 2.16
+ * Gdk >= 2.10
+ * Sqlite >= 3.0
+
+If you are building libchamplain-gtk, you will also need:
+
+ * Gtk >= 2.14
+ * Clutter-Gtk >= 0.8
+
+If you are building the Python bindings, you will also need:
+
+ * PyGtk >= 2.0
+ * PyGobject >= 2.0
+ * PyClutter >= 0.8
+
+If you are building the C# bindings, you will also need:
+
+ * gacutil
+ * GAPI >= 2.12
+ * GAPI-codegen
+ * GAPI-fixup
+ * Gtk-sharp >= 2.12
+ * Clutter-sharp >= 0.8
+ * Clutter-Gtk-sharp >= 0.8
+
+The official website is:
+ http://projects.gnome.org/libchamplain
+
+The official mailing list archive is:
+ http://mail.gnome.org/mailman/listinfo/libchamplain-list
+
+New bug page on Bugzilla:
+ http://bugzilla.gnome.org/simple-bug-guide.cgi?product=libchamplain
+
+libchamplain is licensed under the terms of the GNU Lesser General Public
+License, version 2.1 or (at your option) later.
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
# Checks for libraries.
-LIBRARY_VERSION=1:0:0
+LIBRARY_VERSION=2:0:0
# API_VERSION is used to generate pc file only
API_VERSION=api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version