]> err.no Git - libchamplain/commitdiff
README, NEWS + libtool versioning
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 31 Jul 2009 23:28:23 +0000 (19:28 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 31 Jul 2009 23:28:23 +0000 (19:28 -0400)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index fa73961be8e0e069c596b157394b7315ffd80462..91ddb1747abaac8a8bc944b842fd39ba04e43a75 100644 (file)
--- 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..783539cd675145d3524ce7e108afe83748203890 100644 (file)
--- 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.
index 20751590f0e8da1366b2ee7ddd92fe43fc52a63b..39921b0d91e7e4b005e9f5423cd3722d6db8454b 100644 (file)
@@ -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