From: Stig Bakken Date: Sun, 26 May 2002 12:54:19 +0000 (+0000) Subject: * roll out 0.10 X-Git-Tag: RELEASE_0_10~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7168cb0567170b9a2beceb427970607e3eaeb63e;p=php * roll out 0.10 --- diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 29df749bbc..8819aa0448 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -6,7 +6,7 @@ The PEAR package contains: * the PEAR base class * the PEAR_Error error handling mechanism - * the PEAR command-line toolkit, for creating, distributing + * the PEAR installer, for creating, distributing and installing packages PHP License @@ -25,11 +25,34 @@ - 0.10-dev + 0.10 beta - yyyy-mm-dd + 2002-05-26 +Lots of stuff this time. 0.9 was not actually self-hosting, even +though it claimed to be. This version finally is self-hosting +(really!), meaning you can upgrade the installer with the command +"pear upgrade PEAR". + +* new config paramers: http_proxy and umask * HTTP proxy support when downloading packages +* generalized command handling code +* and fixed the bug that would not let commands have the + same options as "pear" itself +* added long options to every command +* added command shortcuts ("pear help shortcuts") +* added stub for Gtk installer +* some phpdoc fixes +* added class dependency detector (using ext/tokenizer) +* dependency handling fixes +* added OS_Guess class for detecting OS +* install files with the "platform" attribute set + only on matching operating systems +* PEAR_Remote now falls back to the XML_RPC package + if xmlrpc-epi is not available +* renamed command: package-list -> list +* new command: package-dependencies +* lots of minor fixes @@ -70,8 +93,8 @@ - Archive_Tar - Console_Getopt + Archive_Tar + Console_Getopt