]> granicus.if.org Git - php/commitdiff
* roll out 0.10
authorStig Bakken <ssb@php.net>
Sun, 26 May 2002 12:54:19 +0000 (12:54 +0000)
committerStig Bakken <ssb@php.net>
Sun, 26 May 2002 12:54:19 +0000 (12:54 +0000)
pear/package-PEAR.xml

index 29df749bbca9e54a81889a10ba7b8d2cc5a32114..8819aa0448456d8f4de2f1564e6d8d39a1930853 100644 (file)
@@ -6,7 +6,7 @@
   <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"/>
@@ -70,8 +93,8 @@
     </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>