]> err.no Git - libchamplain/commitdiff
Version change to 0.4
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Wed, 25 Mar 2009 21:06:21 +0000 (22:06 +0100)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 27 Mar 2009 07:32:42 +0000 (09:32 +0200)
bindings/perl/Champlain/Changes
bindings/perl/Champlain/lib/Champlain.pm

index 316060bc54aa2f4f2c64cf6fa249dd1942296290..f0461843b0a7fc964a2c7d3d89452eeb9f116436 100644 (file)
@@ -1,6 +1,11 @@
 Revision history for Champlain
 
 
+0.04 Wed Mar 25 22:04:27 CET 2009
+       Added the map sources osm_cyclemap and osm_osmarender
+       Port of the C demo animated-marker
+
+
 0.03 Sun Mar 22 22:32:44 CET 2009
        Fixed the binding of champlain_view_embed_get_view()
        Added support for Champlain::ZoomLevel
@@ -14,3 +19,4 @@ Revision history for Champlain
 
 0.01 Sat Mar 14 10:33:12 CET 2009
        First version, released on an unsuspecting world.
+
index 9c67dfc5c5a0427e627a6620becd668d7eaeae9f..ab7f376e1c1416f2ac8f0b738a2523051231006f 100644 (file)
@@ -92,7 +92,7 @@ at your option, any later version of Perl 5 you may have available.
 use warnings;
 use strict;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 use base 'DynaLoader';
 use Exporter 'import';