diff --git a/ChangeLog b/ChangeLog index d31892928..7b55d0b7b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ $Source$ * libraries/auth/config.auth.lib.php: Show possible error messages. * show_config_errors.php, libraries/common.lib.php: Add wrapper to show config errors even with no error reporting (RFE #1447173). + * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635). 2006-03-15 Michal Čihař * libraries/export/htmlexcel.php: Fix output handling (bug #1450555). diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 1dde6db34..f5fe9e789 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -185,7 +185,7 @@ find phpMyAdmin -type f -print0 | xargs -0 chmod 644 find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755 # Building Documentation.txt -lynx --dont_wrap_pre --nolist --dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt +LC_ALL=C w3m -dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt # Renaming directory mv phpMyAdmin phpMyAdmin-$target @@ -233,7 +233,7 @@ Todo now: --------- 1. tag the cvs tree with the new revision number for a plain release or a release candidate: - version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE + version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING 2. upload the files to SF: