diff --git a/CHANGELOG b/CHANGELOG index ca14ffc5f..44c7b34f9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,10 +11,26 @@ Developers: Please commit along with changes. For a complete change history, see the SVN log. -Current Version (0.6.0-dev, SVN trunk): ---------------------------------------- + +Mapnik 0.6.0 Release +-------------------- + - Python: Added support for aspect_fix_mode (r1013) +- Fixed axis-ordering for WMS 1.3.0 request (r1051) (#241) + +- Added option to all plugins to support using a 'base' path argument (r1042) + +- Symbolizers: RasterSymbolizer now support composing modes for hillshading (r1027) + +- SCons: Added options to build the rundemo and pgsql2sqlite tools (r989) + +- OGCServer: Added content-length output (r986) + +- SCons: Replaced LIBS/INCLUDES options for postgres and gdal with pg_config and gdal-config (r977) + +- SCons: Created an optional configure stage (r973) + - Python: Added further pickling/copy support to Map, Layers, Datasources, Styles,and Rules (r907,r913,r921) - OGCServer: Added support for load_map(), allowing reading of XML styles and layers (r901)