From 7168cb0567170b9a2beceb427970607e3eaeb63e Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 26 May 2002 12:54:19 +0000 Subject: [PATCH] * roll out 0.10 --- pear/package-PEAR.xml | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) 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 -- 2.50.1