diff --git a/ChangeLog b/ChangeLog index e0097e725..bca0aaf46 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-06-25 Marc Delisle + * scripts/create-release.sh: typo, bzip should be bzip2 + 2003-06-25 Michal Cihar * libraries/sqlparser.lib.php3: Fixed XSS problem. * tbl_properties.inc.php3, libraries/functions.js: Alert user when not diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 8a0477cfc..a6e9cd23f 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -110,7 +110,7 @@ mv phpMyAdmin phpMyAdmin-$1 # Roll up '.php3' release zip -9 -r phpMyAdmin-$1-php3.zip phpMyAdmin-$1 tar cvf phpMyAdmin-$1-php3.tar phpMyAdmin-$1 -bzip -9kv phpMyAdmin-$1-php3.tar +bzip2 -9kv phpMyAdmin-$1-php3.tar gzip -9v phpMyAdmin-$1-php3.tar # Setup for '.php' release @@ -120,7 +120,7 @@ cd .. # Roll up '.php' release zip -9 -r phpMyAdmin-$1-php.zip phpMyAdmin-$1 tar cvf phpMyAdmin-$1-php.tar phpMyAdmin-$1 -bzip -9kv phpMyAdmin-$1-php.tar +bzip2 -9kv phpMyAdmin-$1-php.tar gzip -9v phpMyAdmin-$1-php.tar echo ""