version numbers for QA_2_11 and trunk

This commit is contained in:
Marc Delisle
2007-07-18 16:13:58 +00:00
parent 6147b3565e
commit ef3f2b5a69
5 changed files with 10 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ phpMyAdmin - ChangeLog
$Id$ $Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
2.11.0.0 (not yet released)
+ [import] support handling of DELIMITER to mimic mysql CLI, thanks to fb1 + [import] support handling of DELIMITER to mimic mysql CLI, thanks to fb1
+ improved PHP 6 compatibility + improved PHP 6 compatibility
- bug #1674914 [structure] changing definition of a TIMESTAMP field - bug #1674914 [structure] changing definition of a TIMESTAMP field

View File

@@ -11,7 +11,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut 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=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.11.0-dev - Documentation</title> <title>phpMyAdmin 3.0.0-dev - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" /> <link rel="stylesheet" type="text/css" href="docs.css" />
</head> </head>
@@ -33,7 +33,7 @@
<li><a href="#glossary">Glossary</a></li> <li><a href="#glossary">Glossary</a></li>
</ul> </ul>
<h1>phpMyAdmin 2.11.0-dev Documentation</h1> <h1>phpMyAdmin 3.0.0-dev Documentation</h1>
<ul><li><a href="http://www.phpmyadmin.net/"> <ul><li><a href="http://www.phpmyadmin.net/">
phpMyAdmin homepage</a></li> phpMyAdmin homepage</a></li>
@@ -56,15 +56,13 @@
<h2 id="require">Requirements</h2> <h2 id="require">Requirements</h2>
<ul><li><b>PHP</b> <ul><li><b>PHP</b>
<ul><li>You need PHP 4.1.0 or newer, with <tt>session</tt> support <ul><li>You need PHP 5.2.0 or newer, with <tt>session</tt> support
(<a href="#faq1_31">see (<a href="#faq1_31">see
<abbr title="Frequently Asked Questions">FAQ</abbr> 1.31</a>) <abbr title="Frequently Asked Questions">FAQ</abbr> 1.31</a>)
</li> </li>
<li>You need GD2 support in PHP to display inline <li>You need GD2 support in PHP to display inline
thumbnails of JPEGs (&quot;image/jpeg: inline&quot;) with their thumbnails of JPEGs (&quot;image/jpeg: inline&quot;) with their
original aspect ratio</li> original aspect ratio</li>
<li>You need PHP 4.3.0 or newer to use the
&quot;text/plain: external&quot; MIME-based transformation</li>
<li>When using the &quot;cookie&quot; <li>When using the &quot;cookie&quot;
<a href="#authentication_modes">authentication method</a>, the <a href="#authentication_modes">authentication method</a>, the
<a href="http://www.php.net/mcrypt"><tt>mcrypt</tt></a> extension <a href="http://www.php.net/mcrypt"><tt>mcrypt</tt></a> extension
@@ -74,7 +72,7 @@
</li> </li>
</ul> </ul>
</li> </li>
<li><b>MySQL</b> 3.23.32 or newer (<a href="#faq1_17">details</a>);</li> <li><b>MySQL</b> 5.0 or newer (<a href="#faq1_17">details</a>);</li>
<li><b>Web browser</b> with cookies enabled.</li> <li><b>Web browser</b> with cookies enabled.</li>
</ul> </ul>

2
README
View File

@@ -5,7 +5,7 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web. A set of PHP-scripts to manage MySQL over the web.
Version 2.11.0-dev Version 3.0.0-dev
------------------ ------------------
http://www.phpmyadmin.net/ http://www.phpmyadmin.net/

View File

@@ -85,7 +85,7 @@ class PMA_Config
*/ */
function checkSystem() function checkSystem()
{ {
$this->set('PMA_VERSION', '2.11.0-dev'); $this->set('PMA_VERSION', '3.0.0-dev');
/** /**
* @deprecated * @deprecated
*/ */

View File

@@ -8,7 +8,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut 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=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.11.0-dev - Official translators</title> <title>phpMyAdmin 3.0.0-dev - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" /> <link rel="stylesheet" type="text/css" href="docs.css" />
</head> </head>
@@ -31,7 +31,7 @@
<li><a href="Documentation.html#glossary">Glossary</a></li> <li><a href="Documentation.html#glossary">Glossary</a></li>
</ul> </ul>
<h1>phpMyAdmin 2.11.0-dev official translators list</h1> <h1>phpMyAdmin 3.0.0-dev official translators list</h1>
<p> Here is the list of the &quot;official translators&quot; of <p> Here is the list of the &quot;official translators&quot; of
phpMyAdmin.</p> phpMyAdmin.</p>