Mercurial > babel > old > mirror
diff 0.9.x/ChangeLog @ 409:f29b2f9f1f92 stable
Ported [442:446/trunk] to 0.9.x branch.
author | cmlenz |
---|---|
date | Mon, 25 Aug 2008 10:08:22 +0000 |
parents | e6094bb5d67e |
children | 0fb7125f0b7a |
line wrap: on
line diff
--- a/0.9.x/ChangeLog +++ b/0.9.x/ChangeLog @@ -1,12 +1,19 @@ Version 0.9.4 http://svn.edgewall.org/repos/babel/tags/0.9.4/ -(???, from branches/stable/0.9.x) +(Aug 25 2008, from branches/stable/0.9.x) * Currency symbol definitions that is defined with choice patterns in the CLDR data are no longer imported, so the symbol code will be used instead. * Fixed quarter support in date formatting. * Fixed a serious memory leak that was introduces by the support for CLDR aliases in 0.9.3 (ticket #128). + * Locale modifiers such as "@euro" are now stripped from locale identifiers + when parsing (ticket #136). + * The system locales "C" and "POSIX" are now treated as aliases for + "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to + Manlio Perillo for the suggestion. + * Fixed JavaScript extraction for regular expression literals (ticket #138) + and concatenated strings. Version 0.9.3