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>2015-03-04 20:31:14 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-04 20:31:14 +0300
commit5dee6c0833cf16698ff10218a21e852b469506c5 (patch)
tree1e3e35b0bdd964478c438c2724faccd3734c0df3
parentd0f109dfe3b345094d7ceb49df0dbb68efc032ed (diff)
4.2.13.2 releaseRELEASE_4_2_13_2
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 55769bc88c..becea272ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================
+4.2.13.2 (2015-03-04)
+- bug [security] Risk of BREACH attack, see PMASA-2015-1
+
4.2.13.1 (2014-12-03)
- bug #4612 [security] XSS vulnerability in redirection mechanism
- bug #4611 [security] DOS attack with long passwords
diff --git a/README b/README
index 03485075f4..1ae1a41d63 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.2.13.1
+Version 4.2.13.2
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index b369db359c..01205a2dcd 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.13.1'
+version = '4.2.13.2'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index fca662415b..13e21cd39b 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.13.1');
+ $this->set('PMA_VERSION', '4.2.13.2');
/**
* @deprecated
*/