4.0.4.2 release

Enterprise / phpMyAdmin - Marc Delisle [infomarc.info] - 28 July 2013 05:22 UTC



###

diff --git a/ChangeLog b/ChangeLog
index a055b7f..aec2c07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================

-4.0.4.2 (not released yet)
+4.0.4.2 (2013-07-28)
- [security] Fix stored XSS in Server status monitor, see PMASA-2013-9
- [security] Fix stored XSS in navigation panel logo link, see PMASA-2013-9
- [security] Fix self-XSS in setup, trusted proxies validation, see PMASA-2013-9
diff --git a/README b/README
index 4221040..dd37509 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

-Version 4.0.4.1
+Version 4.0.4.2

A set of PHP-scripts to manage MySQL over the web.

diff --git a/doc/conf.py b/doc/conf.py
index 55fb3e2..bd41d88 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.4.1'
+version = '4.0.4.2'
# The full version, including alpha/beta/rc tags.
release = version

diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 8cabc913..c8dadef 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.4.1');
+ $this->set('PMA_VERSION', '4.0.4.2');
/**
* @deprecated
*/

ad54449 4.0.4.2 release
ChangeLog | 2 +-
README | 2 +-
doc/conf.py | 2 +-
libraries/Config.class.php | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Upstream: github.com


  • Share