diff --git a/ChangeLog b/ChangeLog
index 869dde614..ce8e0ff10 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 344cdda28..0b039c7bb 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -11,7 +11,7 @@
-
phpMyAdmin 3.1.3.1 - Documentation
+ phpMyAdmin 3.1.3.2 - Documentation
@@ -33,7 +33,7 @@
Glossary
-phpMyAdmin 3.1.3.1 Documentation
+phpMyAdmin 3.1.3.2 Documentation
-
phpMyAdmin homepage
diff --git a/README b/README
index 5eb0602f5..f01fd142c 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 6045fad78..43abeb35c 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 85c6c624f..37f48466e 100644
--- a/translators.html
+++ b/translators.html
@@ -8,7 +8,7 @@
- phpMyAdmin 3.1.3.1 - Official translators
+ phpMyAdmin 3.1.3.2 - Official translators
@@ -31,7 +31,7 @@
- Glossary
-phpMyAdmin 3.1.3.1 official translators list
+phpMyAdmin 3.1.3.2 official translators list
Here is the list of the "official translators" of
phpMyAdmin.