Mercurial > babel > old > mirror
comparison 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 |
comparison
equal
deleted
inserted
replaced
402:e6094bb5d67e | 409:f29b2f9f1f92 |
---|---|
1 Version 0.9.4 | 1 Version 0.9.4 |
2 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | 2 http://svn.edgewall.org/repos/babel/tags/0.9.4/ |
3 (???, from branches/stable/0.9.x) | 3 (Aug 25 2008, from branches/stable/0.9.x) |
4 | 4 |
5 * Currency symbol definitions that is defined with choice patterns in the | 5 * Currency symbol definitions that is defined with choice patterns in the |
6 CLDR data are no longer imported, so the symbol code will be used instead. | 6 CLDR data are no longer imported, so the symbol code will be used instead. |
7 * Fixed quarter support in date formatting. | 7 * Fixed quarter support in date formatting. |
8 * Fixed a serious memory leak that was introduces by the support for CLDR | 8 * Fixed a serious memory leak that was introduces by the support for CLDR |
9 aliases in 0.9.3 (ticket #128). | 9 aliases in 0.9.3 (ticket #128). |
10 * Locale modifiers such as "@euro" are now stripped from locale identifiers | |
11 when parsing (ticket #136). | |
12 * The system locales "C" and "POSIX" are now treated as aliases for | |
13 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to | |
14 Manlio Perillo for the suggestion. | |
15 * Fixed JavaScript extraction for regular expression literals (ticket #138) | |
16 and concatenated strings. | |
10 | 17 |
11 | 18 |
12 Version 0.9.3 | 19 Version 0.9.3 |
13 http://svn.edgewall.org/repos/babel/tags/0.9.3/ | 20 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
14 (Jul 9 2008, from branches/stable/0.9.x) | 21 (Jul 9 2008, from branches/stable/0.9.x) |