<description>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
</description>
<license>PHP License</license>
</maintainer>
</maintainers>
<release>
- <version>0.10-dev</version>
+ <version>0.10</version>
<state>beta</state>
- <date>yyyy-mm-dd</date>
+ <date>2002-05-26</date>
<notes>
+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
</notes>
<filelist>
<file role="php" name="PEAR.php"/>
</filelist>
<deps>
<dep type="php" rel="ge" version="4.1"/>
- <dep type="pkg" rel="has">Archive_Tar</dep>
- <dep type="pkg" rel="has">Console_Getopt</dep>
+ <dep type="pkg" rel="has" version="0.4">Archive_Tar</dep>
+ <dep type="pkg" rel="ge" version="0.11">Console_Getopt</dep>
</deps>
</release>
<changelog>