Upgrade windshaft to improve profiling

This commit is contained in:
Sandro Santilli 2013-07-18 11:13:41 +02:00
parent 7cb69d1db9
commit 3819d0d47b
3 changed files with 5 additions and 4 deletions

View File

@ -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
------

4
npm-shrinkwrap.json generated
View File

@ -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"

View File

@ -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",