bzip2 not bzip
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-06-25 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* scripts/create-release.sh: typo, bzip should be bzip2
|
||||||
|
|
||||||
2003-06-25 Michal Cihar <nijel@users.sourceforge.net>
|
2003-06-25 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/sqlparser.lib.php3: Fixed XSS problem.
|
* libraries/sqlparser.lib.php3: Fixed XSS problem.
|
||||||
* tbl_properties.inc.php3, libraries/functions.js: Alert user when not
|
* tbl_properties.inc.php3, libraries/functions.js: Alert user when not
|
||||||
|
@@ -110,7 +110,7 @@ mv phpMyAdmin phpMyAdmin-$1
|
|||||||
# Roll up '.php3' release
|
# Roll up '.php3' release
|
||||||
zip -9 -r phpMyAdmin-$1-php3.zip phpMyAdmin-$1
|
zip -9 -r phpMyAdmin-$1-php3.zip phpMyAdmin-$1
|
||||||
tar cvf phpMyAdmin-$1-php3.tar 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
|
gzip -9v phpMyAdmin-$1-php3.tar
|
||||||
|
|
||||||
# Setup for '.php' release
|
# Setup for '.php' release
|
||||||
@@ -120,7 +120,7 @@ cd ..
|
|||||||
# Roll up '.php' release
|
# Roll up '.php' release
|
||||||
zip -9 -r phpMyAdmin-$1-php.zip phpMyAdmin-$1
|
zip -9 -r phpMyAdmin-$1-php.zip phpMyAdmin-$1
|
||||||
tar cvf phpMyAdmin-$1-php.tar 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
|
gzip -9v phpMyAdmin-$1-php.tar
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
Reference in New Issue
Block a user