From 91a97eec5d1514a2f612277b30b6f9a94df30c9d Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 9 Sep 2002 21:56:54 +0000 Subject: [PATCH] * 0.91 changelog --- pear/package-PEAR.xml | 51 +++++++++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 14 deletions(-) diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 2d140e022bed3..744c7e0382ad4 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -31,21 +31,45 @@ - 0.91-dev + 0.91 beta - 2002-06-15 + 2002-09-10 -New Features: -* Added PEAR::loadExtension($ext) - OS independant PHP extension load -* Added PEAR::delExpect() API method. It allows to unset one or more expected error codes -* System::mkTemp() automatically remove created tmp files/dirs at script shutdown -* New command "pear search" -* New command "pear upgrade-all" -Fixed Bugs: -* fix for XML-RPC bug that made some remote commands fail -* fix problems under Windows with the DIRECTORY_SEPARATOR -* lot of other minor fixes -* --force option did not work on "pear install Package" +New Features, Installer: +* new command: "pear search" +* new command: "pear upgrade-all" +* new command: "pear config-help" +* new command: "pear sign" +* Windows support for "pear build" (requires + msdev) +* new dependency type: "zend" +* XML-RPC results may now be cached (see + cache_dir and cache_ttl config) + +Bugfixes, Installer: +* fix for XML-RPC bug that made some remote + commands fail +* fix problems under Windows with + DIRECTORY_SEPARATOR +* lots of other minor fixes +* --force option did not work for "pear install + Package" +* http downloader used "4.2.1" rather than + "PHP/4.2.1" as user agent +* bending over a little more to figure out how + PHP is installed + +New Features, PEAR Library: +* added PEAR::loadExtension($ext) +* added PEAR::delExpect() +* System::mkTemp() now cleans up at shutdown +* defined PEAR_ZE2 constant (boolean) +* added PEAR::throwError() with a simpler API + than raiseError() + +Bugfixes, PEAR Library: +* ZE2 compatibility fixes +* use getenv() as fallback for $_ENV @@ -69,7 +93,6 @@ Fixed Bugs: -