Modified: xdebug/branches/xdebug_2_1/NEWS =================================================================== --- xdebug/branches/xdebug_2_1/NEWS 2011-03-21 20:39:56 UTC (rev 3415) +++ xdebug/branches/xdebug_2_1/NEWS 2011-03-21 21:17:13 UTC (rev 3416) @@ -1,3 +1,32 @@ +Tue, Mar 22, 2011 - xdebug 2.1.1rc1 + += Fixed bugs: + + = Debugger + - Fixed bug #518: Removed CLASSNAME pseudo-property optional. + - Fixed bug #592: Xdebug crashes with run after detach. + - Fixed bug #596: Call breakpoint never works with instance methods, only + static methods. + - Fixed JIT mode in the debugger so that it works for xdebug_break() too. + + = Profiler + - Fixed bug #631: Summary not written when script ended with "exit()". + - Fixed bug #639: Xdebug profiling: output not correct - missing 'cfl='. + - Fixed bug #642: Fixed line numbers for offsetGet, offsetSet, + __get/__set/__isset/__unset and __call in profile files and stack + traces/function traces. + - Fixed bug #643: Profiler gets line numbers wrong. + - Fixed bug #653: XDebug profiler crashes with %H in file name and non + standard port. + + = Others + - Fixed bug #651: Incorrect code coverage after empty() in conditional. + - Fixed bug #654: Xdebug hides error message in CLI. + - Fixed bug #665: Xdebug does not respect display_errors=stderr. + Patch by Ben Spencer + - Fixed bug #670: Xdebug crashes with broken "break x" code. + + Tue, Jun 29, 2010 - xdebug 2.1.0 = Fixed bugs: Modified: xdebug/branches/xdebug_2_1/package.xml =================================================================== --- xdebug/branches/xdebug_2_1/package.xml 2011-03-21 20:39:56 UTC (rev 3415) +++ xdebug/branches/xdebug_2_1/package.xml 2011-03-21 21:17:13 UTC (rev 3416) @@ -31,20 +31,37 @@ BSD style - stable - 2.1.0 - 2010-06-29 - -Tue, Jun 29, 2010 - xdebug 2.1.0 + beta + 2.1.1RC1 + 2011-03-22 + +Tue, Mar 22, 2011 - xdebug 2.1.1rc1 = 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. + = Debugger + - Fixed bug #518: Removed CLASSNAME pseudo-property optional. + - Fixed bug #592: Xdebug crashes with run after detach. + - Fixed bug #596: Call breakpoint never works with instance methods, only + static methods. + - Fixed JIT mode in the debugger so that it works for xdebug_break() too. + + = Profiler + - Fixed bug #631: Summary not written when script ended with "exit()". + - Fixed bug #639: Xdebug profiling: output not correct - missing 'cfl='. + - Fixed bug #642: Fixed line numbers for offsetGet, offsetSet, + __get/__set/__isset/__unset and __call in profile files and stack + traces/function traces. + - Fixed bug #643: Profiler gets line numbers wrong. + - Fixed bug #653: XDebug profiler crashes with %H in file name and non + standard port. + + = Others + - Fixed bug #651: Incorrect code coverage after empty() in conditional. + - Fixed bug #654: Xdebug hides error message in CLI. + - Fixed bug #665: Xdebug does not respect display_errors=stderr. + Patch by Ben Spencer <dangerous.ben@gmail.com> + - Fixed bug #670: Xdebug crashes with broken "break x" code. @@ -138,6 +155,40 @@ + beta + 2.1.1RC1 + 2011-03-22 + +Tue, Mar 22, 2011 - xdebug 2.1.1rc1 + += Fixed bugs: + + = Debugger + - Fixed bug #518: Removed CLASSNAME pseudo-property optional. + - Fixed bug #592: Xdebug crashes with run after detach. + - Fixed bug #596: Call breakpoint never works with instance methods, only + static methods. + - Fixed JIT mode in the debugger so that it works for xdebug_break() too. + + = Profiler + - Fixed bug #631: Summary not written when script ended with "exit()". + - Fixed bug #639: Xdebug profiling: output not correct - missing 'cfl='. + - Fixed bug #642: Fixed line numbers for offsetGet, offsetSet, + __get/__set/__isset/__unset and __call in profile files and stack + traces/function traces. + - Fixed bug #643: Profiler gets line numbers wrong. + - Fixed bug #653: XDebug profiler crashes with %H in file name and non + standard port. + + = Others + - Fixed bug #651: Incorrect code coverage after empty() in conditional. + - Fixed bug #654: Xdebug hides error message in CLI. + - Fixed bug #665: Xdebug does not respect display_errors=stderr. + Patch by Ben Spencer <dangerous.ben@gmail.com> + - Fixed bug #670: Xdebug crashes with broken "break x" code. + + + stable 2.1.0 2010-06-29 Modified: xdebug/branches/xdebug_2_1/package2.xml =================================================================== --- xdebug/branches/xdebug_2_1/package2.xml 2011-03-21 20:39:56 UTC (rev 3415) +++ xdebug/branches/xdebug_2_1/package2.xml 2011-03-21 21:17:13 UTC (rev 3416) @@ -1,5 +1,5 @@ - @@ -30,28 +30,45 @@ derick@xdebug.org yes - 2010-06-24 - + 2011-03-21 + - 2.1.0 - 2.1.0 + 2.1.1RC1 + 2.1.1RC1 - stable - stable + beta + beta BSD style -Tue, Jun 29, 2010 - xdebug 2.1.0 +Tue, Mar 22, 2011 - xdebug 2.1.1rc1 = 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. + = Debugger + - Fixed bug #518: Removed CLASSNAME pseudo-property optional. + - Fixed bug #592: Xdebug crashes with run after detach. + - Fixed bug #596: Call breakpoint never works with instance methods, only + static methods. + - Fixed JIT mode in the debugger so that it works for xdebug_break() too. + + = Profiler + - Fixed bug #631: Summary not written when script ended with "exit()". + - Fixed bug #639: Xdebug profiling: output not correct - missing 'cfl='. + - Fixed bug #642: Fixed line numbers for offsetGet, offsetSet, + __get/__set/__isset/__unset and __call in profile files and stack + traces/function traces. + - Fixed bug #643: Profiler gets line numbers wrong. + - Fixed bug #653: XDebug profiler crashes with %H in file name and non + standard port. + + = Others + - Fixed bug #651: Incorrect code coverage after empty() in conditional. + - Fixed bug #654: Xdebug hides error message in CLI. + - Fixed bug #665: Xdebug does not respect display_errors=stderr. + Patch by Ben Spencer <dangerous.ben@gmail.com> + - Fixed bug #670: Xdebug crashes with broken "break x" code. @@ -151,6 +168,47 @@ + 2.1.1RC1 + 2.1.1RC1 + + + beta + beta + + 2011-03-22 + BSD style + +Tue, Mar 22, 2011 - xdebug 2.1.1rc1 + += Fixed bugs: + + = Debugger + - Fixed bug #518: Removed CLASSNAME pseudo-property optional. + - Fixed bug #592: Xdebug crashes with run after detach. + - Fixed bug #596: Call breakpoint never works with instance methods, only + static methods. + - Fixed JIT mode in the debugger so that it works for xdebug_break() too. + + = Profiler + - Fixed bug #631: Summary not written when script ended with "exit()". + - Fixed bug #639: Xdebug profiling: output not correct - missing 'cfl='. + - Fixed bug #642: Fixed line numbers for offsetGet, offsetSet, + __get/__set/__isset/__unset and __call in profile files and stack + traces/function traces. + - Fixed bug #643: Profiler gets line numbers wrong. + - Fixed bug #653: XDebug profiler crashes with %H in file name and non + standard port. + + = Others + - Fixed bug #651: Incorrect code coverage after empty() in conditional. + - Fixed bug #654: Xdebug hides error message in CLI. + - Fixed bug #665: Xdebug does not respect display_errors=stderr. + Patch by Ben Spencer <dangerous.ben@gmail.com> + - Fixed bug #670: Xdebug crashes with broken "break x" code. + + + + 2.1.0 2.1.0 Modified: xdebug/branches/xdebug_2_1/php_xdebug.h =================================================================== --- xdebug/branches/xdebug_2_1/php_xdebug.h 2011-03-21 20:39:56 UTC (rev 3415) +++ xdebug/branches/xdebug_2_1/php_xdebug.h 2011-03-21 21:17:13 UTC (rev 3416) @@ -20,7 +20,7 @@ #define PHP_XDEBUG_H #define XDEBUG_NAME "Xdebug" -#define XDEBUG_VERSION "2.1.1-dev" +#define XDEBUG_VERSION "2.1.1rc1" #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/branches/xdebug_2_1/template.rc =================================================================== --- xdebug/branches/xdebug_2_1/template.rc 2011-03-21 20:39:56 UTC (rev 3415) +++ xdebug/branches/xdebug_2_1/template.rc 2011-03-21 21:17:13 UTC (rev 3416) @@ -15,8 +15,8 @@ # define THANKS_GUYS "" #endif -#define VERSIONDESC 2,1,1,0 -#define VERSIONSTR "2.1.1-dev" +#define VERSIONDESC 2,1,1,1 +#define VERSIONSTR "2.1.1rc1" //Version VS_VERSION_INFO VERSIONINFO