From 3f09044ba6cdca06d74874f8b61c78e94fe70f2e Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 10 Jan 2003 01:24:56 +0000 Subject: [PATCH] * prepare 1.0.1 release --- pear/package-PEAR.xml | 67 +++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 21 deletions(-) diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 2d77299ea6..a3cdf6bb1a 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -31,12 +31,23 @@ - 1.0 + 1.0.1 stable - 2002-12-27 + 2003-01-10 -* set default cache_ttl to 1 hour -* added "clear-cache" command +* PEAR_Error class has call backtrace available by + calling getBacktrace(). Available if used with + PHP 4.3 or newer. + +* PEAR_Config class uses getenv() rather than $_ENV + to read environment variables. + +* System::which() Windows fix, now looks for + exe/bat/cmd/com suffixes rather than just exe + +* Added "pear cvsdiff" command + +* Windows output buffering bugfix for "pear" command @@ -90,23 +101,37 @@ - - 1.0b3 - stable - 2002-12-13 - -* fixed "info" shortcut (conflicted with "install") -* added "php_bin" config parameter -* all "non-personal" config parameters now use - environment variables for defaults (very useful - to override the default php_dir on Windows!) - - - - Archive_Tar - Console_Getopt - - + + 1.0 + stable + 2002-12-27 + + * set default cache_ttl to 1 hour + * added "clear-cache" command + + + + Archive_Tar + Console_Getopt + + + + 1.0b3 + stable + 2002-12-13 + + * fixed "info" shortcut (conflicted with "install") + * added "php_bin" config parameter + * all "non-personal" config parameters now use + environment variables for defaults (very useful + to override the default php_dir on Windows!) + + + + Archive_Tar + Console_Getopt + + 1.0b2 stable -- 2.50.1