Mercurial > babel > old > mirror
comparison ChangeLog @ 456:fd955b04cd2f
Add the 0.9.5 release notes.
author | jruigrok |
---|---|
date | Tue, 06 Apr 2010 10:29:43 +0000 |
parents | 294440cda460 |
children | 6416edbbab2a |
comparison
equal
deleted
inserted
replaced
453:f50308b8da92 | 456:fd955b04cd2f |
---|---|
8 * Fixed Python 2.3 compatibility (ticket #146). | 8 * Fixed Python 2.3 compatibility (ticket #146). |
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 | |
14 | |
15 Version 0.9.5 | |
16 http://svn.edgewall.org/repos/babel/tags/0.9.5/ | |
17 (Apr 6 2010, from branches/stable/0.9.x) | |
18 | |
19 * Fixed the case where messages containing square brackets would break with | |
20 an unpack error. | |
21 * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked | |
22 against len(message.id) because this is always 2, instead, it's should be | |
23 checked against catalog.num_plurals (ticket #212). | |
13 | 24 |
14 | 25 |
15 Version 0.9.4 | 26 Version 0.9.4 |
16 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | 27 http://svn.edgewall.org/repos/babel/tags/0.9.4/ |
17 (Aug 25 2008, from branches/stable/0.9.x) | 28 (Aug 25 2008, from branches/stable/0.9.x) |