Commit 1f066450c8edb312cb08b5038c714fd883af0085
- Diff rendering mode:
- inline
- side by side
NEWS
(21 / 0)
|   | |||
| 1 | libchamplain 0.4.3 (2010-01-09) | ||
| 2 | =============================== | ||
| 3 | |||
| 4 | Stable release | ||
| 5 | GObject-introspection, Python (Victor Godoy Poluceno) and Perl | ||
| 6 | (Emmanuel Rodriguez) bindings are in a working state. | ||
| 7 | |||
| 8 | Additions: | ||
| 9 | * A scale (Tollef Fog Heen and Pierre-Luc Beaudoin) | ||
| 10 | * User configurable additional license text to view | ||
| 11 | * An option to highligh points in Polygons (Andreas Henriksson) | ||
| 12 | |||
| 13 | Fixes: | ||
| 14 | * Also report as loading when validating the cache | ||
| 15 | * Debian Bug #555082: fix linking with gold (Laurent Bigonville) | ||
| 16 | * 604784: SIGSEGV in function cairo_set_operator | ||
| 17 | * Fix segfault when polygon has been delete before redraw | ||
| 18 | * Make queue_redraw visible to subclasses | ||
| 19 | * Some memory usage improvements by reusing images already loaded | ||
| 20 | * Don't eat clicks on the map when using ChamplainSelectionLayer | ||
| 21 | |||
| 1 | 22 | libchamplain 0.4.2 (2009-10-26) | |
| 2 | 23 | =============================== | |
| 3 | 24 |
configure.ac
(1 / 1)
|   | |||
| 28 | 28 | AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) | |
| 29 | 29 | ||
| 30 | 30 | # Checks for libraries. | |
| 31 | LIBRARY_VERSION=2:0:2 | ||
| 31 | LIBRARY_VERSION=3:0:3 | ||
| 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 |
Comments
Add your comment
Please log in to comment



Add a new comment:
Login or create an account to post a comment