diff options
author | Greg Beaver <cellog@php.net> | 2004-03-19 03:16:45 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2004-03-19 03:16:45 +0000 |
commit | a3b179d9162dd58cca8a07a56defe2eb1cfce5e4 (patch) | |
tree | 01f3ed183dc610677f56572187b858efc17a8968 | |
parent | 84b6a9dfb316ad90860d4f6ca7f9a1f8895854d4 (diff) | |
download | php-git-a3b179d9162dd58cca8a07a56defe2eb1cfce5e4.tar.gz |
MFH update to 1.3.1dev
-rw-r--r-- | pear/package-PEAR.xml | 47 |
1 files changed, 35 insertions, 12 deletions
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index b9a714c1ea..de771cb9f0 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -47,20 +47,21 @@ </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="eq" 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="eq" 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> |