Release 0.16.0
This commit is contained in:
parent
808fc9fc25
commit
897689dd43
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.15.1
|
EXTVERSION = 0.16.0
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -66,6 +66,7 @@ UPGRADABLE = \
|
|||||||
0.14.4 \
|
0.14.4 \
|
||||||
0.15.0 \
|
0.15.0 \
|
||||||
0.15.1 \
|
0.15.1 \
|
||||||
|
0.16.0 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
11
NEWS.md
11
NEWS.md
@ -1,5 +1,10 @@
|
|||||||
0.15.1 (2016-04-15)
|
0.16.0 (2016-04-15)
|
||||||
|
-------------------
|
||||||
|
* Adds table for storing camshaft analysis nodes
|
||||||
|
[#237](https://github.com/CartoDB/cartodb-postgresql/pull/237)
|
||||||
|
|
||||||
|
0.15.1 (2016-04-15)
|
||||||
|
-------------------
|
||||||
* Fix problems with org users in overviews functions
|
* Fix problems with org users in overviews functions
|
||||||
[#224](https://github.com/CartoDB/cartodb-postgresql/pull/224)
|
[#224](https://github.com/CartoDB/cartodb-postgresql/pull/224)
|
||||||
* Add `_feature_count` to overviews
|
* Add `_feature_count` to overviews
|
||||||
@ -14,7 +19,7 @@
|
|||||||
[#234]https://github.com/CartoDB/cartodb-postgresql/pull/234
|
[#234]https://github.com/CartoDB/cartodb-postgresql/pull/234
|
||||||
|
|
||||||
0.15.0 (2016-04-05)
|
0.15.0 (2016-04-05)
|
||||||
|
-------------------
|
||||||
* New function CDB_CreateOverviewsWithToleranceInPixels that adds tolerance parameter for overview creation
|
* New function CDB_CreateOverviewsWithToleranceInPixels that adds tolerance parameter for overview creation
|
||||||
[#221](https://github.com/CartoDB/cartodb-postgresql/pull/221)
|
[#221](https://github.com/CartoDB/cartodb-postgresql/pull/221)
|
||||||
* New default value for the overviews tolerance in pixels is 2 (used to be 7.5) (also in #221)
|
* New default value for the overviews tolerance in pixels is 2 (used to be 7.5) (also in #221)
|
||||||
@ -23,7 +28,7 @@
|
|||||||
[#220](https://github.com/CartoDB/cartodb-postgresql/pull/220)
|
[#220](https://github.com/CartoDB/cartodb-postgresql/pull/220)
|
||||||
|
|
||||||
0.14.4 (2016-03-29)
|
0.14.4 (2016-03-29)
|
||||||
|
-------------------
|
||||||
* Fix creating overviews for tables with boolean columns
|
* Fix creating overviews for tables with boolean columns
|
||||||
[#214](https://github.com/CartoDB/cartodb-postgresql/pull/214)
|
[#214](https://github.com/CartoDB/cartodb-postgresql/pull/214)
|
||||||
* Fix tests for some systems [#215](https://github.com/CartoDB/cartodb-postgresql/pull/215)
|
* Fix tests for some systems [#215](https://github.com/CartoDB/cartodb-postgresql/pull/215)
|
||||||
|
Loading…
Reference in New Issue
Block a user