summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2010-01-28 16:02:56 -0500
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2010-01-28 16:02:56 -0500
commitb03800721fa2f78439a4b95a3e3dd4ebf7cd279f (patch)
treed76d73ff912bd0284ba0b9151af48f329495de57
parentdbc5d903cee920bb8899a0f67ea840adc2a50fe4 (diff)
downloadlibchamplain-b03800721fa2f78439a4b95a3e3dd4ebf7cd279f.tar.gz
Update NEWS and bump libtool version
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
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