diff --git a/package.xml b/package.xml
index 5a93e6f7cf..5e210c3f30 100644
--- a/package.xml
+++ b/package.xml
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
gsherwood@squiz.netyes
- 2012-12-04
-
+ 2013-02-07
+
1.4.41.4.4
@@ -2096,6 +2096,49 @@ http://pear.php.net/dtd/package-2.0.xsd">
+
+
+ 1.4.4
+ 1.4.4
+
+
+ stable
+ stable
+
+ 2013-02-07
+ BSD License
+
+ - Ignored lines no longer cause the summary report to show incorrect error and warning counts
+ -- Thanks to Bert Van Hauwaert for the patch
+ - Added Generic CSSLintSniff to run CSSLint over a CSS file and report warnings
+ -- Set full command to run CSSLint using phpcs --config-set csslint_path /path/to/csslint
+ -- Thanks to Roman Levishchenko for the contribution
+ - Added PSR2 ControlStructureSpacingSniff to ensure there are no spaces before and after parenthesis in control structures
+ -- Fixes bug #19732 : PSR2: some control structures errors not reported
+ - Squiz commenting sniffs now support non-English characters when checking for capital letters
+ -- Thanks to Roman Levishchenko for the patch
+ - Generic EndFileNewlineSniff now supports JS and CSS files
+ -- Thanks to Denis Ryabkov for the patch
+ - PSR1 SideEffectsSniff no longer reports constant declarations as side effects
+ - Notifysend report now supports notify-send versions before 0.7.3
+ -- Thanks to Ken Guest for the patch
+ - PEAR and Squiz FunctionCommentSniffs no longer report errors for misaligned argument comments when they are blank
+ -- Thanks to Thomas Peterson for the patch
+ - Squiz FunctionDeclarationArgumentSpacingSniff now works correctly for equalsSpacing values greater than 0
+ -- Thanks to Klaus Purer for the patch
+ - Squiz SuperfluousWhitespaceSniff no longer throws errors for CSS files with no newline at the end
+ - Squiz SuperfluousWhitespaceSniff now allows a single newline at the end of JS and CSS files
+ - Fixed bug #19755 : Token of T_CLASS type has no scope_opener and scope_closer keys
+ - Fixed bug #19759 : Squiz.PHP.NonExecutableCode fails for return function()...
+ - Fixed bug #19763 : Use statements for traits not recognised correctly for PSR2 code style
+ - Fixed bug #19764 : Instead of for traits throws uppercase constant name errors
+ - Fixed bug #19772 : PSR2_Sniffs_Namespaces_UseDeclarationSniff does not properly recognize last use
+ - Fixed bug #19775 : False positive in NonExecutableCode sniff when not using curly braces
+ - Fixed bug #19782 : Invalid found size functions in loop when using object operator
+ - Fixed bug #19799 : config folder is not created automatically
+ - Fixed bug #19804 : JS Tokenizer wrong /**/ parsing
+
+ 1.4.3