Skip to content

Commit

Permalink
bump to 0.7.6 with support for latest mapnik, grid rendering fixes, a…
Browse files Browse the repository at this point in the history
…nd fix for rare memory corruption when a mapnik.Image or mapnik.Grid object goes out of scope when a view is still encoding
  • Loading branch information
Dane Springmeyer committed Jul 13, 2012
1 parent 4c6e8de commit 2260c45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -53,7 +53,11 @@ For more sample code see 'examples/README.md'
* Node v0.6 or v0.8 * Node v0.6 or v0.8
* Mapnik 2.x * Mapnik 2.x


Mapnik 2.1.0 is targeted, but 2.0.x is also supported. This means that if you are running the Mapnik 2.0.x series some minor test failures are expected: Mapnik 2.1.0 is targeted, but 2.0.x is also supported.

This means that if you are running the Mapnik 2.1 series (current unreleased master) you must be running at least [0eddc2b5a0](https://github.com/mapnik/mapnik/commit/0eddc2b5a0d42fb1dcf5c228871eac145c089bbc).

This means that if you are running the Mapnik 2.0.x series some minor test failures are expected:


* 6-7 test failures are expected using Mapnik 2.0.0 * 6-7 test failures are expected using Mapnik 2.0.0
* 4-5 test failures are expected using Mapnik 2.0.2 * 4-5 test failures are expected using Mapnik 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"url" : "http://github.com/mapnik/node-mapnik", "url" : "http://github.com/mapnik/node-mapnik",
"homepage" : "http://mapnik.org", "homepage" : "http://mapnik.org",
"author" : "Dane Springmeyer <dane@dbsgeo.com> (mapnik.org)", "author" : "Dane Springmeyer <dane@dbsgeo.com> (mapnik.org)",
"version" : "0.7.5", "version" : "0.7.6",
"main" : "./lib/mapnik.js", "main" : "./lib/mapnik.js",
"bugs" : { "bugs" : {
"email" : "dane@dbsgeo.com", "email" : "dane@dbsgeo.com",
Expand Down

0 comments on commit 2260c45

Please sign in to comment.