diff --git a/NEWS.md b/NEWS.md index ff12e8c9..033ece3e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,11 +2,12 @@ ------ * Set Last-Modified header to allow for 304 responses * Add profiling support (needs useProfiler in env config file) +* Fix double-checking for layergroups with no interactivity 1.3.2 ------ * Set default layergroup TTL to 2 hours -* Server multilayer tiles and grid with persistent cache control +* Serve multilayer tiles and grid with persistent cache control 1.3.1 ------ diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6c62c2b6..9e6de77d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -9,7 +9,7 @@ "version": "1.3.3" }, "windshaft": { - "version": "0.13.0", + "version": "0.13.1", "dependencies": { "grainstore": { "version": "0.13.6", @@ -72,7 +72,7 @@ "version": "0.3.4" }, "sqlite3": { - "version": "2.1.13" + "version": "2.1.14" }, "mime": { "version": "1.2.9" diff --git a/package.json b/package.json index 718b7228..d08933c9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "node-varnish": "0.1.1", "underscore" : "~1.3.3", - "windshaft" : "~0.13.0", + "windshaft" : "~0.13.1", "step": "0.0.x", "generic-pool": "~2.0.3", "redis": "~0.8.3",