From c2780773d25a4151d35cc922e8ed0a5c6d865b2c Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 16 Sep 2015 12:40:14 +0200 Subject: [PATCH] Update NEWS.md and version to 0.10.1 --- Makefile | 3 ++- NEWS.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a803ba..107e94a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.10.0 +EXTVERSION = 0.10.1 SED = sed @@ -48,6 +48,7 @@ UPGRADABLE = \ 0.9.3 \ 0.9.4 \ 0.10.0 \ + 0.10.1 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index c69d430..6a1bdbf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ 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) ----------------- * 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.