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>2014-10-01 15:20:09 +0400
committerMarc Delisle <marc@infomarc.info>2014-10-01 15:20:09 +0400
commit5118938f103e0022329847b654fcd99c8cb37de7 (patch)
tree1232c331cb07e54a8d3cdd77cfbee0da99e7aa1c
parentc6c77589a5860f20b5fb335033389de50e1a9031 (diff)
4.0.10.4 releaseRELEASE_4_0_10_4
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--ChangeLog3
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0475de6908..b3d31b6a27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================
+4.0.10.4 (2014-10-01)
+- bug #4544 [security] XSS vulnerabilities in table search and table structure pages
+
4.0.10.3 (2014-09-13)
- bug #4530 [security] DOM based XSS that results to a CSRF that creates a
ROOT account in certain conditions
diff --git a/README b/README
index 16441d6cf7..fdd5919fe9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.10.3
+Version 4.0.10.4
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 97406c6eb1..41172fa6b7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.0.10.3'
+version = '4.0.10.4'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index f8d48f358e..15687a67f6 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -102,7 +102,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.0.10.3');
+ $this->set('PMA_VERSION', '4.0.10.4');
/**
* @deprecated
*/