Commit 7e05fd7fcc4240f7f6472c99a53caa93c9508b37

Update NEWS and bump to 0.5.1
NEWS
(14 / 0)
  
1libchamplain 0.5.1 (2010-01-25)
2===============================
3
4Unstable release
5Bindings have not been updated yet.
6The API is not settled yet.
7
8Fixes:
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
114libchamplain 0.5.0 (2010-01-24)
215===============================
316
2222* Add local rendering of OpenStreetMap data (Simon Wenner, Google Summer of
2323 Code 2009)
2424* New map source infrastructure (à la Pipe and Filter) (Jiří Techet)
25* ChamplainPolygon and ChamplainMapSource inherit from GInitiallyUnowned
2526
2627libchamplain 0.4.3 (2010-01-09)
2728===============================
configure.ac
(1 / 1)
  
22# Process this file with autoconf to produce a configure script.
33m4_define([champlain_major_version], [0])
44m4_define([champlain_minor_version], [5])
5m4_define([champlain_micro_version], [0])
5m4_define([champlain_micro_version], [1])
66m4_define([champlain_version],
77 [champlain_major_version.champlain_minor_version.champlain_micro_version])
88m4_define([api_version],

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment