[xdebug-dev] svn: /xdebug/trunk/ NEWS php_xdebug.h template.rc

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 28 Jun 2010 12:58:56 +0000

derick Mon, 28 Jun 2010 12:58:55 +0000

Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3300&root=xdebug

Log:
- Go with 2.1.0.

Changed paths:
    U xdebug/trunk/NEWS
    U xdebug/trunk/php_xdebug.h
    U xdebug/trunk/template.rc

Modified: xdebug/trunk/NEWS
===================================================================
--- xdebug/trunk/NEWS 2010-06-13 18:34:36 UTC (rev 3299)
+++ xdebug/trunk/NEWS 2010-06-28 12:58:55 UTC (rev 3300)
@@ -1,3 +1,14 @@
+Fri, Jun 25, 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.
+
+
 Thu, Apr 06, 2010 - xdebug 2.1.0rc1

 = Fixed bugs:

Modified: xdebug/trunk/php_xdebug.h
===================================================================
--- xdebug/trunk/php_xdebug.h 2010-06-13 18:34:36 UTC (rev 3299)
+++ xdebug/trunk/php_xdebug.h 2010-06-28 12:58:55 UTC (rev 3300)
@@ -20,7 +20,7 @@
 #define PHP_XDEBUG_H

 #define XDEBUG_NAME "Xdebug"
-#define XDEBUG_VERSION "2.1.0rc2-dev"
+#define XDEBUG_VERSION "2.1.0"
 #define XDEBUG_AUTHOR "Derick Rethans"
 #define XDEBUG_COPYRIGHT "Copyright (c) 2002-2010 by Derick Rethans"
 #define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2010"

Modified: xdebug/trunk/template.rc
===================================================================
--- xdebug/trunk/template.rc 2010-06-13 18:34:36 UTC (rev 3299)
+++ xdebug/trunk/template.rc 2010-06-28 12:58:55 UTC (rev 3300)
@@ -15,8 +15,8 @@
 # define THANKS_GUYS ""
 #endif

-#define VERSIONDESC 2,1,0,4
-#define VERSIONSTR "2.1.0rc2-dev"
+#define VERSIONDESC 2,1,0,5
+#define VERSIONSTR "2.1.0"

 //Version
 VS_VERSION_INFO VERSIONINFO
Received on Mon Jun 28 2010 - 13:58:56 BST

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