Upgrade version to 0.11.4
This commit is contained in:
parent
53acee4ddb
commit
9a58c03ac0
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.11.3
|
EXTVERSION = 0.11.4
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -55,6 +55,7 @@ UPGRADABLE = \
|
|||||||
0.11.1 \
|
0.11.1 \
|
||||||
0.11.2 \
|
0.11.2 \
|
||||||
0.11.3 \
|
0.11.3 \
|
||||||
|
0.11.4 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
15
NEWS.md
15
NEWS.md
@ -1,12 +1,17 @@
|
|||||||
next (2015-mm-dd)
|
0.11.4 (2015-11-24)
|
||||||
-----------------
|
-------------------
|
||||||
|
* Fix for existing PK cartodb_id problem [#174](https://github.com/CartoDB/cartodb-postgresql/issues/174)
|
||||||
|
* Add cartodbfication support for column names with embedded points to fix [#6114](https://github.com/CartoDB/cartodb/issues/6114)
|
||||||
|
* Disable log invalidation time [#178](https://github.com/CartoDB/cartodb-postgresql/pull/178)
|
||||||
|
* Add CDB_GreatCircle for creating great circle routes between two points [#171](https://github.com/CartoDB/cartodb-postgresql/pull/171)
|
||||||
|
* Fix to prevent cartodbfication problems [#155](https://github.com/CartoDB/cartodb-postgresql/issues/155)
|
||||||
|
|
||||||
0.11.3 (2015-10-27)
|
0.11.3 (2015-10-27)
|
||||||
-------------------
|
-------------------
|
||||||
* Added CDB_Helper.sql [#173](https://github.com/CartoDB/cartodb-postgresql/pull/173)
|
* Added CDB_Helper.sql [#173](https://github.com/CartoDB/cartodb-postgresql/pull/173)
|
||||||
* Added _CDB_Unique_Identifier for creating UTF8 aware unique identifiers
|
* Added `_CDB_Unique_Identifier` for creating UTF8 aware unique identifiers
|
||||||
* Added _CDB_Unique_Column_Identifier for creating UTF8 aware unique identifiers for columns
|
* Added `_CDB_Unique_Column_Identifier` for creating UTF8 aware unique identifiers for columns
|
||||||
* Added _CDB_Octet_Truncate that truncates text to a certain amount of octets.
|
* Added `_CDB_Octet_Truncate` that truncates text to a certain amount of octets.
|
||||||
|
|
||||||
0.11.2 (2015-10-19)
|
0.11.2 (2015-10-19)
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user