Use same URL for updating as for setup.php, this one is autogenerated so there is no need for more manual steps.

This commit is contained in:
Michal Čihař
2005-12-11 17:16:05 +00:00
parent 45a342b189
commit 0ff32f1157
3 changed files with 9 additions and 6 deletions

View File

@@ -5,16 +5,21 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-12-11 Michal Čihař <michal@cihar.com>
* scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
as for setup.php, this one is autogenerated so there is no need for more
manual steps.
2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
- forgot debug code
- correct result for non MySQL 5
2005-12-10 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
* Documentation.html: anchors and formatting cleanup,
thanks to Cédric Corazza
* libraries/relation.lib.php: bug #1370785, error browsing a table under
* libraries/relation.lib.php: bug #1370785, error browsing a table under
PHP 4 when no controluser is defined but a pmadb is defined
2005-12-09 Michal Čihař <michal@cihar.com>

View File

@@ -259,9 +259,7 @@ Todo now:
9. add a group for bug tracking this new version, at
https://sourceforge.net/tracker/admin/index.php?group_id=23067&atid=377408&add_group=1
10. update the file latest.txt on phpmyadmin.net's web site
11. the end :-)
10. the end :-)
END

View File

@@ -13,7 +13,7 @@
#
use strict;
my $source_url = "http://www.phpmyadmin.net/latest.txt";
my $source_url = "http://phpmyadmin.net/home_page/version.php";
#