History
Version 188
at Wednesday 24 February 2010 16:54:22 UTC # CHANGELOG and build version adjusted.Diff
| 187 | 188 | /CHANGELOG |
|---|---|---|
| 2 | +phpmd-0.2.3 (2010/ ) | |
| 3 | +======================== | |
| 4 | + | |
| 5 | +- Fixed #7: UnusedLocalVariable ruleset incorrectly flags variables | |
| 6 | + as unused when used inside double quoted string. Fixed in svn | |
| 7 | + revision #187. | |
| 8 | + | |
| 2 | 9 | phpmd-0.2.2 (2010/01/20) |
| 3 | 10 | ======================== |
| 4 | 11 | |
| 187 | 188 | /build.properties |
| 2 | 2 | project.dir= |
| 3 | 3 | project.name=phpmd |
| 4 | -project.version=0.2.2 | |
| 4 | +project.version=0.2.3 | |
| 5 | 5 | project.stability=alpha |
| 6 | 6 | |
| 7 | 7 | coding.standard=PEAR |
| 187 | 188 | /package.xml |
| 34 | 34 | <api>devel</api> |
| 35 | 35 | </stability> |
| 36 | 36 | <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license> |
| 37 | - <notes> | |
| 38 | -- Small change to the command line interface, which did not return an | |
| 39 | - exit code != 0 when an exception occured. | |
| 37 | + <notesu> | |
| 38 | +- Fixed #7: UnusedLocalVariable ruleset incorrectly flags variables | |
| 39 | + as unused when used inside double quoted string. Fixed in svn | |
| 40 | + revision #187. | |
| 40 | 41 | </notes> |
| 41 | 42 | <contents> |
| 42 | 43 | <dir name="/"> |