From: Stig Bakken Date: Sun, 28 Jul 2002 08:56:32 +0000 (+0000) Subject: * feature/fixed bug X-Git-Tag: dev~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cefddee6f55e6be92971dc7b688112d28598922;p=php * feature/fixed bug --- diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index aacf53a9a2..2d140e022b 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -40,11 +40,12 @@ New Features: * Added PEAR::delExpect() API method. It allows to unset one or more expected error codes * System::mkTemp() automatically remove created tmp files/dirs at script shutdown * New command "pear search" - +* New command "pear upgrade-all" Fixed Bugs: * fix for XML-RPC bug that made some remote commands fail * fix problems under Windows with the DIRECTORY_SEPARATOR * lot of other minor fixes +* --force option did not work on "pear install Package"