Discussion:
svn: /pear/pear-core/trunk/ package-PEAR.xml package2.xml
Helgi Þormar Þorbjörnsson
2011-07-03 20:48:51 UTC
Permalink
dufuz Sun, 03 Jul 2011 20:48:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312870

Log:
Update changelog

Changed paths:
U pear/pear-core/trunk/package-PEAR.xml
U pear/pear-core/trunk/package2.xml

Modified: pear/pear-core/trunk/package-PEAR.xml
===================================================================
--- pear/pear-core/trunk/package-PEAR.xml 2011-07-03 20:48:07 UTC (rev 312869)
+++ pear/pear-core/trunk/package-PEAR.xml 2011-07-03 20:48:51 UTC (rev 312870)
@@ -103,6 +103,7 @@

Bug Fixes:
* Bug #18581: "config-get -c" not returning channel's configuration when using alias [dufuz]
+ * Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
</notes>
<provides type="class" name="OS_Guess"/>
<provides type="class" name="System"/>

Modified: pear/pear-core/trunk/package2.xml
===================================================================
--- pear/pear-core/trunk/package2.xml 2011-07-03 20:48:07 UTC (rev 312869)
+++ pear/pear-core/trunk/package2.xml 2011-07-03 20:48:51 UTC (rev 312870)
@@ -97,16 +97,18 @@
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
PEAR_Exception has moved into it's own package so people can start putting dependency on PEAR_Exception
- instead of depending on PEAR when the Exception class is the only thing being used.
+ instead of depending on PEAR when the Exception class is the only thing required.

Features:
* A configure parameter can now be passed to install / upgrade for pecl such as
pecl install --with-option=dir memcached
This allows for customized setups while still having the benefit of using the pear
- installer. (pear will not remember the configure params for the next upgrade)
+ installer.
+ (pear will not remember the configure params for the next upgrade)

Bug Fixes:
* Bug #18581: "config-get -c" not returning channel's configuration when using alias [dufuz]
+ * Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
</notes>
<contents>
<dir name="/">
Helgi Þormar Þorbjörnsson
2011-07-04 19:49:54 UTC
Permalink
dufuz Mon, 04 Jul 2011 19:49:54 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312910

Log:
Update changelog

Changed paths:
U pear/pear-core/trunk/package-PEAR.xml
U pear/pear-core/trunk/package2.xml

Modified: pear/pear-core/trunk/package-PEAR.xml
===================================================================
--- pear/pear-core/trunk/package-PEAR.xml 2011-07-04 19:49:14 UTC (rev 312909)
+++ pear/pear-core/trunk/package-PEAR.xml 2011-07-04 19:49:54 UTC (rev 312910)
@@ -92,16 +92,21 @@
<license>New BSD License</license>
<state>stable</state>
<notes>
- Moved PEAR_Exception into it's own package so people can start putting dependency on PEAR_Exception
- instead of depending on PEAR when the Exception class is the only thing being used.
+ PEAR_Exception has moved into it's own package so people can start putting dependency on PEAR_Exception
+ instead of depending on PEAR when the Exception class is the only thing required.

Features:
* A configure parameter can now be passed to install / upgrade for pecl such as
pecl install --with-option=dir memcached
This allows for customized setups while still having the benefit of using the pear
- installer. (pear will not remember the configure params for the next upgrade)
+ installer.
+ (pear will not remember the configure params for the next upgrade)
+ * All System (the class) functions can now take in spaced paths as long as they are surrounded in quotes.
+ Prior to this it was possible to do that by passing all values in as an array (related to #18362, #18440)

Bug Fixes:
+ * Bug #18362: A whitespace TEMP_DIR path breaks install/upgrade functionality [dufuz]
+ * Bug #18440: bad tmp folder path on install : Unable to create path for C:/Program/tmp [dufuz]
* Bug #18581: "config-get -c" not returning channel's configuration when using alias [dufuz]
* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
</notes>

Modified: pear/pear-core/trunk/package2.xml
===================================================================
--- pear/pear-core/trunk/package2.xml 2011-07-04 19:49:14 UTC (rev 312909)
+++ pear/pear-core/trunk/package2.xml 2011-07-04 19:49:54 UTC (rev 312910)
@@ -105,8 +105,12 @@
This allows for customized setups while still having the benefit of using the pear
installer.
(pear will not remember the configure params for the next upgrade)
+ * All System (the class) functions can now take in spaced paths as long as they are surrounded in quotes.
+ Prior to this it was possible to do that by passing all values in as an array (related to #18362, #18440)

Bug Fixes:
+ * Bug #18362: A whitespace TEMP_DIR path breaks install/upgrade functionality [dufuz]
+ * Bug #18440: bad tmp folder path on install : Unable to create path for C:/Program/tmp [dufuz]
* Bug #18581: "config-get -c" not returning channel's configuration when using alias [dufuz]
* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
</notes>

Loading...