From 862bd54799e893220d2681c46750d1ffd5396e52 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 9 Apr 2012 14:15:53 -0700 Subject: [PATCH] shuffle CHANGELOG --- CHANGELOG | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0be23c0f6..2009a2a5c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,24 +14,26 @@ For a complete change history, see the SVN log. Mapnik 2.0.1 ------------ +- Support for PostGIS 2.0 (#956,#1083) + +- Switched back to "libmapnik" and "import mapnik" rather than "mapnik2" (mapnik2 will still work from python) (#941) + +- Restored Python 2.5 compatibility (#904) + +- Fixed `mapnik-config --version` (#903) + - Cairo: Add full rendering support for markers to match AGG renderer functionality (#1071) - Fix Markers rendering so that ellipse height/width units are pixels (previously were unintentially radii) (#1134) - Added 'ignore-placement` attribute to markers-symbolizer (#1135) -- Switched back to "libmapnik" and "import mapnik" rather than "mapnik2" (#941) - - 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) - Fixed SQLite open stability across platforms/versions (#854) -- Fixed `mapnik-config --version` (#903) - -- Support for PostGIS 2.0 (#956,#1083) - - Workaround for boost interprocess compile error with recent gcc versions (#950,#1001,#1082) - Fix possible memory corruption when using hextree mode for png color reduction (#1087) @@ -40,8 +42,6 @@ Mapnik 2.0.1 - Fix to avoid modifying a feature if an attribute is requested that does not exist (0f5ab18ed) -- Restored Python 2.5 compatibility (#904) - - Fixed ability to save to jpeg format from python (7387afd9) (#896)