Mercurial > babel > old > mirror
annotate 0.9.x/ChangeLog @ 450:fb4e025f3410 stable
Backport r483. This fixes messages containing square brackets from failing
with unpack errors.
Submitted by: Benoit Boissinot
author | jruigrok |
---|---|
date | Wed, 24 Feb 2010 12:59:35 +0000 |
parents | 0fb7125f0b7a |
children | 8941027e8b22 |
rev | line source |
---|---|
450
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
1 Version 0.9.5 |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
2 http://svn.edgewall.org/repos/babel/tags/0.9.5/ |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
3 (? ? 2010, from branches/stable/0.9.x) |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
4 |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
5 * Fixed the case where messages containing square brackets would break with |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
6 an unpack error. |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
7 |
fb4e025f3410
Backport r483. This fixes messages containing square brackets from failing
jruigrok
parents:
415
diff
changeset
|
8 |
399 | 9 Version 0.9.4 |
10 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | |
409 | 11 (Aug 25 2008, from branches/stable/0.9.x) |
399 | 12 |
13 * Currency symbol definitions that is defined with choice patterns in the | |
14 CLDR data are no longer imported, so the symbol code will be used instead. | |
15 * Fixed quarter support in date formatting. | |
402 | 16 * Fixed a serious memory leak that was introduces by the support for CLDR |
17 aliases in 0.9.3 (ticket #128). | |
409 | 18 * Locale modifiers such as "@euro" are now stripped from locale identifiers |
19 when parsing (ticket #136). | |
20 * The system locales "C" and "POSIX" are now treated as aliases for | |
21 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to | |
22 Manlio Perillo for the suggestion. | |
23 * Fixed JavaScript extraction for regular expression literals (ticket #138) | |
24 and concatenated strings. | |
415 | 25 * The `Translation` class in `babel.support` can now manage catalogs with |
26 different message domains, and exposes the family of `d*gettext` functions | |
27 (ticket #137). | |
399 | 28 |
29 | |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
30 Version 0.9.3 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
31 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
383 | 32 (Jul 9 2008, from branches/stable/0.9.x) |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
33 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
34 * Fixed invalid message extraction methods causing an UnboundLocalError. |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
35 * Extraction method specification can now use a dot instead of the colon to |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
36 separate module and function name (ticket #105). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
37 * Fixed message catalog compilation for locales with more than two plural |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
38 forms (ticket #95). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
39 * Fixed compilation of message catalogs for locales with more than two plural |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
40 forms where the translations were empty (ticket #97). |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
41 * The stripping of the comment tags in comments is optional now and |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
42 is done for each line in a comment. |
381 | 43 * Added a JavaScript message extractor. |
44 * Updated to CLDR 1.6. | |
351 | 45 * Fixed timezone calculations when formatting datetime and time values. |
381 | 46 * Added a `get_plural` function into the plurals module that returns the |
47 correct plural forms for a locale as tuple. | |
48 * Added support for alias definitions in the CLDR data files, meaning that | |
49 the chance for items missing in certain locales should be greatly reduced | |
50 (ticket #68). | |
348
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
51 |
05975a0e7021
Merged revisions [358:360], [364:370], [373:378], [380:382] from [source:trunk].
cmlenz
parents:
323
diff
changeset
|
52 |
295 | 53 Version 0.9.2 |
54 http://svn.edgewall.org/repos/babel/tags/0.9.2/ | |
383 | 55 (Feb 4 2008, from branches/stable/0.9.x) |
295 | 56 |
297 | 57 * Fixed catalogs' charset values not being recognized (ticket #66). |
320
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
58 * Numerous improvements to the default plural forms. |
316 | 59 * Fixed fuzzy matching when updating message catalogs (ticket #82). |
318 | 60 * Fixed bug in catalog updating, that in some cases pulled in translations |
61 from different catalogs based on the same template. | |
62 * Location lines in PO files do no longer get wrapped at hyphens in file | |
63 names (ticket #79). | |
320
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
64 * Fixed division by zero error in catalog compilation on empty catalogs |
cd588918443e
Ported [335:338], [345], and [351] to 0.9.x stable branch.
cmlenz
parents:
318
diff
changeset
|
65 (ticket #60). |
316 | 66 |
67 | |
280 | 68 Version 0.9.1 |
69 http://svn.edgewall.org/repos/babel/tags/0.9.1/ | |
288 | 70 (Sep 7 2007, from branches/stable/0.9.x) |
280 | 71 |
288 | 72 * Fixed catalog updating when a message is merged that was previously simple |
73 but now has a plural form, for example by moving from `gettext` to | |
280 | 74 `ngettext`, or vice versa. |
75 * Fixed time formatting for 12 am and 12 pm. | |
76 * Fixed output encoding of the `pybabel --list-locales` command. | |
323 | 77 * MO files are now written in binary mode on windows (ticket #61). |
280 | 78 |
79 | |
263 | 80 Version 0.9 |
81 http://svn.edgewall.org/repos/babel/tags/0.9.0/ | |
266 | 82 (Aug 20 2007, from branches/stable/0.9.x) |
263 | 83 |
84 * The `new_catalog` distutils command has been renamed to `init_catalog` for | |
85 consistency with the command-line frontend. | |
86 * Added compilation of message catalogs to MO files (ticket #21). | |
87 * Added updating of message catalogs from POT files (ticket #22). | |
88 * Support for significant digits in number formatting. | |
89 * Apply proper "banker's rounding" in number formatting in a cross-platform | |
90 manner. | |
91 * The number formatting functions now also work with numbers represented by | |
92 Python `Decimal` objects (ticket #53). | |
93 * Added extensible infrastructure for validating translation catalogs. | |
94 * Fixed the extractor not filtering out messages that didn't validate against | |
95 the keyword's specification (ticket #39). | |
96 * Fixed the extractor raising an exception when encountering an empty string | |
97 msgid. It now emits a warning to stderr. | |
98 * Numerous Python message extractor fixes: it now handles nested function | |
99 calls within a gettext function call correctly, uses the correct line number | |
100 for multi-line function calls, and other small fixes (tickets #38 and #39). | |
101 * Improved support for detecting Python string formatting fields in message | |
102 strings (ticket #57). | |
103 * CLDR upgraded to the 1.5 release. | |
104 * Improved timezone formatting. | |
266 | 105 * Implemented scientific number formatting. |
106 * Added mechanism to lookup locales by alias, for cases where browsers insist | |
107 on including only the language code in the `Accept-Language` header, and | |
108 sometimes even the incorrect language code. | |
263 | 109 |
110 | |
111 Version 0.8.1 | |
112 http://svn.edgewall.org/repos/babel/tags/0.8.1/ | |
113 (Jul 2 2007, from branches/stable/0.8.x) | |
114 | |
115 * `default_locale()` would fail when the value of the `LANGUAGE` environment | |
116 variable contained multiple language codes separated by colon, as is | |
117 explicitly allowed by the GNU gettext tools. As the `default_locale()` | |
118 function is called at the module level in some modules, this bug would | |
119 completely break importing these modules on systems where `LANGUAGE` is set | |
120 that way. | |
121 * The character set specified in PO template files is now respected when | |
122 creating new catalog files based on that template. This allows the use of | |
123 characters outside the ASCII range in POT files (ticket #17). | |
124 * The default ordering of messages in generated POT files, which is based on | |
125 the order those messages are found when walking the source tree, is no | |
126 longer subject to differences between platforms; directory and file names | |
127 are now always sorted alphabetically. | |
128 * The Python message extractor now respects the special encoding comment to be | |
129 able to handle files containing non-ASCII characters (ticket #23). | |
130 * Added 'N_' (gettext noop) to the extractor's default keywords. | |
131 * Made locale string parsing more robust, and also take the script part into | |
132 account (ticket #27). | |
133 * Added a function to list all locales for which locale data is available. | |
134 * Added a command-line option to the `pybabel` command which prints out all | |
135 available locales (ticket #24). | |
136 * The name of the command-line script has been changed from just `babel` to | |
137 `pybabel` to avoid a conflict with the OpenBabel project (ticket #34). | |
138 | |
139 | |
140 Version 0.8 | |
141 http://svn.edgewall.org/repos/babel/tags/0.8.0/ | |
142 (Jun 20 2007, from branches/stable/0.8.x) | |
143 | |
144 * First public release |