Release 0.18.3
The exclusion of analysis cache tables size from the quota (#281) was meant to be included in 0.18.0 but missed the release, so it's being released in this version.
This commit is contained in:
parent
fff7e926c9
commit
24639713f1
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.18.2
|
EXTVERSION = 0.18.3
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ UPGRADABLE = \
|
|||||||
0.17.1 \
|
0.17.1 \
|
||||||
0.18.0 \
|
0.18.0 \
|
||||||
0.18.1 \
|
0.18.1 \
|
||||||
0.18.2 \
|
0.18.3 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
6
NEWS.md
6
NEWS.md
@ -1,3 +1,7 @@
|
|||||||
|
0.18.3 (2016-11-03)
|
||||||
|
|
||||||
|
* Exclude analysis cache tables from the quota #281
|
||||||
|
|
||||||
0.18.2 (2016-10-20)
|
0.18.2 (2016-10-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
@ -14,8 +18,6 @@
|
|||||||
|
|
||||||
* Fix: exclude NULL geometries when creating Overviews #269
|
* Fix: exclude NULL geometries when creating Overviews #269
|
||||||
* Function to check analysis tables limits #279
|
* Function to check analysis tables limits #279
|
||||||
* Exclude analysis cache tables from the quota #281
|
|
||||||
|
|
||||||
|
|
||||||
0.17.1 (2016-08-16)
|
0.17.1 (2016-08-16)
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user