[xdebug-dev] xdebug xdebug/package.xml xdebug/php_xdebug.h xdebug/template.rc - Go with 2.0.2.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 11 Nov 2007 15:34:06 +0100

Date: Sun Nov 11 15:34:05 CET 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[1.00]
- Go with 2.0.2.

Modified files:
           xdebug/package.xml (version: 1.43.2.2)
           xdebug/php_xdebug.h (version: 1.133.2.6)
           xdebug/template.rc (version: 1.1.2.5)

[FILE: /xdebug/package.xml]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.43.2.1
retrieving revision 1.43.2.2
diff -u -r1.43.2.1 -r1.43.2.2
--- xdebug/package.xml:1.43.2.1 Sat Oct 20 15:07:47 2007 GMT
+++ xdebug/package.xml Sun Nov 11 13:34:05 2007 GMT
@@ -32,25 +32,20 @@
   <license>BSD style</license>
   <release>
     <state>stable</state>
- <version>2.0.1</version>
- <date>2007-10-29</date>
+ <version>2.0.2</version>
+ <date>2007-11-11</date>
     <notes>
-Sat, Oct 20, 2007 - xdebug 2.0.1
+Sun, Nov 11, 2007 - xdebug 2.0.2
 
-+ Changes:
- - Improved code coverage performance dramatically.
- - PHP 5.3 compatibility (no namespaces yet though).
-
 = Fixed bugs:
- - Fixed bug #301: Loading would cause SIGBUS on Solaris 10 SPARC. (Patch by
- Sean Chalmers)
- - Fixed bug #300: Xdebug does not force LTR rendering for its tables.
- - Fixed bug #299: Computerized traces don't have a newline for return
- entries if memory limit is not enabled.
- - Fixed bug #298: xdebug_var_dump() doesn't handle entity replacements
- correctly concerning string length.
- - Fixed a memory free error related to remote debugging conditions.
- (Related to bug #297).
+ - Fixed bug #325: DBGP: "detach" stops further sessions being established
+ from Apache.
+ - Fixed bug #321: Code coverage crashes on empty PHP files.
+ - Fixed bug #318: Segmentation Fault in code coverage analysis.
+ - Fixed bug #315: Xdebug crashes when including a file that doesn't exist.
+ - Fixed bug #314: PHP CLI Error Logging thwarted when XDebug Loaded.
+ - Fixed bug #300: Direction of var_dump().
+ - Always set the transaction_id and command. (Related to bug #313).
     </notes>
     <filelist>
       <file role="src" name="php_xdebug.h"/>
@@ -140,6 +135,24 @@
   <changelog>
     <release>
       <state>stable</state>
+ <version>2.0.2</version>
+ <date>2007-11-11</date>
+ <notes>
+Sun, Nov 11, 2007 - xdebug 2.0.2
+
+= Fixed bugs:
+ - Fixed bug #325: DBGP: "detach" stops further sessions being established
+ from Apache.
+ - Fixed bug #321: Code coverage crashes on empty PHP files.
+ - Fixed bug #318: Segmentation Fault in code coverage analysis.
+ - Fixed bug #315: Xdebug crashes when including a file that doesn't exist.
+ - Fixed bug #314: PHP CLI Error Logging thwarted when XDebug Loaded.
+ - Fixed bug #300: Direction of var_dump().
+ - Always set the transaction_id and command. (Related to bug #313).
+ </notes>
+ </release>
+ <release>
+ <state>stable</state>
       <version>2.0.1</version>
       <date>2007-10-29</date>
       <notes>

[FILE: /xdebug/php_xdebug.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.133.2.5
retrieving revision 1.133.2.6
diff -u -r1.133.2.5 -r1.133.2.6
--- xdebug/php_xdebug.h:1.133.2.5 Sun Oct 21 08:24:54 2007 GMT
+++ xdebug/php_xdebug.h Sun Nov 11 13:34:05 2007 GMT
@@ -20,7 +20,7 @@
 #define PHP_XDEBUG_H
 
 #define XDEBUG_NAME "Xdebug"
-#define XDEBUG_VERSION "2.0.2-dev"
+#define XDEBUG_VERSION "2.0.2"
 #define XDEBUG_AUTHOR "Derick Rethans"
 #define XDEBUG_COPYRIGHT "Copyright (c) 2002-2007 by Derick Rethans"
 #define XDEBUG_URL "http://xdebug.org"

[FILE: /xdebug/template.rc]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- xdebug/template.rc:1.1.2.4 Sun Oct 21 08:24:54 2007 GMT
+++ xdebug/template.rc Sun Nov 11 13:34:05 2007 GMT
@@ -1,5 +1,5 @@
 /* This is a template RC file.
- * $Id: cvstemp,v 1.1.2.4 2007/10/21 10:24:54 derick Exp $
+ * $Id: cvstemp,v 1.1.2.5 2007/11/11 14:34:05 derick Exp $
  * Do not edit with MSVC */
 #ifdef APSTUDIO_INVOKED
 # error dont edit with MSVC
@@ -16,7 +16,7 @@
 #endif
 
 #define VERSIONDESC 2,0,2,0
-#define VERSIONSTR "2.0.2dev"
+#define VERSIONSTR "2.0.2"
 
 //Version
 VS_VERSION_INFO VERSIONINFO
Received on Sun Nov 11 2007 - 15:46:57 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST