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>2009-10-30 19:13:24 +0300
committerMarc Delisle <marc@infomarc.info>2009-10-30 19:13:24 +0300
commite53f38a20d5e3737e5296f1c1bd2233eaf1e38c2 (patch)
treedfdf5278f0fddab18bb05057ca3a615a2e579843
parentc5209b94e4b7381e659ad22a516735a237c8e7ed (diff)
3.2.3 releaseRELEASE_3_2_3
-rw-r--r--ChangeLog2
-rw-r--r--Documentation.html4
-rw-r--r--README4
-rw-r--r--libraries/Config.class.php2
-rw-r--r--translators.html4
5 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 1430878e99..e9e1c590d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
-3.2.3.0 (not yet released)
+3.2.3.0 (2009-10-30)
- patch #2856664 [export] Date, time, and datetime column types now export correctly to
OpenOffice Spreadsheet, thanks to Thomas Pulickal - jemajoign
- patch #2859788 [parser] Double-character delimiters (bug #2846239),
diff --git a/Documentation.html b/Documentation.html
index 4c96297b20..8155183517 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -10,7 +10,7 @@
<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.2.3-rc1 - Documentation</title>
+ <title>phpMyAdmin 3.2.3 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -18,7 +18,7 @@
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.2.3-rc1
+ 3.2.3
Documentation
</h1>
</div>
diff --git a/README b/README
index e08eff94cf..6bd21340c5 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 3.2.3-rc1
- -----------------
+ Version 3.2.3
+ -------------
http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 97057aba15..1c002fe062 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -92,7 +92,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.2.3-rc1');
+ $this->set('PMA_VERSION', '3.2.3');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index 47bfa36330..53d4590bf3 100644
--- a/translators.html
+++ b/translators.html
@@ -8,7 +8,7 @@
<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.2.3-rc1 - Official translators</title>
+ <title>phpMyAdmin 3.2.3 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -16,7 +16,7 @@
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.2.3-rc1
+ 3.2.3
official translators list
</h1>
</div>