Author: sebb Date: Wed Mar 26 13:08:39 2014 New Revision: 903731 Log: Convert to UTF-8
Modified: websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.1.txt Modified: websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.1.txt ============================================================================== --- websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.1.txt (original) +++ websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.1.txt Wed Mar 26 13:08:39 2014 @@ -71,12 +71,12 @@ o LANG-943: Test DurationFormatUtilsTes o LANG-613: ConstructorUtils.getAccessibleConstructor() Does Not Check the Accessibility of Enclosing Classes o LANG-951: Fragments are wrong by 1 day when using fragment YEAR or MONTH. - Thanks to Sebastian Götz. + Thanks to Sebastian Götz. o LANG-950: FastDateParser does not handle two digit year parsing like SimpleDateFormat o LANG-949: FastDateParserTest.testParses does not test FastDateParser o LANG-915: Wrong locale handling in LocaleUtils.toLocale(). - Thanks to Sergio Fernández. + Thanks to Sergio Fernández. CHANGES ========= @@ -171,7 +171,7 @@ o LANG-462: FastDateFormat supports par BUG FIXES =========== -o LANG-932: Spelling fixes. Thanks to Ville Skyttä. +o LANG-932: Spelling fixes. Thanks to Ville Skyttä. o LANG-929: OctalUnescaper tried to parse all of \279. o LANG-928: OctalUnescaper had bugs when parsing octals starting with a zero. o LANG-905: EqualsBuilder returned true when comparing arrays, even when the