svn: /pear/pear-core/tags/PEAR-1.9.3/ package.xml package2.xml
[email protected] (Helgi Þormar Þorbjörnsson) Sat, 19 Mar 2011 17:58:58 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
dufuz Sat, 19 Mar 2011 17:58:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=309437
Log:
Update changelogs
Changed paths:
U pear/pear-core/tags/PEAR-1.9.3/package.xml
U pear/pear-core/tags/PEAR-1.9.3/package2.xml
Modified: pear/pear-core/tags/PEAR-1.9.3/package.xml
===================================================================
--- pear/pear-core/tags/PEAR-1.9.3/package.xml 2011-03-19 17:58:28 UTC (rev 309436)
+++ pear/pear-core/tags/PEAR-1.9.3/package.xml 2011-03-19 17:58:58 UTC (rev 309437)
@@ -92,6 +92,10 @@
<state>stable</state>
<notes>
* Fixed Bug #18340: raiseErro typo [doconnor]
+ * Fixed Bug #18349: package.xml version not recognized when single quoted [dufuz]
+ * Fixed Bug #18364: date.timezone errors for sh/bat files when TZ is not set in php.ini [dufuz]
+ * Fixed a problem in RunTest and code coverage. Correctly register the
+ code coverage shutdown function in case we are inside a namespace. [sebastian]
</notes>
<deps>
<dep type="php" rel="ge" version="4.4.0"/>
Modified: pear/pear-core/tags/PEAR-1.9.3/package2.xml
===================================================================
--- pear/pear-core/tags/PEAR-1.9.3/package2.xml 2011-03-19 17:58:28 UTC (rev 309436)
+++ pear/pear-core/tags/PEAR-1.9.3/package2.xml 2011-03-19 17:58:58 UTC (rev 309437)
@@ -95,6 +95,7 @@
<notes>
* Fixed Bug #18340: raiseErro typo [doconnor]
* Fixed Bug #18349: package.xml version not recognized when single quoted [dufuz]
+ * Fixed Bug #18364: date.timezone errors for sh/bat files when TZ is not set in php.ini [dufuz]
* Fixed a problem in RunTest and code coverage. Correctly register the
code coverage shutdown function in case we are inside a namespace. [sebastian]
</notes>