Commit b03800721fa2f78439a4b95a3e3dd4ebf7cd279f
- Diff rendering mode:
- inline
- side by side
NEWS
(27 / 0)
|   | |||
| 1 | libchamplain 0.4.4 (2010-01-28) | ||
| 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 | Fixes: | ||
| 9 | * 580372: Get rid of champlain_view_set_size, replaced by | ||
| 10 | clutter_actor_set_size (Pierre-luc Beaudoin) | ||
| 11 | * Fix the Python demos to use ChamplainEmbed instead of ClutterEmbed (Lorenzo | ||
| 12 | Masini) | ||
| 13 | * Ship all the python .defs files in tarballs, fixes the Python bindings | ||
| 14 | (Lorenzo Masini) | ||
| 15 | * Simplification of the internal licence displaying code (Pierre-Luc Beaudoin) | ||
| 16 | * Optimize the initialization process, now loads only the needed tiles | ||
| 17 | (Pierre-Luc Beaudoin) | ||
| 18 | * Limit further more the number of times the scale is redrawn (Pierre-Luc | ||
| 19 | Beaudoin) | ||
| 20 | * Limit the internal operations that happen when the user moves (Pierre-Luc | ||
| 21 | Beaudoin) | ||
| 22 | * Async loading of tiles from the cache (Pierre-Luc Beaudoin) | ||
| 23 | * Use the shared tile cache paths when built with --enable-maemo (Pierre-Luc | ||
| 24 | Beaudoin) | ||
| 25 | * 606393: The display of tiles looks very programmatic, they now load in spiral | ||
| 26 | order (Jason Woofenden) | ||
| 27 | |||
| 1 | 28 | libchamplain 0.4.3 (2010-01-09) | |
| 2 | 29 | =============================== | |
| 3 | 30 |
configure.ac
(1 / 1)
|   | |||
| 28 | 28 | AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) | |
| 29 | 29 | ||
| 30 | 30 | # Checks for libraries. | |
| 31 | LIBRARY_VERSION=3:0:3 | ||
| 31 | LIBRARY_VERSION=3:1: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