add missed vertical_alignment change in default behavior and plugin_names() method added for 0.6.1 release

This commit is contained in:
Dane Springmeyer 2010-02-03 18:03:18 +00:00
parent f4e7a7931f
commit 316a35d08d

View file

@ -122,6 +122,8 @@ Mapnik 0.7.0 Release
- XML: Added missing serialization of PointSymbolizer 'opacity' and 'allow_overlap' attributes (r1358)
- XML: Default text vertical_alignment now dependent on dy (#485, r1527)
- Python: Exposed ability to write to Cairo formats using 'mapnik.render_to_file()' and without pycairo (#381)
- Python: Fixed potential crash if pycairo support is enabled but python-cairo module is missing (#392)
@ -158,6 +160,8 @@ Mapnik 0.6.1 Release
(Packaged from r1247)
- Plugins: expose list of registered plugins as a 'plugin_names()' method of DatasourceCache (r1180)
- XML: Fixed serialization and parsing bugs related to handling of integers and Enums (#328,#353)
- SCons: Added the ability to set the PKG_CONFIG_PATH env setting (#217)