From 11bf7f6fdf0a9c2bdb89c9f5699d893301703d6e Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 19 Feb 2015 14:09:49 +0100 Subject: [PATCH] Fix release notes for 0.5.3 --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c841d14..2a351d3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,9 +3,9 @@ * Select permission in CDB_TableMetadata no longer granted to public * New function to upsert the updated_at in CDB_TableMetadata for a regclass -0.5.3 (2015-02-xx) +0.5.3 (2015-02-17) ------------------ -* Fixed secuity problem related with system tables +* Fixed security problem related with system tables * Changed quota checks to use `pg_relation_size` instead of `pg_total_relation_size` 0.5.2 (2015-01-29)