]> granicus.if.org Git - php/commitdiff
MFH update to 1.3.1dev
authorGreg Beaver <cellog@php.net>
Fri, 19 Mar 2004 03:16:45 +0000 (03:16 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 19 Mar 2004 03:16:45 +0000 (03:16 +0000)
pear/package-PEAR.xml

index b9a714c1ea5b7e064de347ce58622496c5fe0fc7..de771cb9f0f15d2aaf181391794e68ad802e91a6 100644 (file)
     </maintainer>
   </maintainers>
   <release>
-    <version>1.3</version>
-    <date>2004-02-20</date>
-    <state>stable</state>
+    <version>1.3.1dev</version>
+    <date>2004-03-18</date>
+    <state>devel</state>
     <notes>
 PEAR Installer:
-* Bug #171 --alldeps with a rel=&quot;eq&quot; should install the required version, if possible
-* Bug #249 installing from an url doesnt work
-* Bug #248 --force command does not work as expected
-* Bug #293 [Patch] PEAR_Error not calling static method callbacks for error-handler
-* Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine level)
-* Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {
-* Moved download code into its own class
-* Fully unit tested the installer, packager, downloader, and PEAR_Common
-* Bug #521 Incorrect filename in naming warnings
+
+ * Bug #933  CMD Usability Patch 
+ * Bug #1008 safe mode raises warning
+
+PEAR_ErrorStack:
+
+ * Added experimental error handling, designed to eventually replace
+   PEAR_Error.  It should be considered experimental until explicitly marked
+   stable.  require_once 'PEAR/ErrorStack.php' to use.
+
     </notes>
     <provides type="class" name="OS_Guess" />
     <provides type="class" name="System" />
@@ -88,6 +89,7 @@ PEAR Installer:
         <file role="php" name="Config.php"/>
         <file role="php" name="Dependency.php"/>
         <file role="php" name="Downloader.php"/>
+        <file role="php" name="ErrorStack.php"/>
         <dir name="Frontend">
           <file role="php" name="CLI.php"/>
         </dir>
@@ -129,4 +131,25 @@ PEAR Installer:
       <dep type="ext" rel="has">pcre</dep>
     </deps>
   </release>
+  <changelog>
+  <release>
+    <version>1.3</version>
+    <date>2004-02-20</date>
+    <state>stable</state>
+    <notes>
+PEAR Installer:
+
+* Bug #171 --alldeps with a rel=&quot;eq&quot; should install the required version, if possible
+* Bug #249 installing from an url doesnt work
+* Bug #248 --force command does not work as expected
+* Bug #293 [Patch] PEAR_Error not calling static method callbacks for error-handler
+* Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine level)
+* Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {
+* Bug #521 Incorrect filename in naming warnings
+* Moved download code into its own class
+* Fully unit tested the installer, packager, downloader, and PEAR_Common
+
+    </notes>
+   </release>
+  </changelog>
 </package>