Release 5.0.4 REL_5-0-4
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Thu, 22 Mar 2012 13:35:22 +0000 (14:35 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Thu, 22 Mar 2012 13:35:22 +0000 (14:35 +0100)
HISTORY
libraries/lib.inc.php

diff --git a/HISTORY b/HISTORY
index 5960ac483f85be2db129bbb3a030d75644591aa0..c5731950faa72f891cc4fcd4d8de5dcc5d89ae0e 100644 (file)
--- 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
 -------------
 
index 20a2b81f0363338f3ae39e84bf1a5445b0423583..f6db0e26c7043c326ec9e70c7c8165d5e589875f 100644 (file)
@@ -16,7 +16,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '5.0.3';
+       $appVersion = '5.0.4';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.4';