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 16:11:20 +0400
committerMarc Delisle <marc@infomarc.info>2014-10-01 16:11:20 +0400
commit822ac52395442ac1472901e4a73b6f2cbcef39b7 (patch)
tree2740c291e873213037230dabfc991c8911baff80
parent304fb2b645b36a39e03b954fdbd567173ebe6448 (diff)
4.2.9.1 releaseRELEASE_4_2_9_1
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 18aa741c12..36db9485f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================
+4.2.9.1 (2014-10-01)
+- bug #4544 [security] XSS vulnerabilities in table search and table structure pages
+
4.2.9.0 (2014-09-20)
- bug ajax.js responseHandler: cannot read property of null
- bug sql.js: str is undefined
diff --git a/README b/README
index 744ea627b2..ced219dd23 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.2.9
+Version 4.2.9.1
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 81cd260535..5898973507 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.2.9'
+version = '4.2.9.1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 4b761c8bec..ad4b964433 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.2.9');
+ $this->set('PMA_VERSION', '4.2.9.1');
/**
* @deprecated
*/