update changelog after #1171 and #1221

This commit is contained in:
Dane Springmeyer 2012-05-18 13:48:23 -07:00
parent 92dd30556a
commit 2b5ad5bd7e

View file

@ -13,6 +13,10 @@ For a complete change history, see the SVN log.
Mapnik 2.0.2
------------
- Fixed reference counting of Py_None when returning null attributes from Postgres during UTFGrid encoding, which could cause a Fatal Python error: deallocating None (#1221)
- Fixed possible breakage registering plugins via python if a custom PREFIX or DESTDIR was used (e.g. macports/homebrew) (#1171)
- Fixed memory leak in the case of proj >= 4.8 and a projection initialization error (#1173)