From 7b1184db8f53a607937f92d108f042fee60f637d Mon Sep 17 00:00:00 2001 From: David Arango Date: Thu, 13 Dec 2012 11:43:11 +0100 Subject: [PATCH 1/3] Bump to 1.1.5 --- NEWS.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 25d49b4c..802546e0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +1.1.5 (DD//MM//YY) +----- + 1.1.4 (DD//MM//YY) ----- * Reduce default extent to allow for consistent proj4 round-tripping diff --git a/package.json b/package.json index a94bc376..3a7064f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "windshaft-cartodb", - "version": "1.1.4", + "version": "1.1.5", "description": "A map tile server for CartoDB", "url": "https://github.com/Vizzuality/Windshaft-cartodb", "licenses": [{ From 9db49a25e4e03db0d5af1acec429c395d6a49d56 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 19 Dec 2012 18:31:58 +0100 Subject: [PATCH 2/3] Require windshaft-0.8.1 for cache debugging facilities Also upgrades node-mapnik to 0.7.18 --- npm-shrinkwrap.json | 33 +++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 36a10e9a..990ee122 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "windshaft-cartodb", - "version": "1.1.3", + "version": "1.1.5", "dependencies": { "cluster2": { "version": "0.3.5-cdb02", @@ -32,10 +32,10 @@ "version": "0.8.3" }, "npm": { - "version": "1.1.65", + "version": "1.1.69", "dependencies": { "semver": { - "version": "1.1.0" + "version": "1.1.1" }, "ini": { "version": "1.0.5" @@ -50,7 +50,12 @@ "version": "1.1.14" }, "minimatch": { - "version": "0.2.8" + "version": "0.2.9", + "dependencies": { + "sigmund": { + "version": "1.0.0" + } + } }, "nopt": { "version": "2.0.0" @@ -66,7 +71,7 @@ "version": "1.0.5" }, "tar": { - "version": "0.1.13" + "version": "0.1.14" }, "fstream": { "version": "0.1.19" @@ -93,7 +98,7 @@ "version": "2.0.4" }, "node-gyp": { - "version": "0.7.1" + "version": "0.7.3" }, "fstream-npm": { "version": "0.1.3", @@ -127,7 +132,7 @@ } }, "read-package-json": { - "version": "0.1.8" + "version": "0.1.11" }, "read-installed": { "version": "0.0.3" @@ -159,7 +164,7 @@ "version": "0.0.16", "dependencies": { "config-chain": { - "version": "1.1.2", + "version": "1.1.3", "dependencies": { "proto-list": { "version": "1.2.2" @@ -203,7 +208,7 @@ "from": "git://github.com/CartoDB/mapnik-reference.git#cdb-5.0" }, "millstone": { - "version": "0.5.11", + "version": "0.5.13", "dependencies": { "request": { "version": "2.11.4", @@ -230,10 +235,10 @@ } }, "srs": { - "version": "0.2.17" + "version": "0.2.18" }, "zipfile": { - "version": "0.3.2" + "version": "0.3.3" }, "sqlite3": { "version": "2.1.5" @@ -249,7 +254,7 @@ } }, "windshaft": { - "version": "0.8.0", + "version": "0.8.1", "dependencies": { "express": { "version": "2.5.11", @@ -319,10 +324,10 @@ "version": "2.9.202" }, "mapnik": { - "version": "0.7.16" + "version": "0.7.18" }, "semver": { - "version": "1.1.0" + "version": "1.1.1" }, "mocha": { "version": "1.2.1", diff --git a/package.json b/package.json index 3a7064f7..2343cdc2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "node-varnish": "0.1.1", "underscore" : "~1.3.3", "grainstore" : "~0.10.8", - "windshaft" : "~0.8.0", + "windshaft" : "~0.8.1", "step": "0.0.x", "generic-pool": "1.0.x", "redis": "0.7.2", From d1979a526512edeac85f956e53199ab188eb7a22 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 20 Dec 2012 11:30:29 +0100 Subject: [PATCH 3/3] Fix bogus cached return of utf grid for fully contained tiles (#67) --- NEWS.md | 1 + npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 802546e0..9d5e76fa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ 1.1.5 (DD//MM//YY) ----- +* Fix bogus cached return of utf grid for fully contained tiles (#67) 1.1.4 (DD//MM//YY) ----- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 990ee122..8c631486 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -254,7 +254,7 @@ } }, "windshaft": { - "version": "0.8.1", + "version": "0.8.2", "dependencies": { "express": { "version": "2.5.11", @@ -295,8 +295,8 @@ } }, "tilelive-mapnik": { - "version": "0.3.3-dev", - "from": "git://github.com/Vizzuality/tilelive-mapnik.git#7df70554", + "version": "0.3.3-cdb2", + "from": "git://github.com/Vizzuality/tilelive-mapnik.git#6061c65a", "dependencies": { "eio": { "version": "0.1.0" diff --git a/package.json b/package.json index 2343cdc2..85e3afe1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "node-varnish": "0.1.1", "underscore" : "~1.3.3", "grainstore" : "~0.10.8", - "windshaft" : "~0.8.1", + "windshaft" : "~0.8.2", "step": "0.0.x", "generic-pool": "1.0.x", "redis": "0.7.2",