From 788d2a7f1052a54ae01ab131c115334e647bed6b Mon Sep 17 00:00:00 2001 From: javi Date: Mon, 27 Jul 2015 16:12:42 +0200 Subject: [PATCH] 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*