update changelog for 0.6.0 release - closes #278

This commit is contained in:
Dane Springmeyer 2009-04-01 01:18:14 +00:00
parent 03e7dc35ad
commit 72734cbda5

View file

@ -11,10 +11,26 @@ Developers: Please commit along with changes.
For a complete change history, see the SVN log. 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) - 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) - 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) - OGCServer: Added support for load_map(), allowing reading of XML styles and layers (r901)