Upgrade version to 0.11.5
This commit is contained in:
parent
21d5ee5813
commit
a88bfc51a3
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.11.4
|
EXTVERSION = 0.11.5
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -56,6 +56,7 @@ UPGRADABLE = \
|
|||||||
0.11.2 \
|
0.11.2 \
|
||||||
0.11.3 \
|
0.11.3 \
|
||||||
0.11.4 \
|
0.11.4 \
|
||||||
|
0.11.5 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
5
NEWS.md
5
NEWS.md
@ -1,8 +1,11 @@
|
|||||||
|
0.11.5 (2015-11-27)
|
||||||
|
-------------------
|
||||||
|
* Disable log invalidation time [#178](https://github.com/CartoDB/cartodb-postgresql/pull/178)
|
||||||
|
|
||||||
0.11.4 (2015-11-24)
|
0.11.4 (2015-11-24)
|
||||||
-------------------
|
-------------------
|
||||||
* Fix for existing PK cartodb_id problem [#174](https://github.com/CartoDB/cartodb-postgresql/issues/174)
|
* 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)
|
* 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)
|
* 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)
|
* Fix to prevent cartodbfication problems [#155](https://github.com/CartoDB/cartodb-postgresql/issues/155)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user