diff options
author | Jehan-Guillaume (ioguix) de Rorthais | 2012-03-22 13:35:22 +0000 |
---|---|---|
committer | Jehan-Guillaume (ioguix) de Rorthais | 2012-03-22 13:35:22 +0000 |
commit | e92a003624609a445c4cf57c9c3d1fcef0eae47c (patch) | |
tree | 09396c42e2daaba99c3f744dab53c26329656423 | |
parent | c98023bd8c4cacd42a0339a2116c24cc40b215e2 (diff) |
Release 5.0.4REL_5-0-4
-rw-r--r-- | HISTORY | 18 | ||||
-rw-r--r-- | libraries/lib.inc.php | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -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'; |