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-05-03 16:12:31 +0400
committerMarc Delisle <marc@infomarc.info>2013-05-03 16:12:31 +0400
commit6da64cc3b2ba4439574f914f51e161645375be96 (patch)
tree8f5a8c28cee641e61019689ae61acc4df13a0af3
parent0f3e8c22a4d9d3e29daeeaaaf6cb9c583d94e3fc (diff)
4.0.0 releaseRELEASE_4_0_0
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
4 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 89d1f5891d..b37eb178fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
phpMyAdmin - ChangeLog
======================
-4.0.0.0 (not yet released)
+4.0.0.0 (2013-05-03)
+ Patch #3481047 for rfe #3480477 Insert as new row enhancement
+ Patch #3480999 Activate codemirror in the query window
- Patch #3495284 XML Import - fix message and redirect
@@ -114,8 +114,6 @@ underscore
(see PMASA-2013-5)
- bug #3892 [export] SQL Export files are empty
-3.5.9.0 (not yet released)
-
3.5.8.1 (2013-04-24)
- [security] Remote code execution (preg_replace), reported by Janek Vind
(see PMASA-2013-2)
diff --git a/README b/README
index 83617e5dcd..4599062d1d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.0.0-rc4
+Version 4.0.0
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 60adfe1bb4..33baf0a86b 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.0-rc4'
+version = '4.0.0'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 89643b20b6..bd2fcf4800 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -101,7 +101,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.0.0-rc4');
+ $this->set('PMA_VERSION', '4.0.0');
/**
* @deprecated
*/