Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac499eb0cd | ||
|
|
8071967ff1 | ||
|
|
d47f1762da |
@@ -4,7 +4,10 @@ addons:
|
||||
postgresql: "9.5"
|
||||
apt:
|
||||
packages:
|
||||
- postgresql-9.5-postgis-2.3
|
||||
- postgresql-contrib-9.5
|
||||
- postgresql-plpython-9.5
|
||||
- postgis
|
||||
- pkg-config
|
||||
- libcairo2-dev
|
||||
- libjpeg8-dev
|
||||
|
||||
7
NEWS.md
7
NEWS.md
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.86.2
|
||||
Released 2017-09-01
|
||||
|
||||
Bug fixes:
|
||||
- Adding a new cartodb-psql fixing a pg vulnerability
|
||||
|
||||
|
||||
## 2.86.1
|
||||
Released 2016-12-02
|
||||
|
||||
|
||||
2524
npm-shrinkwrap.json
generated
2524
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "2.86.1",
|
||||
"version": "2.86.2",
|
||||
"description": "A map tile server for CartoDB",
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"body-parser": "~1.14.0",
|
||||
"camshaft": "0.48.4",
|
||||
"cartodb-psql": "~0.6.1",
|
||||
"cartodb-psql": "0.10.1",
|
||||
"cartodb-query-tables": "~0.1.0",
|
||||
"cartodb-redis": "0.13.1",
|
||||
"debug": "~2.2.0",
|
||||
|
||||
Reference in New Issue
Block a user