diff --git a/ChangeLog b/ChangeLog index e4d53a2fc..2d9fcc3f1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,16 +5,21 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-12-11 Michal Čihař + * 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 * libraries/database_interface.lib.php::PMA_DBI_get_columns_full(): - forgot debug code - correct result for non MySQL 5 - + 2005-12-10 Marc Delisle * 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ř diff --git a/scripts/create-release.sh b/scripts/create-release.sh index ce93d9ead..d0a17f053 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -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 diff --git a/scripts/upgrade.pl b/scripts/upgrade.pl index f0304b89d..096228532 100755 --- a/scripts/upgrade.pl +++ b/scripts/upgrade.pl @@ -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"; #