Fix bogus cached return of utf grid for fully contained tiles (#67)

remotes/origin/use_db_slaves
Sandro Santilli 12 years ago
parent 9db49a25e4
commit d1979a5265

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

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

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

Loading…
Cancel
Save