Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2009-04-14 20:32:06 +0400
committerMarc Delisle <marc@infomarc.info>2009-04-14 20:32:06 +0400
commit1661eeb0e88e22f42bdfea63d24e7ac33d131f06 (patch)
tree95fbdd1ad971639fe1c199c4a040bf7067587844
parentdd98df3e3c7732ea9d5f7e28a71661f137a9a806 (diff)
3.1.3.2 releaseRELEASE_3_1_3_2
-rw-r--r--ChangeLog3
-rw-r--r--Documentation.html4
-rw-r--r--README2
-rw-r--r--libraries/Config.class.php2
-rw-r--r--translators.html4
5 files changed, 9 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 869dde6146..ce8e0ff10b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
+3.1.3.2 (2009-04-14)
+- [security] Insufficient output sanitizing when generating configuration file
+
3.1.3.1 (2009-03-24)
- [security] HTTP Response Splitting and file inclusion vulnerabilities
- [security] XSS vulnerability on export page
diff --git a/Documentation.html b/Documentation.html
index 344cdda288..0b039c7bb5 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -11,7 +11,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>phpMyAdmin 3.1.3.1 - Documentation</title>
+ <title>phpMyAdmin 3.1.3.2 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -33,7 +33,7 @@
<li><a href="#glossary">Glossary</a></li>
</ul>
-<h1>phpMyAdmin 3.1.3.1 Documentation</h1>
+<h1>phpMyAdmin 3.1.3.2 Documentation</h1>
<ul><li><a href="http://www.phpmyadmin.net/">
phpMyAdmin homepage</a></li>
diff --git a/README b/README
index 5eb0602f5a..f01fd142ce 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 3.1.3.1
+ Version 3.1.3.2
---------------
http://www.phpmyadmin.net/
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 6045fad78b..43abeb35c3 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -85,7 +85,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.1.3.1');
+ $this->set('PMA_VERSION', '3.1.3.2');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index 85c6c624fa..37f48466ed 100644
--- a/translators.html
+++ b/translators.html
@@ -8,7 +8,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.1.3.1 - Official translators</title>
+ <title>phpMyAdmin 3.1.3.2 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -31,7 +31,7 @@
<li><a href="Documentation.html#glossary">Glossary</a></li>
</ul>
-<h1>phpMyAdmin 3.1.3.1 official translators list</h1>
+<h1>phpMyAdmin 3.1.3.2 official translators list</h1>
<p> Here is the list of the &quot;official translators&quot; of
phpMyAdmin.</p>