diff --git a/ChangeLog b/ChangeLog
index 2e7ce4487b..331ed94d50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
+2.11.9.5 (2009-03-24)
+- [security] XSS vulnerability on export page
+- [security] Insufficient output sanitizing when generating configuration file
+
2.11.9.4 (2008-12-09)
- [security] possible XSRF on several pages
diff --git a/Documentation.html b/Documentation.html
index 0a8fc02a4b..a00a16cee0 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -11,7 +11,7 @@
-
phpMyAdmin 2.11.9.4 - Documentation
+ phpMyAdmin 2.11.9.5 - Documentation
@@ -33,7 +33,7 @@
Glossary
-phpMyAdmin 2.11.9.4 Documentation
+phpMyAdmin 2.11.9.5 Documentation
-
phpMyAdmin homepage
diff --git a/README b/README
index 3258d5c67a..124d4cb58b 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 2.11.9.4
+ Version 2.11.9.5
----------------
http://www.phpmyadmin.net/
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 2abc0cc3b2..2e460a6dc7 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -85,7 +85,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '2.11.9.4');
+ $this->set('PMA_VERSION', '2.11.9.5');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index a8c496a80a..f74054501c 100644
--- a/translators.html
+++ b/translators.html
@@ -8,7 +8,7 @@
- phpMyAdmin 2.11.9.4 - Official translators
+ phpMyAdmin 2.11.9.5 - Official translators
@@ -31,7 +31,7 @@
- Glossary
-phpMyAdmin 2.11.9.4 official translators list
+phpMyAdmin 2.11.9.5 official translators list
Here is the list of the "official translators" of
phpMyAdmin.