Update NEWS.md and version to 0.10.1
This commit is contained in:
parent
14508ff5f3
commit
c2780773d2
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.10.0
|
EXTVERSION = 0.10.1
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -48,6 +48,7 @@ UPGRADABLE = \
|
|||||||
0.9.3 \
|
0.9.3 \
|
||||||
0.9.4 \
|
0.9.4 \
|
||||||
0.10.0 \
|
0.10.0 \
|
||||||
|
0.10.1 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
8
NEWS.md
8
NEWS.md
@ -1,6 +1,14 @@
|
|||||||
next (2015-mm-dd)
|
next (2015-mm-dd)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
0.10.1 (2015-09-16)
|
||||||
|
-------------------
|
||||||
|
* Get back the `update_updated_at` function (still used by old tables) [#143](https://github.com/CartoDB/cartodb-postgresql/pull/143)
|
||||||
|
* Fix for CDB_StatsTest.sql test failing randomly [#144](https://github.com/CartoDB/cartodb-postgresql/issues/144)
|
||||||
|
* Fix for table cartodbfy'ed without default seq value [#138](https://github.com/CartoDB/cartodb-postgresql/issues/138)
|
||||||
|
* Fix for cartodbfy error column `the_geom` already exists [#141](https://github.com/CartoDB/cartodb-postgresql/issues/141)
|
||||||
|
* Fix for columns with geometry cartodbfy'ed without SRID [#154](https://github.com/CartoDB/cartodb-postgresql/issues/154)
|
||||||
|
|
||||||
0.10.0 (2015-09-07)
|
0.10.0 (2015-09-07)
|
||||||
-----------------
|
-----------------
|
||||||
* Quote schema and table names returned by CDB_QueryTables [#134](https://github.com/CartoDB/cartodb-postgresql/pull/134). Use quote_ident to quote schema and table names when necessary.
|
* Quote schema and table names returned by CDB_QueryTables [#134](https://github.com/CartoDB/cartodb-postgresql/pull/134). Use quote_ident to quote schema and table names when necessary.
|
||||||
|
Loading…
Reference in New Issue
Block a user