comparison ChangeLog @ 539:0fb55e21017c

add missing changelog entries in 0.9.6 section of trunk changelog
author fschwarz
date Fri, 11 Mar 2011 16:42:37 +0000
parents 6069dbf79115
children 4bdbc32c5b64
comparison
equal deleted inserted replaced
538:6069dbf79115 539:0fb55e21017c
30 * Fix exception if environment contains an invalid locale setting (#200) 30 * Fix exception if environment contains an invalid locale setting (#200)
31 31
32 32
33 Version 0.9.6 33 Version 0.9.6
34 http://svn.edgewall.org/repos/babel/tags/0.9.6/ 34 http://svn.edgewall.org/repos/babel/tags/0.9.6/
35 (? ? 2010, from branches/stable/0.9.x) 35 (? ? 2011, from branches/stable/0.9.x)
36 36
37 * Backport r493-494: documentation typo fixes. 37 * Backport r493-494: documentation typo fixes.
38 * Make the CLDR import script work with Python 2.7. 38 * Make the CLDR import script work with Python 2.7.
39 * Fix various typos. 39 * Fix various typos.
40 * Fixed Python 2.3 compatibility (ticket #146, #233).
40 * Sort output of list-locales. 41 * Sort output of list-locales.
41 * Make the POT-Creation-Date of the catalog being updated equal to 42 * Make the POT-Creation-Date of the catalog being updated equal to
42 POT-Creation-Date of the template used to update (ticket #148). 43 POT-Creation-Date of the template used to update (ticket #148).
43 * Use a more explicit error message if no option or argument (command) is 44 * Use a more explicit error message if no option or argument (command) is
44 passed to pybabel (ticket #81). 45 passed to pybabel (ticket #81).
51 * Explicitly sort instead of using sorted() and don't assume ordering 52 * Explicitly sort instead of using sorted() and don't assume ordering
52 (Python 2.3 and Jython compatibility). 53 (Python 2.3 and Jython compatibility).
53 * Removed ValueError raising for string formatting message checkers if the 54 * Removed ValueError raising for string formatting message checkers if the
54 string does not contain any string formattings (ticket #150). 55 string does not contain any string formattings (ticket #150).
55 * Fix Serbian plural forms (ticket #213). 56 * Fix Serbian plural forms (ticket #213).
57 * Small speed improvement in format_date() (ticket #216).
58 * Fix number formatting for locales where CLDR specifies alt or draft
59 items (ticket #217)
60 * Fix bad check in format_time (ticket #257, reported with patch and tests by
61 jomae)
62 * Fix exception if environment contains an invalid locale setting (#200)
56 63
57 64
58 Version 0.9.5 65 Version 0.9.5
59 http://svn.edgewall.org/repos/babel/tags/0.9.5/ 66 http://svn.edgewall.org/repos/babel/tags/0.9.5/
60 (Apr 6 2010, from branches/stable/0.9.x) 67 (Apr 6 2010, from branches/stable/0.9.x)
Copyright (C) 2012-2017 Edgewall Software