Commit 7e05fd7fcc4240f7f6472c99a53caa93c9508b37
- Diff rendering mode:
- inline
- side by side
NEWS
(14 / 0)
|   | |||
| 1 | libchamplain 0.5.1 (2010-01-25) | ||
| 2 | =============================== | ||
| 3 | |||
| 4 | Unstable release | ||
| 5 | Bindings have not been updated yet. | ||
| 6 | The API is not settled yet. | ||
| 7 | |||
| 8 | Fixes: | ||
| 9 | * Disable Python and Instrospection until libMemphis gets bindings | ||
| 10 | (Pierre-Luc Beaudoin) | ||
| 11 | * Add missing files in tarball (Pierre-Luc Beaudoin) | ||
| 12 | * Remove generated headers from build (Götz Waschk) | ||
| 13 | |||
| 1 | 14 | libchamplain 0.5.0 (2010-01-24) | |
| 2 | 15 | =============================== | |
| 3 | 16 | ||
| … | … | ||
| 22 | 22 | * Add local rendering of OpenStreetMap data (Simon Wenner, Google Summer of | |
| 23 | 23 | Code 2009) | |
| 24 | 24 | * New map source infrastructure (à la Pipe and Filter) (Jiří Techet) | |
| 25 | * ChamplainPolygon and ChamplainMapSource inherit from GInitiallyUnowned | ||
| 25 | 26 | ||
| 26 | 27 | libchamplain 0.4.3 (2010-01-09) | |
| 27 | 28 | =============================== |
configure.ac
(1 / 1)
|   | |||
| 2 | 2 | # Process this file with autoconf to produce a configure script. | |
| 3 | 3 | m4_define([champlain_major_version], [0]) | |
| 4 | 4 | m4_define([champlain_minor_version], [5]) | |
| 5 | m4_define([champlain_micro_version], [0]) | ||
| 5 | m4_define([champlain_micro_version], [1]) | ||
| 6 | 6 | m4_define([champlain_version], | |
| 7 | 7 | [champlain_major_version.champlain_minor_version.champlain_micro_version]) | |
| 8 | 8 | m4_define([api_version], |

