svn: /pear/pear-core/trunk/ package-PEAR.xml package2.xml

[email protected] (Helgi Þormar Þorbjörnsson) Mon, 04 Jul 2011 19:49:54 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
--661a3fb8c54c5f359dda55cb40ff06abbe8fef60
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

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>

--661a3fb8c54c5f359dda55cb40ff06abbe8fef60--