Skip to content

Commit

Permalink
- Go with 2.1.0.
Browse files Browse the repository at this point in the history
SVN Rev: 3300
  • Loading branch information
derickr committed Jun 28, 2010
1 parent f01095c commit ea2ba1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions NEWS
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion php_xdebug.h
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions template.rc
Expand Up @@ -15,8 +15,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# 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
Expand Down

0 comments on commit ea2ba1d

Please sign in to comment.