[libchamplain/libchamplain-0-4] 0.4.6



commit e35fc91ad4d07900847f550685ba9dbb6485fefc
Author: JiÅ?í Techet <techet gmail com>
Date:   Tue Jun 1 00:48:53 2010 +0200

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

 NEWS         |   14 ++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 19a7f7c..47b952c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+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)
 ===============================
 
diff --git a/configure.ac b/configure.ac
index 84521d8..02ea94a 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], [4])
-m4_define([champlain_micro_version], [5])
+m4_define([champlain_micro_version], [6])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
 m4_define([api_version],
@@ -11,7 +11,7 @@ m4_define([api_version],
 AC_PREREQ(2.61)
 AC_INIT([libchamplain],
         [champlain_version],
-        pierre-luc pierlux com)
+        http://bugzilla.gnome.org/simple-bug-guide.cgi?product=libchamplain)
 AC_CONFIG_SRCDIR([champlain/champlain.h])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -31,7 +31,7 @@ AC_PATH_PROG(VAPIGEN, vapigen, vapigen)
 AC_SUBST(VAPIGEN)
 
 # Checks for libraries.
-LIBRARY_VERSION=3:2:3
+LIBRARY_VERSION=3:3: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]