New version 0.11.2
This commit is contained in:
parent
d1d5ed6df3
commit
cf2587ca54
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.11.1
|
EXTVERSION = 0.11.2
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -52,6 +52,7 @@ UPGRADABLE = \
|
|||||||
0.10.2 \
|
0.10.2 \
|
||||||
0.11.0 \
|
0.11.0 \
|
||||||
0.11.1 \
|
0.11.1 \
|
||||||
|
0.11.2 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
5
NEWS.md
5
NEWS.md
@ -1,6 +1,11 @@
|
|||||||
next (2015-mm-dd)
|
next (2015-mm-dd)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
0.11.2 (2015-10-19)
|
||||||
|
-------------------
|
||||||
|
* Fix schema not being specified on pg_get_serial_sequence [#170](https://github.com/CartoDB/cartodb-postgresql/pull/170)
|
||||||
|
* Log invalidation function call duration in seconds [#163](https://github.com/CartoDB/cartodb-postgresql/pull/163)
|
||||||
|
|
||||||
0.11.1 (2015-10-06)
|
0.11.1 (2015-10-06)
|
||||||
-------------------
|
-------------------
|
||||||
* Added CDB_DateToNumber(timestamp with time zone) [#169](https://github.com/CartoDB/cartodb-postgresql/pull/169)
|
* Added CDB_DateToNumber(timestamp with time zone) [#169](https://github.com/CartoDB/cartodb-postgresql/pull/169)
|
||||||
|
Loading…
Reference in New Issue
Block a user