logo       

cvs: pear-core / package-PEAR.xml package-RemoteInstall.xml package2.xml /: msg#00082

php.pear.core

Subject: cvs: pear-core / package-PEAR.xml package-RemoteInstall.xml package2.xml /PEAR/Command Install.php

cellog Sun Oct 22 18:20:58 2006 UTC

Modified files:
/pear-core package-PEAR.xml package-RemoteInstall.xml package2.xml
/pear-core/PEAR/Command Install.php
Log:
* fix Bug #9135: pear bundle fails if php_dir is not writeable


http://cvs.php.net/viewvc.cgi/pear-core/package-PEAR.xml?r1=1.395&r2=1.396&diff_format=u
Index: pear-core/package-PEAR.xml
diff -u pear-core/package-PEAR.xml:1.395 pear-core/package-PEAR.xml:1.396
--- pear-core/package-PEAR.xml:1.395 Thu Oct 19 23:50:20 2006
+++ pear-core/package-PEAR.xml Sun Oct 22 18:20:58 2006
@@ -86,6 +86,7 @@
Minor feature addition
* fix Bug #8553: PEAR_Installer_Role_Common::processInstallation() does not
honor layer
* fix Bug #8794: upgrade-all including Auth fails with fatal error
+ * fix Bug #9135: pear bundle fails if php_dir is not writeable
* implement Request #8827: add a yesno type handling for post-install scripts
</notes>
<provides type="class" name="OS_Guess"/>
http://cvs.php.net/viewvc.cgi/pear-core/package-RemoteInstall.xml?r1=1.6&r2=1.7&diff_format=u
Index: pear-core/package-RemoteInstall.xml
diff -u pear-core/package-RemoteInstall.xml:1.6
pear-core/package-RemoteInstall.xml:1.7
--- pear-core/package-RemoteInstall.xml:1.6 Sun Apr 2 23:42:27 2006
+++ pear-core/package-RemoteInstall.xml Sun Oct 22 18:20:58 2006
@@ -32,23 +32,11 @@
<name>Pierre-Alain Joye</name>
<user>pajoye</user>
<email>pajoye@xxxxxxxxxx</email>
- <active>yes</active>
- </lead>
- <lead>
- <name>Stig Bakken</name>
- <user>ssb</user>
- <email>stig@xxxxxxx</email>
- <active>no</active>
- </lead>
- <lead>
- <name>Tomas V.V.Cox</name>
- <user>cox</user>
- <email>cox@xxxxxxxxxxx</email>
<active>no</active>
</lead>
<date>2006-04-02</date>
<version>
- <release>0.3.0</release>
+ <release>0.3.1</release>
<api>0.1.0</api>
</version>
<stability>
@@ -57,11 +45,11 @@
</stability>
<license uri="http://www.php.net/license";>PHP License</license>
<notes>
- Support for FTPS and SFTP is now available!
- * Drop Net_FTP dependency, add dependency on PHP 5, use streams to access
- FTP.
- * Require PEAR 1.4.3 for security reasons
- * Add optional dep on ssh2 extension
+fix Bug #7881: stream_copy_to_stream function args reversed
+fix bug in uninstall - $atts instead of $atts['attribs']
+fix unclear error message in put()
+up required PEAR Installer dependency to 1.5.0a2 because of bug
+fixed in that version
</notes>
<contents>
<dir name="/">
@@ -87,7 +75,7 @@
<min>5.0.0</min>
</php>
<pearinstaller>
- <min>1.4.3</min>
+ <min>1.5.0a2/min>
</pearinstaller>
<package>
<name>PEAR</name>
@@ -135,5 +123,24 @@
Update to new format needed by PEAR 1.4.3
</notes>
</release>
+ <release>
+ <version>
+ <release>0.3.0</release>
+ <api>0.1.0</api>
+ </version>
+ <stability>
+ <release>alpha</release>
+ <api>alpha</api>
+ </stability>
+ <date>2006-04-02</date>
+ <license uri="http://www.php.net/license";>PHP License</license>
+ <notes>
+ Support for FTPS and SFTP is now available!
+ * Drop Net_FTP dependency, add dependency on PHP 5, use streams to access
+ FTP.
+ * Require PEAR 1.4.3 for security reasons
+ * Add optional dep on ssh2 extension
+ </notes>
+ </release>
</changelog>
</package>
http://cvs.php.net/viewvc.cgi/pear-core/package2.xml?r1=1.291&r2=1.292&diff_format=u
Index: pear-core/package2.xml
diff -u pear-core/package2.xml:1.291 pear-core/package2.xml:1.292
--- pear-core/package2.xml:1.291 Thu Oct 19 23:50:20 2006
+++ pear-core/package2.xml Sun Oct 22 18:20:58 2006
@@ -91,6 +91,7 @@
Minor feature addition
* fix Bug #8553: PEAR_Installer_Role_Common::processInstallation() does not
honor layer
* fix Bug #8794: upgrade-all including Auth fails with fatal error
+ * fix Bug #9135: pear bundle fails if php_dir is not writeable
* implement Request #8827: add a yesno type handling for post-install scripts
</notes>
<contents>
http://cvs.php.net/viewvc.cgi/pear-core/PEAR/Command/Install.php?r1=1.119&r2=1.120&diff_format=u
Index: pear-core/PEAR/Command/Install.php
diff -u pear-core/PEAR/Command/Install.php:1.119
pear-core/PEAR/Command/Install.php:1.120
--- pear-core/PEAR/Command/Install.php:1.119 Fri May 12 02:38:58 2006
+++ pear-core/PEAR/Command/Install.php Sun Oct 22 18:20:58 2006
@@ -16,7 +16,7 @@
* @author Greg Beaver <cellog@xxxxxxx>
* @copyright 1997-2006 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License 3.0
- * @version CVS: $Id: Install.php,v 1.119 2006/05/12 02:38:58 cellog Exp $
+ * @version CVS: $Id: Install.php,v 1.120 2006/10/22 18:20:58 cellog Exp $
* @link http://pear.php.net/package/PEAR
* @since File available since Release 0.1
*/
@@ -970,7 +970,7 @@
function doBundle($command, $options, $params)
{
$downloader = &$this->getDownloader($this->ui, array('force' => true,
'nodeps' => true,
- 'soft' => true), $this->config);
+ 'soft' => true, 'downloadonly' => true), $this->config);
$reg = &$this->config->getRegistry();
if (sizeof($params) < 1) {
return $this->raiseError("Please supply the package you want to
bundle");

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise