comparison CHANGES.txt @ 4522:d48f88f4c3c8

- add latest change to CHANGES.txt changelog
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Fri, 15 Jul 2011 12:54:27 +0000
parents f8e85cf5f0fe
children a03646a02f68
comparison
equal deleted inserted replaced
4521:abd2db0a159a 4522:d48f88f4c3c8
36 parts are present. RFC2047 specifies that spacing is removed only 36 parts are present. RFC2047 specifies that spacing is removed only
37 between encoded parts, we always removed the space. Note that this bug 37 between encoded parts, we always removed the space. Note that this bug
38 was present before mail gateway refactoring :-) Thanks for thorough 38 was present before mail gateway refactoring :-) Thanks for thorough
39 testing of mail gateway code by Rafal Bisingier. (Ralf) 39 testing of mail gateway code by Rafal Bisingier. (Ralf)
40 - The "Retire" permission was not being registered. (Richard) 40 - The "Retire" permission was not being registered. (Richard)
41 - Fix StringIO issue2550713: io.StringIO in newer versions of python
42 returns unicode strings and expects a unicode string in the
43 constructor. Unfortunately csv doesn't handle unicode (yet). So we
44 need to use a BytesIO which gets the utf-8 string from the
45 web-interface. Compatibility for old versions by using
46 StringIO.StringIO for emulating a io.BytesIO also works.
47 Thanks to Cédric Krier for reporting. Closes issue2550713.
48 Added a regression test for EditCSVAction (Ralf)
41 49
42 50
43 2011-05-29 1.4.18 (r4610) 51 2011-05-29 1.4.18 (r4610)
44 52
45 Features: 53 Features:

Roundup Issue Tracker: http://roundup-tracker.org/