[libchamplain] 0.9.0
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] 0.9.0
- Date: Sun, 20 Feb 2011 23:26:45 +0000 (UTC)
commit 73a608c4eb830a010c92f0833fe3debbec58859a
Author: JiÅ?Ã Techet <techet gmail com>
Date: Sun Feb 20 22:13:31 2011 +0100
0.9.0
NEWS | 35 +++++++++++++++++++++++++++++++++++
README | 21 +++++----------------
2 files changed, 40 insertions(+), 16 deletions(-)
---
diff --git a/NEWS b/NEWS
index 601d599..39ab0ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+libchamplain 0.9.0 (2011-02-21)
+===============================
+
+Unstable release
+Vala bindings have not been updated yet.
+
+Changes:
+* Port to GTK3 (William Jon McCann, JiÅ?Ã Techet)
+* Rethink layer, marker, polygon and custom widget hierarchy (JiÅ?Ã Techet)
+* Make ChamplainView more independent of layers and polygons (JiÅ?Ã Techet)
+* Move license and scale actors outside of ChamplainView
+* Add possibility to align custom widget actors to different positions of
+ ChamplainView (JiÅ?Ã Techet)
+* Inherit all libchamplain actors from ClutterActor instead of ClutterGroup (JiÅ?Ã Techet)
+* Replace tidy with mx (JiÅ?Ã Techet)
+* Make markers and paths movable (JiÅ?Ã Techet)
+* Change ChamplainMapSourceDesc to be a class (JiÅ?Ã Techet)
+* Speed up marker addition by using custom ClutterGroup without depth ordering (JiÅ?Ã Techet)
+* Depend on clutter 1.2 (needed for alignment) and clutter-gtk 1.0 (needed by GTK 3
+ port) (JiÅ?Ã Techet)
+* Many other fixes, cleanups, renames, improvements and new bugs (JiÅ?Ã Techet)
+
+libchamplain 0.8.1 (2011-01-18)
+===============================
+
+Stable release
+
+Changes:
+* Include MapQuest renderer for OSM (Tomaž Vajngerl)
+* Improve introspection annotations (Patrick Salecker, JiÅ?Ã Techet)
+* Remove static python bindings, use introspection-based instead (William Jon McCann)
+* Improve Vala bindings (Tomaž Vajngerl, Andreas Brauchli)
+* Fix marker positioning problems by not ordering them by latitude (JiÅ?Ã Techet)
+* Fire latitude and longitude signals independently of viewport shift (JiÅ?à Techet, Tomaž Vajngerl)
+
libchamplain 0.8.0 (2010-09-27)
===============================
diff --git a/README b/README
index e5a8b45..e0781c5 100644
--- a/README
+++ b/README
@@ -8,33 +8,22 @@ libchamplain requires:
* glib >= 2.10
* gio >= 2.16
- * gdk >= 2.10
- * clutter >= 1.0
+ * gdk >= 3.0
+ * clutter >= 1.2
* cairo >= 1.4
* sqlite >= 3.0
- * libsoup >= 2.4.1
+ * libsoup >= 2.33.5
If you are building libchamplain-gtk, you will also need:
- * gtk >= 2.12
- * clutter-gtk >= 0.10
+ * gtk >= 3.0
+ * clutter-gtk >= 0.91.6
If you are building libchamplain with local rendering support, you will
also need:
* libmemphis >= 0.2.1
-If you are building the Python bindings, you will also need:
-
- * pygtk >= 2.12
- * pycobject >= 2.10
- * pyclutter >= 1.0
-
-and optionally:
-
- * pyclutter-gtk >= 0.10
- * pymemphis >= 0.2
-
The usual rules for building apply -
configure; make; sudo make install; sudo ldconfig
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]