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-12-03 15:55:56 +0300
committerMarc Delisle <marc@infomarc.info>2014-12-03 15:55:56 +0300
commit00828f9ccb1024fbcd528f41dfdf28fab918dfff (patch)
treea2df46fc1d1affb2c77bd6efca5085a15e1e50d8
parent095729d81205f15f40d216d25917017da4c2fff8 (diff)
4.0.10.7 releaseRELEASE_4_0_10_7
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 0a9f46ccc8..c0d3a959fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.0.10.7 (not yet released)
+4.0.10.7 (2014-12-03)
- bug #4611 [security] DOS attack with long passwords
4.0.10.6 (2014-11-20)
diff --git a/README b/README
index e39ef44eda..12aa8cd640 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.10.6
+Version 4.0.10.7
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index d3ac475608..849a0a4750 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.6'
+version = '4.0.10.7'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 290c69ba2f..ae628b4cbd 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.6');
+ $this->set('PMA_VERSION', '4.0.10.7');
/**
* @deprecated
*/