Increase version number and update NEWS.md

This commit is contained in:
Guido Fioravantti 2015-10-27 14:16:17 +01:00
parent fdfbe8e62c
commit d171afb9f4
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.11.2 EXTVERSION = 0.11.3
SED = sed SED = sed
@ -54,6 +54,7 @@ UPGRADABLE = \
0.11.0 \ 0.11.0 \
0.11.1 \ 0.11.1 \
0.11.2 \ 0.11.2 \
0.11.3 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,6 +1,13 @@
next (2015-mm-dd) next (2015-mm-dd)
----------------- -----------------
0.11.3 (2015-10-27)
-------------------
* 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_Column_Identifier for creating UTF8 aware unique identifiers for columns
* 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)
------------------- -------------------
* Fix schema not being specified on pg_get_serial_sequence [#170](https://github.com/CartoDB/cartodb-postgresql/pull/170) * Fix schema not being specified on pg_get_serial_sequence [#170](https://github.com/CartoDB/cartodb-postgresql/pull/170)