From a0a3237d6720d1c6f3b702c7198cf1c225302f6c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 2 Mar 2007 17:35:25 +0000 Subject: [PATCH] 2.10.0.2 release --- ChangeLog | 5 ++++- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index eab5c938cb..f0808076a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ +2007-03-02 Marc Delisle + ### 2.10.0.2 released from MAINT_2_10_0 + 2007-03-01 Sebastian Mendel * 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 value to false, we got reports from some users having problems with the default value of true - ### 2.10.0.1 released + ### 2.10.0.1 released from MAINT_2_10_0 2007-02-27 Marc Delisle * libraries/common.lib.php: bug #1659176, memory error displaying diff --git a/Documentation.html b/Documentation.html index 2d1520b59d..db395e80b6 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 2.10.0.1 - Documentation + phpMyAdmin 2.10.0.2 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 2.10.0.1 Documentation

    +

    phpMyAdmin 2.10.0.2 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 0d69f49f72..fabb8c29f7 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme 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/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 4efbf9b9c1..4da17f0038 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -81,7 +81,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '2.10.0.1'); + $this->set('PMA_VERSION', '2.10.0.2'); /** * @deprecated */ diff --git a/translators.html b/translators.html index dd47ac6c99..a10a37530a 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 2.10.0.1 - Official translators + phpMyAdmin 2.10.0.2 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 2.10.0.1 official translators list

    +

    phpMyAdmin 2.10.0.2 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    -- 2.11.4.GIT