Mercurial > babel > mirror
comparison ChangeLog @ 427:de2b8a211501 trunk
Fix Catalog._set_mime_headers' handing of negative offsets.
Submitted by: Asheesh Laroia (Creative Commons)
Closes: #165
author | jruigrok |
---|---|
date | Mon, 16 Mar 2009 17:49:48 +0000 |
parents | 05487ae7696e |
children | d9a542a04ca4 |
comparison
equal
deleted
inserted
replaced
426:0b80a1bf48cd | 427:de2b8a211501 |
---|---|
4 | 4 |
5 * Added support for the locale plural rules defined by the CLDR. | 5 * Added support for the locale plural rules defined by the CLDR. |
6 * Added `format_timedelta` function to support localized formatting of | 6 * Added `format_timedelta` function to support localized formatting of |
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 * 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 | 10 |
10 | 11 |
11 Version 0.9.4 | 12 Version 0.9.4 |
12 http://svn.edgewall.org/repos/babel/tags/0.9.4/ | 13 http://svn.edgewall.org/repos/babel/tags/0.9.4/ |
13 (Aug 25 2008, from branches/stable/0.9.x) | 14 (Aug 25 2008, from branches/stable/0.9.x) |