Merge pull request #91 from CartoDB/upgrade-version-0-7-4

Update Makefile and NEWS.md for new version
This commit is contained in:
Rafa de la Torre 2015-06-29 12:37:30 +02:00
commit 2b46a2d56f
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.7.3 EXTVERSION = 0.7.4
SED = sed SED = sed
@ -37,6 +37,7 @@ UPGRADABLE = \
0.7.0 \ 0.7.0 \
0.7.1 \ 0.7.1 \
0.7.2 \ 0.7.2 \
0.7.3 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,3 +1,12 @@
0.7.4 (2015-06-29)
------------------
* Adds new function CDB_QueryTablesText that can deal with "schema.table_name"
longer than 63 chars.
* Adds a set of statistical functions:
- CDB_DistType
- CDB_DistinctMeasure
- CDB_EqualIntervalBins
0.7.3 (2015-03-03) 0.7.3 (2015-03-03)
------------------ ------------------
* Fix upgrade of CDB_StringToDate function * Fix upgrade of CDB_StringToDate function