3.2.0 release
This commit is contained in:
@@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
|
||||
|
||||
3.2.0.0 (not yet released)
|
||||
3.2.0.0 (2009-06-15)
|
||||
- [core] better support for vendor customisation (based on what Debian needs)
|
||||
+ rfe #2127987 warn when session.gc_maxlifetime is less than cookie validity
|
||||
+ rfe #2100910 configurable default charset for import
|
||||
@@ -69,7 +69,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
+ [lang] Finnish update, thanks to Jouni Kahkonen
|
||||
+ [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika
|
||||
|
||||
3.1.6.0 (not yet released)
|
||||
3.1.6.0 (not released)
|
||||
- bug #2785912 [doc] no ON UPDATE CURRENT_TIMESTAMP in list of attributes
|
||||
|
||||
3.1.5.0 (2009-05-15)
|
||||
|
@@ -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.0-rc1 - Documentation</title>
|
||||
<title>phpMyAdmin 3.2.0 - 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.0-rc1
|
||||
3.2.0
|
||||
Documentation
|
||||
</h1>
|
||||
</div>
|
||||
|
4
README
4
README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
Version 3.2.0-rc1
|
||||
-----------------
|
||||
Version 3.2.0
|
||||
-------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||
|
@@ -92,7 +92,7 @@ class PMA_Config
|
||||
*/
|
||||
function checkSystem()
|
||||
{
|
||||
$this->set('PMA_VERSION', '3.2.0-rc1');
|
||||
$this->set('PMA_VERSION', '3.2.0');
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
@@ -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.0-rc1 - Official translators</title>
|
||||
<title>phpMyAdmin 3.2.0 - 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.0-rc1
|
||||
3.2.0
|
||||
official translators list
|
||||
</h1>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user