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>2013-07-28 13:46:15 +0400
committerMarc Delisle <marc@infomarc.info>2013-07-28 13:46:15 +0400
commit633c628e5cd8dcbbf17ad79d26b17a8b31ee9b7b (patch)
tree08b8a970baa9c1f709e9d77809b10dd419794b7e
parent333d82d3271b2a1b445134bb6bbb15ae8c9ba8a6 (diff)
3.5.8.2 releaseRELEASE_3_5_8_2
-rw-r--r--ChangeLog2
-rw-r--r--Documentation.html4
-rw-r--r--README2
-rw-r--r--libraries/Config.class.php2
4 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dfb2faf5c..b80e51c77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-3.5.8.2 (not released yet)
+3.5.8.2 (2013-07-28)
- [security] Fix self-XSS in "Showing rows", see PMASA-2013-8
- [security] Fix self-XSS in Display chart, see PMASA-2013-9
- [security] Fix stored XSS in Server status monitor, see PMASA-2013-9
diff --git a/Documentation.html b/Documentation.html
index 965d21f883..6907962cc7 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -8,7 +8,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin 3.5.8.1 - Documentation</title>
+ <title>phpMyAdmin 3.5.8.2 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -16,7 +16,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.5.8.1
+ 3.5.8.2
Documentation
</h1>
</div>
diff --git a/README b/README
index b385d073ab..b322d36123 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 3.5.8.1
+Version 3.5.8.2
A set of PHP-scripts to manage MySQL over the web.
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index e76c4289da..7f700dbd2d 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -102,7 +102,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.5.8.1');
+ $this->set('PMA_VERSION', '3.5.8.2');
/**
* @deprecated
*/