From d26daa8096ad2c8758677f0352597f8cda4722e0 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 26 Nov 2013 09:07:04 +1100 Subject: [PATCH] Prepare for 1.4.8 release --- package.xml | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 4e6473ae37..6a94b60b42 100644 --- a/package.xml +++ b/package.xml @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> gsherwood@squiz.net yes - 2013-09-26 - + 2013-11-26 + 1.4.8 1.4.8 @@ -2348,6 +2348,39 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + 1.4.8 + 1.4.8 + + + stable + stable + + 2013-11-26 + BSD License + + - Generic ScopeIndentSniff now allows for ignored tokens to be set via ruleset.xml files + -- E.g., to ignore comments, override a property using: + -- name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT" + - PSR2 standard now ignores comments when checking indentation rules + - Squiz OperatorSpacingSniff no longer throws errors for the ?: short ternary operator + -- Thanks to Antoine Musso for the patch + - Comment parser now supports non-English characters when splitting comment lines into words + -- Thanks to Nik Sun for the patch + - Exit statements are now recognised as valid closers for CASE and DEFAULT blocks + -- Thanks to Maksim Kochkin for the patch + - PHP_CodeSniffer_CLI::process() can now be passed an incomplete array of CLI values + -- Missing values will be set to the CLI defaults + -- Thanks to Maksim Kochkin for the patch + - Fixed bug #20097 : CLI.php throws error in php 5.2 + - Fixed bug #20100 : incorrect Function mysql() has been deprecated report + - Fixed bug #20119 : PHP warning: invalid argument to str_repeat() in SVN blame report with -s + - Fixed bug #20123 : PSR2 complains about an empty second statement in for-loop + - Fixed bug #20131 : PHP errors in svnblame report, if there are files not under version control + - Fixed bug #20133 : Allow "HG: hg_id" as value for @version tag + + 1.4.7