Skip to content

Commit

Permalink
- Added package info for 2.1.0.
Browse files Browse the repository at this point in the history
SVN Rev: 3302
  • Loading branch information
derickr committed Jun 28, 2010
1 parent 355ae20 commit cb947c3
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 31 deletions.
41 changes: 27 additions & 14 deletions package.xml
Expand Up @@ -31,23 +31,20 @@ Xdebug also provides:
</description>
<license>BSD style</license>
<release>
<state>beta</state>
<version>2.1.0RC1</version>
<date>2010-04-06</date>
<state>stable</state>
<version>2.1.0</version>
<date>2010-06-29</date>
<notes>
Thu, Apr 06, 2010 - xdebug 2.1.0RC1
Tue, Jun 29, 2010 - xdebug 2.1.0

= Fixed bugs:
- Fixed bug #494: Private attributes of parent class unavailable when
inheriting.
- Fixed bug #400: Xdebug shows errors, even when PHP is request startup
mode.
- Fixed bug #421: xdebug sends back invalid characters in xml sometimes.
- Fixed bug #475: Property names with null chars are not sent fully to the
client.
- Fixed bug #480: Issues with the reserved resource in multi threaded
environments (Patch by Francis.Grolemund@netapp.com).
- Fixed bug #558: PHP segfaults when running a nested eval.

- Fixed bug #562: Incorrect coverage information for closure function
headers.
- Fixed bug #566: Xdebug crashes when using conditional breakpoints.
- Fixed bug #567: xdebug_debug_zval and xdebug_debug_zval_stdout don't work
with PHP 5.3. (Patch by Endo Hiroaki).
- Fixed bug #570: undefined symbol: zend_memrchr.
</notes>
<filelist>
<file role="src" name="php_xdebug.h"/>
Expand Down Expand Up @@ -136,6 +133,22 @@ Thu, Apr 06, 2010 - xdebug 2.1.0RC1
</deps>
</release>
<changelog>
<release>
<state>stable</state>
<version>2.1.0</version>
<date>2010-06-29</date>
<notes>
Tue, Jun 29, 2010 - xdebug 2.1.0

= Fixed bugs:
- Fixed bug #562: Incorrect coverage information for closure function
headers.
- Fixed bug #566: Xdebug crashes when using conditional breakpoints.
- Fixed bug #567: xdebug_debug_zval and xdebug_debug_zval_stdout don't work
with PHP 5.3. (Patch by Endo Hiroaki).
- Fixed bug #570: undefined symbol: zend_memrchr.
</notes>
</release>
<release>
<state>beta</state>
<version>2.1.0RC1</version>
Expand Down
54 changes: 37 additions & 17 deletions package2.xml
Expand Up @@ -30,31 +30,28 @@ Xdebug also provides:
<email>derick@xdebug.org</email>
<active>yes</active>
</lead>
<date>2010-04-06</date>
<time>10:47:36</time>
<date>2010-06-24</date>
<time>22:07:24</time>
<version>
<release>2.1.0RC1</release>
<api>2.1.0RC1</api>
<release>2.1.0</release>
<api>2.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
Thu, Apr 06, 2010 - xdebug 2.1.0RC1
Tue, Jun 29, 2010 - xdebug 2.1.0

= Fixed bugs:
- Fixed bug #494: Private attributes of parent class unavailable when
inheriting.
- Fixed bug #400: Xdebug shows errors, even when PHP is request startup
mode.
- Fixed bug #421: xdebug sends back invalid characters in xml sometimes.
- Fixed bug #475: Property names with null chars are not sent fully to the
client.
- Fixed bug #480: Issues with the reserved resource in multi threaded
environments (Patch by Francis.Grolemund@netapp.com).
- Fixed bug #558: PHP segfaults when running a nested eval.

- Fixed bug #562: Incorrect coverage information for closure function
headers.
- Fixed bug #566: Xdebug crashes when using conditional breakpoints.
- Fixed bug #567: xdebug_debug_zval and xdebug_debug_zval_stdout don&apos;t work
with PHP 5.3. (Patch by Endo Hiroaki).
- Fixed bug #570: undefined symbol: zend_memrchr.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -149,6 +146,29 @@ Thu, Apr 06, 2010 - xdebug 2.1.0RC1
<providesextension>xdebug</providesextension>
<extsrcrelease />
<changelog>
<release>
<version>
<release>2.1.0</release>
<api>2.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-06-29</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
Tue, Jun 29, 2010 - xdebug 2.1.0

= Fixed bugs:
- Fixed bug #562: Incorrect coverage information for closure function
headers.
- Fixed bug #566: Xdebug crashes when using conditional breakpoints.
- Fixed bug #567: xdebug_debug_zval and xdebug_debug_zval_stdout don&apos;t work
with PHP 5.3. (Patch by Endo Hiroaki).
- Fixed bug #570: undefined symbol: zend_memrchr.
</notes>
</release>
<release>
<version>
<release>2.1.0RC1</release>
Expand Down

0 comments on commit cb947c3

Please sign in to comment.