Commit dd484485107fd0ca56315117757924deddab1ff1
- Diff rendering mode:
- inline
- side by side
NEWS
(25 / 0)
|   | |||
| 1 | libchamplain 0.4.1 (2009-10-18) | ||
| 2 | =============================== | ||
| 3 | |||
| 4 | Stable release | ||
| 5 | Python and Perl bindings are in a working state. | ||
| 6 | |||
| 7 | Enhancements: | ||
| 8 | |||
| 9 | * Added champlain_view_remove_layer (Pierre-Luc Beaudoin) | ||
| 10 | * ChamplainSelectionLayer now have a "changed" signal (Pierre-Luc Beaudoin) | ||
| 11 | * Added champlain_marker_set_highlighted_text_color (Pierre-Luc Beaudoin) | ||
| 12 | * Added champlain_marker_get_highlighted_text_color (Pierre-Luc Beaudoin) | ||
| 13 | * Added champlain_marker_get_highlighted_color (Pierre-Luc Beaudoin) | ||
| 14 | |||
| 15 | Fixes: | ||
| 16 | |||
| 17 | * Selection color is always blue (Pierre-Luc Beaudoin) | ||
| 18 | * 595534: Fix building on Solaris (Halton Huo) | ||
| 19 | * Emit map-source notifications (Pierre-Luc Beaudoin) | ||
| 20 | * Don't emit invalid lat and lon notifications (Pierre-Luc Beaudoin) | ||
| 21 | * 597272: Adjust the typedefs to to keep the C++ bindings happy (Debarshi Ray) | ||
| 22 | * Fix OSM licences (Bruce Cowan) | ||
| 23 | * Fix slowdowns with big caches (Pierre-Luc Beaudoin) | ||
| 24 | * 598106: champlain plugin: map isn't displayed (Pierre-Luc Beaudoin) | ||
| 25 | |||
| 1 | 26 | libchamplain 0.4 (2009-09-14) | |
| 2 | 27 | =============================== | |
| 3 | 28 |
configure.ac
(1 / 1)
|   | |||
| 28 | 28 | AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) | |
| 29 | 29 | ||
| 30 | 30 | # Checks for libraries. | |
| 31 | LIBRARY_VERSION=0:0:0 | ||
| 31 | LIBRARY_VERSION=1:0:1 | ||
| 32 | 32 | # API_VERSION is used to generate pc files only | |
| 33 | 33 | API_VERSION=api_version | |
| 34 | 34 | CHAMPLAIN_MAJOR_VERSION=champlain_major_version |

