diff --git a/ChangeLog b/ChangeLog index 5d5ced6d9..e33cd6b74 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ disabled. * headers.inc.php3, line 23: fixed bug #493385 - Cache headers not working with IE 5.5SP2. + * scripts/create-release.sh: added some reminders at beginning. 2001-12-14 Marc Delisle * libraries/auth/cookies.auth.lib.php3, use $strGo diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 8dc438b2d..fc5424640 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -16,6 +16,29 @@ then exit fi + +cat <phpMyAdmin $1 Documentation " + 2. built the new "Documentation.txt" version using the Lynx "print" command + on the "Documentation.html" file. + +Continue (y/n)? +END +printf "\a" +read do_release + +if [ $do_release != 'y' ] +then + exit +fi + + (mv cvs cvs-`date +%s`) mkdir cvs cd cvs @@ -43,9 +66,12 @@ echo "------" ls -la *.gz *.zip *.bz2 cd .. +chmod 775 cvs + cat <