Mercurial > babel > old > babel-test
comparison ChangeLog @ 493:cabbd4f181d2
Add 0.9.6 entries.
author | jruigrok |
---|---|
date | Mon, 19 Apr 2010 09:33:53 +0000 |
parents | eb42dbd6b9d6 |
children | 0ff0cc95c2f9 |
comparison
equal
deleted
inserted
replaced
489:eb42dbd6b9d6 | 493:cabbd4f181d2 |
---|---|
9 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). | 9 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). |
10 * Fixed the case where messages containing square brackets would break with | 10 * Fixed the case where messages containing square brackets would break with |
11 an unpack error. | 11 an unpack error. |
12 * Updated to CLDR 1.7. | 12 * Updated to CLDR 1.7. |
13 * Make the CLDR import script work with Python 2.7. | 13 * Make the CLDR import script work with Python 2.7. |
14 * Fix Serbian plural forms (ticket #213). | |
15 | |
16 | |
17 Version 0.9.6 | |
18 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | |
19 (? ? 2010, from branches/stable/0.9.x) | |
20 | |
21 * Backport r493-494: documentation typo fixes. | |
22 * Make the CLDR import script work with Python 2.7. | |
23 * Fix various typos. | |
24 * Sort output of list-locales. | |
25 * Make the POT-Creation-Date of the catalog being updated equal to | |
26 POT-Creation-Date of the template used to update (ticket #148). | |
27 * Use a more explicit error message if no option or argument (command) is | |
28 passed to pybabel (ticket #81). | |
29 * Keep the PO-Revision-Date if it is not the default value (ticket #148). | |
30 * Make --no-wrap work by reworking --width's default and mimic xgettext's | |
31 behaviour of always wrapping comments (ticket #145). | |
32 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). | |
33 * Add --project and --version options for commandline (ticket #173). | |
34 * Add a __ne__() method to the Local class. | |
35 * Explicitly sort instead of using sorted() and don't assume ordering | |
36 (Python 2.3 and Jython compatibility). | |
37 * Removed ValueError raising for string formatting message checkers if the | |
38 string does not contain any string formattings (ticket #150). | |
14 * Fix Serbian plural forms (ticket #213). | 39 * Fix Serbian plural forms (ticket #213). |
15 | 40 |
16 | 41 |
17 Version 0.9.5 | 42 Version 0.9.5 |
18 http://svn.edgewall.org/repos/babel/tags/0.9.5/ | 43 http://svn.edgewall.org/repos/babel/tags/0.9.5/ |