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-09-13 19:50:40 +0400
committerMarc Delisle <marc@infomarc.info>2014-09-13 19:50:40 +0400
commitdf2ac06eb630945f9264338dd0c1afcf27d8b9ba (patch)
tree4e13476cf4f66a9cd1381e6320abdbedccd41aa4
parent33b39f9f1dd9a4d27856530e5ac004e23b30e8ac (diff)
4.2.8.1 releaseRELEASE_4_2_8_1
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 08c97b8ac9..12fccab393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.2.8.1 (not yet released)
+4.2.8.1 (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 6af81657fa..28cb7b37fb 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.2.8
+Version 4.2.8.1
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 167c9c4b3e..48a29c5ae6 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.8'
+version = '4.2.8.1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index f5c2a89cd5..0abb645fc8 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.8');
+ $this->set('PMA_VERSION', '4.2.8.1');
/**
* @deprecated
*/