Skip to content

Commit

Permalink
Go with 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jul 28, 2011
1 parent 136299a commit 73666f5
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 60 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Thu, Jul 28, 2011 - xdebug 2.1.2

= Fixed bugs:

- Fixed bug #622: Working with eval() code is inconvenient and difficult.
- Fixed bug #684: xdebug_var_dump - IE does not support &.
- Fixed bug #693: Cachegrind files not written when filename is very long.
- Fixed bug #697: Incorrect code coverage of function arguments when using
XDEBUG_CC_UNUSED.
- Fixed bug #699: Xdebug gets the filename wrong for the countable
interface.
- Fixed bug #703 by adding another opcode to the list that needs to be
overridden.

Mon, Mar 28, 2011 - xdebug 2.1.1

= Fixed bugs:
Expand Down
56 changes: 29 additions & 27 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,36 +32,20 @@ Xdebug also provides:
<license>BSD style</license>
<release>
<state>stable</state>
<version>2.1.1</version>
<date>2011-03-28</date>
<version>2.1.2</version>
<date>2011-07-28</date>
<notes>
Mon, Mar 28, 2011 - xdebug 2.1.1

= 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 &lt;dangerous.ben@gmail.com&gt;
- Fixed bug #670: Xdebug crashes with broken "break x" code.
- Fixed bug #622: Working with eval() code is inconvenient and difficult.
- Fixed bug #684: xdebug_var_dump - IE does not support &amp;.
- Fixed bug #693: Cachegrind files not written when filename is very long.
- Fixed bug #697: Incorrect code coverage of function arguments when using
XDEBUG_CC_UNUSED.
- Fixed bug #699: Xdebug gets the filename wrong for the countable
interface.
- Fixed bug #703 by adding another opcode to the list that needs to be
overridden.
</notes>
<filelist>
<file role="src" name="php_xdebug.h"/>
Expand Down Expand Up @@ -154,6 +138,24 @@ Mon, Mar 28, 2011 - xdebug 2.1.1
</deps>
</release>
<changelog>
<release>
<state>stable</state>
<version>2.1.2</version>
<date>2011-07-28</date>
<notes>
= Fixed bugs:

- Fixed bug #622: Working with eval() code is inconvenient and difficult.
- Fixed bug #684: xdebug_var_dump - IE does not support &amp;.
- Fixed bug #693: Cachegrind files not written when filename is very long.
- Fixed bug #697: Incorrect code coverage of function arguments when using
XDEBUG_CC_UNUSED.
- Fixed bug #699: Xdebug gets the filename wrong for the countable
interface.
- Fixed bug #703 by adding another opcode to the list that needs to be
overridden.
</notes>
</release>
<release>
<state>stable</state>
<version>2.1.1</version>
Expand Down
69 changes: 39 additions & 30 deletions package2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
Expand Down Expand Up @@ -30,45 +30,29 @@ Xdebug also provides:
<email>derick@xdebug.org</email>
<active>yes</active>
</lead>
<date>2011-03-27</date>
<time>11:10:58</time>
<date>2011-07-28</date>
<time>11:08:54</time>
<version>
<release>2.1.1</release>
<api>2.1.1</api>
<release>2.1.2</release>
<api>2.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
Mon, Mar 28, 2011 - xdebug 2.1.1

= 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 &quot;exit()&quot;.
- Fixed bug #639: Xdebug profiling: output not correct - missing &apos;cfl=&apos;.
- 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 &lt;dangerous.ben@gmail.com&gt;
- Fixed bug #670: Xdebug crashes with broken &quot;break x&quot; code.
- Fixed bug #622: Working with eval() code is inconvenient and difficult.
- Fixed bug #684: xdebug_var_dump - IE does not support &amp;.
- Fixed bug #693: Cachegrind files not written when filename is very long.
- Fixed bug #697: Incorrect code coverage of function arguments when using
XDEBUG_CC_UNUSED.
- Fixed bug #699: Xdebug gets the filename wrong for the countable
interface.
- Fixed bug #703 by adding another opcode to the list that needs to be
overridden.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -166,6 +150,31 @@ Mon, Mar 28, 2011 - xdebug 2.1.1
<providesextension>xdebug</providesextension>
<extsrcrelease />
<changelog>
<release>
<version>
<release>2.1.2</release>
<api>2.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-07-28</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
= Fixed bugs:

- Fixed bug #622: Working with eval() code is inconvenient and difficult.
- Fixed bug #684: xdebug_var_dump - IE does not support &amp;.
- Fixed bug #693: Cachegrind files not written when filename is very long.
- Fixed bug #697: Incorrect code coverage of function arguments when using
XDEBUG_CC_UNUSED.
- Fixed bug #699: Xdebug gets the filename wrong for the countable
interface.
- Fixed bug #703 by adding another opcode to the list that needs to be
overridden.
</notes>
</release>
<release>
<version>
<release>2.1.1</release>
Expand Down
2 changes: 1 addition & 1 deletion php_xdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define PHP_XDEBUG_H

#define XDEBUG_NAME "Xdebug"
#define XDEBUG_VERSION "2.1.2dev"
#define XDEBUG_VERSION "2.1.2"
#define XDEBUG_AUTHOR "Derick Rethans"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2011 by Derick Rethans"
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2011"
Expand Down
4 changes: 2 additions & 2 deletions template.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# define THANKS_GUYS ""
#endif

#define VERSIONDESC 2,1,2,0
#define VERSIONSTR "2.1.2dev"
#define VERSIONDESC 2,1,2,1
#define VERSIONSTR "2.1.2"

//Version
VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 73666f5

Please sign in to comment.