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-08-17 16:13:20 +0400
committerMarc Delisle <marc@infomarc.info>2014-08-17 16:13:20 +0400
commit54d738568bac627afdb3b7dad22787fcc17956e9 (patch)
tree8e25d104dd8d5a87f6a830a4aed955a38dbbd42e
parent5519905a2519d9a102b172432448c7e91d5601a6 (diff)
4.1.14.3 releaseRELEASE_4_1_14_3
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 0adb663447..725a9de1bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.1.14.3 (Not yet released)
+4.1.14.3 (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 419fe1c01c..0f09699798 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.1.14.2
+Version 4.1.14.3
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 4a881b69fe..0fbc064225 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.2'
+version = '4.1.14.3'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 30757a6d14..abd225b486 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.2');
+ $this->set('PMA_VERSION', '4.1.14.3');
/**
* @deprecated
*/