derick Tue, 06 Apr 2010 09:46:53 +0000
Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3254&root=xdebug
Log:
- Go with RC1.
Changed paths:
U xdebug/trunk/NEWS
U xdebug/trunk/package.xml
U xdebug/trunk/package2.xml
Modified: xdebug/trunk/NEWS
===================================================================
--- xdebug/trunk/NEWS 2010-04-06 07:02:44 UTC (rev 3253)
+++ xdebug/trunk/NEWS 2010-04-06 09:46:53 UTC (rev 3254)
@@ -1,3 +1,18 @@
+Thu, Apr 06, 2010 - xdebug 2.1.0rc1
+
+= 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.
+
+
Sat, Feb 27, 2010 - xdebug 2.1.0beta3
= Fixed bugs:
Modified: xdebug/trunk/package.xml
===================================================================
--- xdebug/trunk/package.xml 2010-04-06 07:02:44 UTC (rev 3253)
+++ xdebug/trunk/package.xml 2010-04-06 09:46:53 UTC (rev 3254)
@@ -31,18 +31,23 @@
</description>
<license>BSD style</license>
<release>
- <state>beta</state>
- <version>2.1.0beta3</version>
- <date>2010-02-27</date>
- <notes>
-Sat, Feb 27, 2010 - xdebug 2.1.0beta3
+ <state>beta</state>
+ <version>2.1.0rc1</version>
+ <date>2010-04-06</date>
+ <notes>
+Thu, Apr 06, 2010 - xdebug 2.1.0rc1
= Fixed bugs:
- - Fixed memory corruption issues.
- - Fixed a threading related issue for code-coverage.
- - Fixed bug #532: XDebug breaks header() function.
- - DBGP: Prevent Xdebug from returning properties when a too high page number
- has been requested.
+ - 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.
</notes>
<filelist>
<file role="src" name="php_xdebug.h"/>
@@ -136,6 +141,26 @@
<version>2.1.0beta3</version>
<date>2010-02-27</date>
<notes>
+Thu, Apr 06, 2010 - xdebug 2.1.0rc1
+
+= 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.
+ </notes>
+ </release>
+ <release>
+ <state>beta</state>
+ <version>2.1.0beta3</version>
+ <date>2010-02-27</date>
+ <notes>
Sat, Feb 27, 2010 - xdebug 2.1.0beta3
= Fixed bugs:
Modified: xdebug/trunk/package2.xml
===================================================================
--- xdebug/trunk/package2.xml 2010-04-06 07:02:44 UTC (rev 3253)
+++ xdebug/trunk/package2.xml 2010-04-06 09:46:53 UTC (rev 3254)
@@ -30,11 +30,11 @@
<email>derick[@]xdebug.org</email>
<active>yes</active>
</lead>
- <date>2010-02-27</date>
- <time>16:02:06</time>
+ <date>2010-04-06</date>
+ <time>10:46:30</time>
<version>
- <release>2.1.0beta3</release>
- <api>2.1.0beta3</api>
+ <release>2.1.0rc1</release>
+ <api>2.1.0rc1</api>
</version>
<stability>
<release>beta</release>
@@ -42,14 +42,19 @@
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
-Sat, Feb 27, 2010 - xdebug 2.1.0beta3
+Thu, Apr 06, 2010 - xdebug 2.1.0rc1
= Fixed bugs:
- - Fixed memory corruption issues.
- - Fixed a threading related issue for code-coverage.
- - Fixed bug #532: XDebug breaks header() function.
- - DBGP: Prevent Xdebug from returning properties when a too high page number
- has been requested.
+ - 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.
</notes>
<contents>
<dir name="/">
@@ -156,6 +161,33 @@
<date>2010-02-27</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
+Thu, Apr 06, 2010 - xdebug 2.1.0rc1
+
+= 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.
+ </notes>
+ </release>
+ <release>
+ <version>
+ <release>2.1.0beta3</release>
+ <api>2.1.0beta3</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <date>2010-02-27</date>
+ <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
+ <notes>
Sat, Feb 27, 2010 - xdebug 2.1.0beta3
= Fixed bugs:
Received on Tue Apr 06 2010 - 10:46:53 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST