[libchamplain] 0.7.1



commit 90f3d3b0397fb7ab5d4f2ce15394e15db1ec0425
Author: JiÅ?í Techet <techet gmail com>
Date:   Thu Aug 26 23:22:14 2010 +0200

    0.7.1
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 NEWS         |   65 ++++++++++++++++++++++++++++++++++++++++++---------------
 configure.ac |    4 +-
 2 files changed, 50 insertions(+), 19 deletions(-)
---
diff --git a/NEWS b/NEWS
index b845fbf..c6ca1e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+libchamplain 0.7.1 (2010-08-26)
+===============================
+
+Unstable release
+Bindings have not been updated yet.
+
+Changes:
+* Fix #623043 champlain.pc file has too much requires (Laurent Bigonville)
+* Layer speedup by using clutter functions for marker ordering (Russell Strong)
+* Use the renderer to render cached tiles (JiÅ?í Techet)
+* Fixed crashes caused by improper tile loading termination (JiÅ?í Techet)
+* Fixed many memory leaks (JiÅ?í Techet)
+* Use memory cache in addition to file cache by default (JiÅ?í Techet)
+* Use memphis_renderer_tile_has_data() as it works with libmemphis 0.2.1 
+  (JiÅ?í Techet)
+* On double click center to the clicked area (JiÅ?í Techet)
+* Make ChamplainRenderer inherit from GInitiallyUnowned (JiÅ?í Techet)
+* Access the elements in memory cache directly, not sequentially (JiÅ?í Techet)
+* Updated documentation (JiÅ?í Techet)
+* Use stable api version in soname also in development releases (JiÅ?í Techet)
+* Minor fixes and cleanups (JiÅ?í Techet)
+
 libchamplain 0.7.0 (2010-08-03)
 ===============================
 
@@ -92,6 +114,32 @@ Additions:
 * New map source infrastructure (à la Pipe and Filter) (JiÅ?í Techet)
 * ChamplainPolygon and ChamplainMapSource inherit from GInitiallyUnowned
 
+libchamplain 0.4.7 (2010-08-20)
+===============================
+
+Stable release
+GObject-introspection, Python (Victor Godoy Poluceno), Perl
+(Emmanuel Rodriguez), Vala (Tomaž Vajngerl) bindings are in a working state.
+
+Changes:
+* In the previous release some generated python binding sources had zero size
+  which caused that the python bindings weren't working at all. This release
+  just repacks the distributed files correctly.
+
+libchamplain 0.4.6 (2010-06-01)
+===============================
+
+Stable release
+GObject-introspection, Python (Victor Godoy Poluceno), Perl
+(Emmanuel Rodriguez), Vala (Tomaž Vajngerl) bindings are in a working state.
+
+Changes:
+* Vala bindings (Tomaž Vajngerl)
+* Demo and fixes for Vala bindings (Simon Wenner)
+* Fix crash when rendering polygons (JiÅ?í Techet)
+* Use a better mechanism for error tile (Rob Bradford)
+* Various minor fixes (JiÅ?í Techet, Koop Mast)
+
 libchamplain 0.4.5 (2010-03-10)
 ===============================
 
@@ -136,23 +184,6 @@ Fixes:
 libchamplain 0.4.3 (2010-01-09)
 ===============================
 
-Additions:
-* A scale (Tollef Fog Heen and Pierre-Luc Beaudoin)
-* User configurable additional license text to view
-* An option to highligh points in Polygons (Andreas Henriksson)
-
-Fixes:
-* Also report as loading when validating the cache
-* Debian Bug #555082: fix linking with gold (Laurent Bigonville)
-* 604784: SIGSEGV in function cairo_set_operator
-* Fix segfault when polygon has been delete before redraw
-* Make queue_redraw visible to subclasses
-* Some memory usage improvements by reusing images already loaded
-* Don't eat clicks on the map when using ChamplainSelectionLayer
-
-libchamplain 0.4.3 (2010-01-09)
-===============================
-
 Stable release
 GObject-introspection, Python (Victor Godoy Poluceno) and Perl
 (Emmanuel Rodriguez) bindings are in a working state.
diff --git a/configure.ac b/configure.ac
index 344fa66..08e16e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 m4_define([champlain_major_version], [0])
 m4_define([champlain_minor_version], [7])
-m4_define([champlain_micro_version], [0])
+m4_define([champlain_micro_version], [1])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
 m4_define([champlain_minor_api_version], [m4_eval(champlain_minor_version + champlain_minor_version%2)])
@@ -36,7 +36,7 @@ AM_PROG_CC_C_O
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBRARY_VERSION=0:0:0
+LIBRARY_VERSION=1:0:0
 CHAMPLAIN_API_VERSION=champlain_api_version
 CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]