From 5f2c98802c2640d26da812797ca7fba43fb6da6c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 15 Jun 2009 15:30:30 +0000 Subject: [PATCH] 3.2.0 release --- ChangeLog | 4 ++-- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd83609ffd..49485f7298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/Documentation.html b/Documentation.html index 6e90d51974..1512438eaf 100644 --- a/Documentation.html +++ b/Documentation.html @@ -10,7 +10,7 @@ - phpMyAdmin 3.2.0-rc1 - Documentation + phpMyAdmin 3.2.0 - Documentation @@ -18,7 +18,7 @@ diff --git a/README b/README index 1596cd1fb3..69cdb5a046 100644 --- a/README +++ b/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 diff --git a/libraries/Config.class.php b/libraries/Config.class.php index d6dfb7e79f..4b91a621c9 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -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 */ diff --git a/translators.html b/translators.html index c97f59d994..f89bb8b22b 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.2.0-rc1 - Official translators + phpMyAdmin 3.2.0 - Official translators @@ -16,7 +16,7 @@ -- 2.11.4.GIT