Mercurial > babel > old > mirror
comparison ChangeLog @ 408:b69105958843
Added [444] and [445] to ChangeLog.
author | cmlenz |
---|---|
date | Mon, 25 Aug 2008 10:06:40 +0000 |
parents | 209a1ec1ee38 |
children | dc5b9feeab62 |
comparison
equal
deleted
inserted
replaced
407:b730d1d40942 | 408:b69105958843 |
---|---|
7 relative times with strings such as "2 days" or "1 month" (ticket #126). | 7 relative times with strings such as "2 days" or "1 month" (ticket #126). |
8 | 8 |
9 | 9 |
10 Version 0.9.4 | 10 Version 0.9.4 |
11 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | 11 http://svn.edgewall.org/repos/babel/tags/0.9.4/ |
12 (???, from branches/stable/0.9.x) | 12 (Aug 25 2008, from branches/stable/0.9.x) |
13 | 13 |
14 * Currency symbol definitions that is defined with choice patterns in the | 14 * Currency symbol definitions that is defined with choice patterns in the |
15 CLDR data are no longer imported, so the symbol code will be used instead. | 15 CLDR data are no longer imported, so the symbol code will be used instead. |
16 * Fixed quarter support in date formatting. | 16 * Fixed quarter support in date formatting. |
17 * Fixed a serious memory leak that was introduces by the support for CLDR | 17 * Fixed a serious memory leak that was introduces by the support for CLDR |
19 * Locale modifiers such as "@euro" are now stripped from locale identifiers | 19 * Locale modifiers such as "@euro" are now stripped from locale identifiers |
20 when parsing (ticket #136). | 20 when parsing (ticket #136). |
21 * The system locales "C" and "POSIX" are now treated as aliases for | 21 * The system locales "C" and "POSIX" are now treated as aliases for |
22 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to | 22 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to |
23 Manlio Perillo for the suggestion. | 23 Manlio Perillo for the suggestion. |
24 * Fixed JavaScript extraction for regular expression literals (ticket #138) | |
25 and concatenated strings. | |
24 | 26 |
25 | 27 |
26 Version 0.9.3 | 28 Version 0.9.3 |
27 http://svn.edgewall.org/repos/babel/tags/0.9.3/ | 29 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
28 (Jul 9 2008, from branches/stable/0.9.x) | 30 (Jul 9 2008, from branches/stable/0.9.x) |