From bc5cabeb6a013a72cf19e8114e5179a311759bdc Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 18 Oct 2011 11:46:55 -0700 Subject: [PATCH] add to 0.7.2 changelog --- CHANGELOG | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1897f197e..b7428f887 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,7 +14,45 @@ For a complete change history, see the SVN log. Mapnik 0.7.2 Release -------------------- -- Added forward compatibility to Mapnik 2.0 (https://trac.mapnik.org/wiki/Mapnik2/Changes) +- Added forward compatibility for Mapnik 2.0 XML syntax (https://trac.mapnik.org/wiki/Mapnik2/Changes) + +- Build fixes to ensure boost_threads are not used unless THREADING=multi build option is used + +- Fixes for the clang compiler + +- Support for latest libpng (>= 1.5.x) (r2999) + +- Fixes to the postgres pool + +- Fix for correct transparency levels in png256/png8 output (#540) + +- Various build system fixes, especially for gcc compiler on open solaris. + +- When plugins are not found, report the searched directories (#568) + +- Improved font loading support (#559) + +- Fix to shapeindex for allowing indexing of directory of shapefiles like `shapeindex dir/*shp` + +- Fixed handling of null and multipatch shapes in shapefile driver - avoiding inf loop (#573) + +- Fixed raster alpha blending (#589,#674) + +- Enhanced support for faster reprojection if proj >= 4.8 is used (#575) + +- Allow for late-binding of datasources (#622) + +- Fix to OSM plugin to avoid over-caching of data (#542) + +- Various fixes to sqlite, ogr, and occi driver backported from trunk. + +- Ensured that '\n' triggers linebreaks in text rendering (#584) + +- Support for boost filesystem v3 + +- Fixes to cairo renderer to avoid missing images (r2526) + +- Fixed reading of label_position_tolerance on text_symbolizer and height for building_symbolizer Mapnik 0.7.1 Release