diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-22 23:37:03 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-22 23:37:03 +0200 |
commit | bc1d6c133a06a2d4298bbbd7c030bb5ba118776a (patch) | |
tree | 6b688ac5b7d2dd8347dfbce29a28a1abb87bb6ae | |
parent | media-libs/clutter: bump to 1.0.8 (diff) | |
download | gnome-bc1d6c133a06a2d4298bbbd7c030bb5ba118776a.tar.gz gnome-bc1d6c133a06a2d4298bbbd7c030bb5ba118776a.tar.bz2 gnome-bc1d6c133a06a2d4298bbbd7c030bb5ba118776a.zip |
media-libs/libchamplain: bump to 0.4.1
Stable release
GObject-introspection, Python and Perl bindings are in a working state.
Enhancements:
* Added champlain_view_remove_layer (Pierre-Luc Beaudoin)
* ChamplainSelectionLayer now have a "changed" signal (Pierre-Luc Beaudoin)
* Added champlain_marker_set_highlighted_text_color (Pierre-Luc Beaudoin)
* Added champlain_marker_get_highlighted_text_color (Pierre-Luc Beaudoin)
* Added champlain_marker_get_highlighted_color (Pierre-Luc Beaudoin)
Fixes:
* Selection color is always blue (Pierre-Luc Beaudoin)
* 595534: Fix building on Solaris (Halton Huo)
* Emit map-source notifications (Pierre-Luc Beaudoin)
* Don't emit invalid lat and lon notifications (Pierre-Luc Beaudoin)
* 597272: Adjust the typedefs to to keep the C++ bindings happy (Debarshi Ray)
* Fix OSM licences (Bruce Cowan)
* Fix slowdowns with big caches (Pierre-Luc Beaudoin)
* 598106: champlain plugin: map isn't displayed (Pierre-Luc Beaudoin)
-rw-r--r-- | media-libs/libchamplain/Manifest | 4 | ||||
-rw-r--r-- | status/TODO | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libchamplain/Manifest b/media-libs/libchamplain/Manifest index bcd03939..85cef91a 100644 --- a/media-libs/libchamplain/Manifest +++ b/media-libs/libchamplain/Manifest @@ -1,2 +1,2 @@ -DIST libchamplain-0.4.0.tar.bz2 537485 RMD160 de964c15f08eb10b02047ac08073c3e5afbf5e10 SHA1 7cd07b98d3e0b5bbd8a632d432283c7bb6eac477 SHA256 43675f381cef04fbf1ec89bc632e50c3edd967be6b476a62a2c400a387e94965 -EBUILD libchamplain-0.4.0.ebuild 1133 RMD160 637b6328575a821088f76caf94a9231e2e13fc0f SHA1 7931d50eaf4ead0eb433041cacc5df2456120449 SHA256 7817f8bc24a930fb249f3b7393ef9f4a44b4e8ab462373e6ce6abfc27379b79c +DIST libchamplain-0.4.1.tar.bz2 519193 RMD160 27926cd98e98fc7689c9cd6f7752b02028dde699 SHA1 5813ca40e64ed9c3958f5bd338084eabd6b51367 SHA256 439ef8228c233b7333c8f24f0d28f136336a07f95ef87c35427806214ea67927 +EBUILD libchamplain-0.4.1.ebuild 1133 RMD160 637b6328575a821088f76caf94a9231e2e13fc0f SHA1 7931d50eaf4ead0eb433041cacc5df2456120449 SHA256 7817f8bc24a930fb249f3b7393ef9f4a44b4e8ab462373e6ce6abfc27379b79c diff --git a/status/TODO b/status/TODO index 53ca96f4..17ce730b 100644 --- a/status/TODO +++ b/status/TODO @@ -51,7 +51,7 @@ media-libs/clutter-1.0.8 * Tests are interactive, not of use for us * Using external json-glib breaks introspection * Tests are interactive, not of use for us -media-libs/libchamplain-0.4.0 +media-libs/libchamplain-0.4.1 * add pyclutter and pyclutter-gtk first * add clutter-sharp first media-sound/sound-juicer-2.28.0 |