Release 0.12.0
This commit is contained in:
parent
350f101c3d
commit
845ac6dc9a
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.11.5
|
EXTVERSION = 0.12.0
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -56,6 +56,7 @@ UPGRADABLE = \
|
|||||||
0.11.3 \
|
0.11.3 \
|
||||||
0.11.4 \
|
0.11.4 \
|
||||||
0.11.5 \
|
0.11.5 \
|
||||||
|
0.12.0 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
5
NEWS.md
5
NEWS.md
@ -1,3 +1,8 @@
|
|||||||
|
0.12.0 (2016-01-27)
|
||||||
|
-------------------
|
||||||
|
* Remove schema_triggers extension dependency, to ensure compatibility with PostgreSQL 9.5. [#190](https://github.com/CartoDB/cartodb-postgresql/pull/190)
|
||||||
|
* Remove DDL trigger functions (unused by CartoDB).
|
||||||
|
|
||||||
0.11.5 (2015-11-27)
|
0.11.5 (2015-11-27)
|
||||||
-------------------
|
-------------------
|
||||||
* Disable log invalidation time [#178](https://github.com/CartoDB/cartodb-postgresql/pull/178)
|
* Disable log invalidation time [#178](https://github.com/CartoDB/cartodb-postgresql/pull/178)
|
||||||
|
Loading…
Reference in New Issue
Block a user