[libchamplain] 0.9.0



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]