From: Pierre-Luc Beaudoin Date: Fri, 31 Jul 2009 23:28:23 +0000 (-0400) Subject: README, NEWS + libtool versioning X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2351aa63afb1b373079b090b494f86a60ee0909d;p=libchamplain README, NEWS + libtool versioning --- diff --git a/NEWS b/NEWS index fa73961..91ddb17 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +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) =============================== diff --git a/README b/README index e69de29..783539c 100644 --- a/README +++ b/README @@ -0,0 +1,48 @@ +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. diff --git a/configure.ac b/configure.ac index 2075159..39921b0 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AM_PROG_CC_C_O 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