[libchamplain/libchamplain-0-4] Update NEWS and bump libtool version



commit b03800721fa2f78439a4b95a3e3dd4ebf7cd279f
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Thu Jan 28 16:02:56 2010 -0500

    Update NEWS and bump libtool version

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2f84da1..ec32c43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+libchamplain 0.4.4 (2010-01-28)
+===============================
+
+Stable release
+GObject-introspection, Python (Victor Godoy Poluceno) and Perl
+(Emmanuel Rodriguez) bindings are in a working state.
+
+Fixes:
+* 580372: Get rid of champlain_view_set_size, replaced by
+  clutter_actor_set_size (Pierre-luc Beaudoin)
+* Fix the Python demos to use ChamplainEmbed instead of ClutterEmbed (Lorenzo
+  Masini)
+* Ship all the python .defs files in tarballs, fixes the Python bindings
+  (Lorenzo Masini)
+* Simplification of the internal licence displaying code (Pierre-Luc Beaudoin)
+* Optimize the initialization process, now loads only the needed tiles
+  (Pierre-Luc Beaudoin)
+* Limit further more the number of times the scale is redrawn (Pierre-Luc
+  Beaudoin)
+* Limit the internal operations that happen when the user moves (Pierre-Luc
+  Beaudoin)
+* Async loading of tiles from the cache (Pierre-Luc Beaudoin)
+* Use the shared tile cache paths when built with --enable-maemo (Pierre-Luc
+  Beaudoin)
+* 606393: The display of tiles looks very programmatic, they now load in spiral
+  order (Jason Woofenden)
+
 libchamplain 0.4.3 (2010-01-09)
 ===============================
 
diff --git a/configure.ac b/configure.ac
index 9d8ee32..caf6efc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AM_PROG_CC_C_O
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 
 # Checks for libraries.
-LIBRARY_VERSION=3:0:3
+LIBRARY_VERSION=3:1:3
 # API_VERSION is used to generate pc files only
 API_VERSION=api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version



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