2.10.0.2 release
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$HeadURL$
|
$HeadURL$
|
||||||
|
|
||||||
|
2007-03-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
### 2.10.0.2 released from MAINT_2_10_0
|
||||||
|
|
||||||
2007-03-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2007-03-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* libraries/common.lib.php: bug #1671813 CVE-2006-1549 deep recursion crash
|
* libraries/common.lib.php: bug #1671813 CVE-2006-1549 deep recursion crash
|
||||||
|
|
||||||
@@ -12,7 +15,7 @@ $HeadURL$
|
|||||||
* libraries/config.default.php: set $cfg['Servers'][$i]['ssl'] default
|
* libraries/config.default.php: set $cfg['Servers'][$i]['ssl'] default
|
||||||
value to false, we got reports from some users having problems with the
|
value to false, we got reports from some users having problems with the
|
||||||
default value of true
|
default value of true
|
||||||
### 2.10.0.1 released
|
### 2.10.0.1 released from MAINT_2_10_0
|
||||||
|
|
||||||
2007-02-27 Marc Delisle <lem9@users.sourceforge.net>
|
2007-02-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php: bug #1659176, memory error displaying
|
* libraries/common.lib.php: bug #1659176, memory error displaying
|
||||||
|
@@ -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.10.0.1 - Documentation</title>
|
<title>phpMyAdmin 2.10.0.2 - 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.10.0.1 Documentation</h1>
|
<h1>phpMyAdmin 2.10.0.2 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>
|
||||||
|
2
README
2
README
@@ -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.10.0.1
|
Version 2.10.0.2
|
||||||
----------------
|
----------------
|
||||||
http://www.phpmyadmin.net/
|
http://www.phpmyadmin.net/
|
||||||
|
|
||||||
|
@@ -81,7 +81,7 @@ class PMA_Config
|
|||||||
*/
|
*/
|
||||||
function checkSystem()
|
function checkSystem()
|
||||||
{
|
{
|
||||||
$this->set('PMA_VERSION', '2.10.0.1');
|
$this->set('PMA_VERSION', '2.10.0.2');
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
|
@@ -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.10.0.1 - Official translators</title>
|
<title>phpMyAdmin 2.10.0.2 - 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.10.0.1 official translators list</h1>
|
<h1>phpMyAdmin 2.10.0.2 official translators list</h1>
|
||||||
|
|
||||||
<p> Here is the list of the "official translators" of
|
<p> Here is the list of the "official translators" of
|
||||||
phpMyAdmin.</p>
|
phpMyAdmin.</p>
|
||||||
|
Reference in New Issue
Block a user