diff --git a/ChangeLog b/ChangeLog
index 6bc363a8f..5e6bcf01d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
+3.1.3.1 (2009-03-24)
+- [security] HTTP Response Splitting and file inclusion vulnerabilities
+- [security] XSS vulnerability on export page
+- [security] Insufficient output sanitizing when generating configuration file
+
3.1.3.0 (2009-02-28)
+ [lang] Turkish update, thanks to Burak Yavuz
- patch #2496403 [display] Multi-row change with "]",
diff --git a/Documentation.html b/Documentation.html
index 4655ce8f9..e7750ead8 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -11,7 +11,7 @@
-
phpMyAdmin 3.1.3 - Documentation
+ phpMyAdmin 3.1.3.1 - Documentation
@@ -33,7 +33,7 @@
Glossary
-phpMyAdmin 3.1.3 Documentation
+phpMyAdmin 3.1.3.1 Documentation
-
phpMyAdmin homepage
diff --git a/README b/README
index 598f49629..5eb0602f5 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 3.1.3
- -------------
+ Version 3.1.3.1
+ ---------------
http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index f98c5985e..6045fad78 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');
+ $this->set('PMA_VERSION', '3.1.3.1');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index a4e7a57ec..85c6c624f 100644
--- a/translators.html
+++ b/translators.html
@@ -8,7 +8,7 @@
- phpMyAdmin 3.1.3 - Official translators
+ phpMyAdmin 3.1.3.1 - Official translators
@@ -31,7 +31,7 @@
- Glossary
-phpMyAdmin 3.1.3 official translators list
+phpMyAdmin 3.1.3.1 official translators list
Here is the list of the "official translators" of
phpMyAdmin.