Made avaible the "download-all" command

This commit is contained in:
Tomas V.V.Cox 2003-07-25 17:08:19 +00:00
parent 8e80be016e
commit 9b38350af4

View File

@ -45,10 +45,11 @@
* Added support for optional dependencies
* Made upgrade and uninstall package case insensitive
* pear makerpm, now works and generates a better system independant spec file
* pear install|build <pecl-package>, now exposes the compilation progress
* pear install|build pecl-package, now exposes the compilation progress
* Installer now checks dependencies on package uninstall
* Added proxy support for remote commands using the xmlrcp C ext (Adam Ashley)
* Added new pear bundle command, which downloads and uncompress a <pecl-package>.
* Added the command "download-all" (Alex Merz)
* Added new pear "bundle" command, which downloads and uncompress a PECL package.
The main purpouse of this command is for easily adding extensions to the PHP sources
before compiling it.
</notes>
@ -72,6 +73,7 @@ before compiling it.
<file role="php" name="Package.php"/>
<file role="php" name="Registry.php"/>
<file role="php" name="Remote.php"/>
<file role="php" name="Mirror.php"/>
</dir>
<file role="php" name="Common.php"/>
<file role="php" name="Config.php"/>