Updated Release2.0.1 (markdown)

springmeyer 2012-04-09 16:27:24 -07:00
parent 55cfccd946
commit a4a6165a46

@ -1,31 +1,31 @@
(Packaged from 5cd3cb2efdaf7e9990a57e8e00b652a81aaa39ae)
(Packaged from [5cd3cb2](https://github.com/mapnik/mapnik/commit/5cd3cb2efdaf7e9990a57e8e00b652a81aaa39ae))
- Support for PostGIS 2.0 (#956,#1083)
- Support for PostGIS 2.0 ([#956](https://github.com/mapnik/mapnik/issues/956),[#1083](https://github.com/mapnik/mapnik/issues/1083))
- Switched back to "libmapnik" and "import mapnik" rather than "mapnik2" (mapnik2 will still work from python) (#941)
- Switched back to "libmapnik" and "import mapnik" rather than "mapnik2" (mapnik2 will still work from python) ([#941](https://github.com/mapnik/mapnik/issues/941))
- Restored Python 2.5 compatibility (#904)
- Restored Python 2.5 compatibility ([#904](https://github.com/mapnik/mapnik/issues/904))
- Fixed `mapnik-config --version` (#903)
- Fixed `mapnik-config --version` ([#903](https://github.com/mapnik/mapnik/issues/903))
- Cairo: Add full rendering support for markers to match AGG renderer functionality (#1071)
- Cairo: Add full rendering support for markers to match AGG renderer functionality ([#1071](https://github.com/mapnik/mapnik/issues/1071))
- Fix Markers rendering so that ellipse height/width units are pixels (previously were unintentially radii) (#1134)
- Fix Markers rendering so that ellipse height/width units are pixels (previously were unintentionally radii) ([#1134](https://github.com/mapnik/mapnik/issues/1134))
- Added 'ignore-placement` attribute to markers-symbolizer (#1135)
- Added 'ignore-placement` attribute to markers-symbolizer ([#1135](https://github.com/mapnik/mapnik/issues/1135))
- Removed svn_revision info from mapnik-config and python bindings as git is now used
- Removed `svn_revision` info from mapnik-config and python bindings as git is now used
- Removed OGCServer from core - now at https://github.com/mapnik/OGCServer (e7f6267)
- Removed OGCServer from core - now at https://github.com/mapnik/OGCServer ([e7f6267](https://github.com/mapnik/mapnik/commit/e7f6267))
- Fixed SQLite open stability across platforms/versions (#854)
- Fixed SQLite open stability across platforms/versions ([#854](https://github.com/mapnik/mapnik/issues/854))
- Workaround for boost interprocess compile error with recent gcc versions (#950,#1001,#1082)
- Workaround for boost interprocess compile error with recent gcc versions ([#950](https://github.com/mapnik/mapnik/issues/950),[#1001](https://github.com/mapnik/mapnik/issues/1001),[#1082](https://github.com/mapnik/mapnik/issues/1082))
- Fix possible memory corruption when using hextree mode for png color reduction (#1087)
- Fix possible memory corruption when using hextree mode for png color reduction ([#1087](https://github.com/mapnik/mapnik/issues/1087))
- Fixed bug in shield line placement when dx/dy are used to shift the label relative to the placement point (Matt Amos) (#908)
- Fixed bug in shield line placement when dx/dy are used to shift the label relative to the placement point (Matt Amos) ([#908](https://github.com/mapnik/mapnik/issues/908))
- Fix to avoid modifying a feature if an attribute is requested that does not exist (0f5ab18ed)
- Fix to avoid modifying a feature if an attribute is requested that does not exist ([0f5ab18ed](https://github.com/mapnik/mapnik/commit/0f5ab18ed))
- Fixed ability to save to jpeg format from python (7387afd9) (#896)
- Fixed ability to save to jpeg format from python ([7387afd9](https://github.com/mapnik/mapnik/commit/7387afd9)) ([#896](https://github.com/mapnik/mapnik/issues/896))