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-11-20 18:23:06 +0300
committerMarc Delisle <marc@infomarc.info>2014-11-20 18:23:06 +0300
commit23ef01973a3bdbdbf8920d922fa89673a3ad9da1 (patch)
treec9c44eeeb09ac24472b0de9e35da4652a6adb971
parentcea7c5fba8224b8380f2a83a689eb6caa6c79662 (diff)
4.1.14.7 releaseRELEASE_4_1_14_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 5de1815afe..b15e16c495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.1.14.7 (not yet released)
+4.1.14.7 (2014-11-20)
- bug #4596 [security] XSS through exception stack
- bug #4595 [security] Path traversal can lead to leakage of line count
- bug #4578 [security] XSS vulnerability in table print view
diff --git a/README b/README
index 89e953df38..0cea533edf 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.1.14.6
+Version 4.1.14.7
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 656a20106a..05a0758f0c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.1.14.6'
+version = '4.1.14.7'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 412bc45f1c..53e1769ac7 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.1.14.6');
+ $this->set('PMA_VERSION', '4.1.14.7');
/**
* @deprecated
*/