The branch, QA_2_11 has been updated via 510a5c0b69bfd19610a3116d530db02317e40db5 (commit) from 20c87804372c425664211babe22ac918629acdc1 (commit)
- Log ----------------------------------------------------------------- commit 510a5c0b69bfd19610a3116d530db02317e40db5 Author: Marc Delisle marc@infomarc.info Date: Tue Aug 31 12:18:02 2010 -0400
2.11.12-dev
-----------------------------------------------------------------------
Summary of changes: ChangeLog | 2 ++ Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 4307e13..90dcd37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/C... $
+2.11.12.0 (not yet released) + 2.11.11.0 (not yet released) - [core] Fix broken cleanup of $_GET - bug #3054458 [core] Fixed displaying number of rows. diff --git a/Documentation.html b/Documentation.html index b03ed8b..fe3d5f5 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,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=iso-8859-1" /> - <title>phpMyAdmin 2.11.11-dev - Documentation</title> + <title>phpMyAdmin 2.11.12-dev - Documentation</title> <link rel="stylesheet" type="text/css" href="docs.css" /> </head>
@@ -33,7 +33,7 @@ <li><a href="#glossary">Glossary</a></li> </ul>
-<h1>phpMyAdmin 2.11.11-dev Documentation</h1> +<h1>phpMyAdmin 2.11.12-dev Documentation</h1>
<ul><li><a href="http://www.phpmyadmin.net/"> phpMyAdmin homepage</a></li> diff --git a/README b/README index 46099cc..fe806d5 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 2.11.11-dev + Version 2.11.12-dev ------------------- http://www.phpmyadmin.net/
diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 4f62cd3..c2e4efb 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '2.11.11-dev'); + $this->set('PMA_VERSION', '2.11.12-dev'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 767405f..90f6b0f 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=iso-8859-1" /> - <title>phpMyAdmin 2.11.11-dev - Official translators</title> + <title>phpMyAdmin 2.11.12-dev - Official translators</title> <link rel="stylesheet" type="text/css" href="docs.css" /> </head>
@@ -31,7 +31,7 @@ <li><a href="Documentation.html#glossary">Glossary</a></li> </ul>
-<h1>phpMyAdmin 2.11.11-dev official translators list</h1> +<h1>phpMyAdmin 2.11.12-dev official translators list</h1>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
hooks/post-receive