Release 0.16.1

This commit is contained in:
Javier Goizueta 2016-04-25 18:47:42 +02:00
parent efe381ad94
commit 1358964628
2 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.16.0
EXTVERSION = 0.16.1
SED = sed
@ -67,6 +67,7 @@ UPGRADABLE = \
0.15.0 \
0.15.1 \
0.16.0 \
0.16.1 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

12
NEWS.md
View File

@ -1,3 +1,15 @@
0.16.1 (2016-04-25)
-------------------
* Optimize column information functions performance
[#238](https://github.com/CartoDB/cartodb-postgresql/pull/238)
* Adjust overview points to pixel CDB_EqualIntervalBins
[#242](https://github.com/CartoDB/cartodb-postgresql/pull/242)
* Compute webmercator resolution using full numeric precision
[#243](https://github.com/CartoDB/cartodb-postgresql/pull/243)
0.16.0 (2016-04-15)
-------------------
* Adds table for storing camshaft analysis nodes