From 5e5261284190c6fe6985547fbd19d3345df14be1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 17 Aug 2014 06:59:44 -0400 Subject: [PATCH] 4.0.10.2 release Signed-off-by: Marc Delisle --- ChangeLog | 2 +- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5fba1b3ea6..2d9e287384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ====================== -4.0.10.2 (Not yet released) +4.0.10.2 (2014-08-17) - bug #4501 [security] XSS in table browse page - bug #4502 [security] Self-XSS in enum value editor - bug #4503 [security] Self-XSSes in monitor diff --git a/README b/README index f73687e1a5..574b140f94 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.0.10.1 +Version 4.0.10.2 A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 05ded248a6..acfa8c5fcd 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.1' +version = '4.0.10.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 8fc3a6f7d3..fc4c45ad16 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.1'); + $this->set('PMA_VERSION', '4.0.10.2'); /** * @deprecated */ -- 2.11.4.GIT