From 6aefed1fbc9271afb43ebc72675420a93472f313 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 24 Aug 2011 12:12:31 -0400 Subject: [PATCH 1/2] ChangeLog for 3.3.10.4 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 54ef4ec01..ddc085d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ +3.3.10.4 (2011-08-24) +- [security] Missing sanitization on the table, column and index names leads to XSS vulnerabilities, see PMASA-2011-13 + 3.3.10.3 (2011-07-23) - [security] Fixed XSS vulnerability, see PMASA-2011-9 - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-12 From bd92c092cd422667097e98a3cd8ebc0140338244 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 24 Aug 2011 12:16:07 -0400 Subject: [PATCH 2/2] 3.3.10.4 release --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index f92b46bec..7ee8e50dc 100644 --- a/Documentation.html +++ b/Documentation.html @@ -10,7 +10,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.3.10.3 - Documentation + phpMyAdmin 3.3.10.4 - Documentation @@ -18,7 +18,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index f5967ed42..4d2bcbd04 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.3.10.3 + Version 3.3.10.4 ---------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 68b96635a..0ace8903f 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -92,7 +92,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.3.10.3'); + $this->set('PMA_VERSION', '3.3.10.4'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 5ca266987..24096d72c 100644 --- a/translators.html +++ b/translators.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.3.10.2 - Official translators + phpMyAdmin 3.3.10.4 - Official translators @@ -19,7 +19,7 @@