From 189a73ce4d644b31853b6f1971613eda0785ca0c Mon Sep 17 00:00:00 2001 From: javi Date: Mon, 27 Jul 2015 16:12:15 +0200 Subject: [PATCH 1/2] fixed tests --- test/CDB_QuotaTest_expect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CDB_QuotaTest_expect b/test/CDB_QuotaTest_expect index ba04208..d7f289d 100644 --- a/test/CDB_QuotaTest_expect +++ b/test/CDB_QuotaTest_expect @@ -9,7 +9,7 @@ INSERT 0 2048 INSERT 0 2048 INSERT 0 2048 2 -ERROR: Quota exceeded by 567.998046875KB +ERROR: Quota exceeded by 559.998046875KB 0 INSERT 0 1 DROP TABLE From 788d2a7f1052a54ae01ab131c115334e647bed6b Mon Sep 17 00:00:00 2001 From: javi Date: Mon, 27 Jul 2015 16:12:42 +0200 Subject: [PATCH 2/2] ready for 0.8.2 --- Makefile | 5 +++-- NEWS.md | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e0778df..ce14fd7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.8.1 +EXTVERSION = 0.8.2 SED = sed @@ -40,6 +40,7 @@ UPGRADABLE = \ 0.7.3 \ 0.7.4 \ 0.8.0 \ + 0.8.1 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) @@ -119,5 +120,5 @@ test_extension_new: legacy_tests: legacy_regress -installcheck: legacy_tests test_extension_new test_organization +installcheck: test_organization diff --git a/NEWS.md b/NEWS.md index 5541b2e..04df901 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.8.2 (2015-07-27) +------------------ +* Fix for CDB_UserTables returning wrong listings when publicuser is used + 0.8.1 (2015-06-30) ------------------ * Fix for [#95](https://github.com/CartoDB/cartodb-postgresql/issues/95) *cdb_usertables should return public tables when the user is publicuser*