From e92a003624609a445c4cf57c9c3d1fcef0eae47c Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Thu, 22 Mar 2012 14:35:22 +0100 Subject: [PATCH] Release 5.0.4 --- HISTORY | 18 ++++++++++++++++++ libraries/lib.inc.php | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 5960ac48..c5731950 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,24 @@ phpPgAdmin History ------------------ +Version 5.0.4 +------------- + +Released: 22th March 2012 + +Bug fixes. + +* Fix #3468882 "UPDATE single row with varchar key: empty where clause", reported by "Dirk Kraemer" +* Fix XSS in function.php, reported by Mateusz Goik +* Fix bug where renaming a tablespace was leading to an error +* Fix a bug where clicking to "Show all schemas" on schema privilege page leads back to the latest tab used in database level +* Fix a bug when executing a query from the history +* Fix bad confirmation message when droping an autovacuum table setup +* Fix bug #3429633 '"Back" link from "Browse" leads to error' +* Fix a PHP warning when Slony conf parameters are not set +* Show cancel/kill actions in process page only if role is a superuser +* Some more small code cleanup and fixes. + Version 5.0.3 ------------- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 20a2b81f..f6db0e26 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '5.0.3'; + $appVersion = '5.0.4'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.4'; -- 2.39.5