svn: /pear/pear-core/trunk/ package-PEAR.xml package2.xml
[email protected] (Helgi Þormar Þorbjörnsson) Sun, 03 Jul 2011 20:48:51 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
--decb75dca5bded251d996ee68f68918c0ec0e52c
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
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="/">
--decb75dca5bded251d996ee68f68918c0ec0e52c--