summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 20b39de)
raw | patch | inline | side by side (parent: 20b39de)
author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 15 Jul 2011 12:54:27 +0000 (12:54 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 15 Jul 2011 12:54:27 +0000 (12:54 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4634 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
doc/acknowledgements.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index e6a6d48efd1aeada7a0657867369e9a5e394e761..a2d6f8c6a6328fb03eed49d199ba21ba4abdbf56 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
was present before mail gateway refactoring :-) Thanks for thorough
testing of mail gateway code by Rafal Bisingier. (Ralf)
- The "Retire" permission was not being registered. (Richard)
+- Fix StringIO issue2550713: io.StringIO in newer versions of python
+ returns unicode strings and expects a unicode string in the
+ constructor. Unfortunately csv doesn't handle unicode (yet). So we
+ need to use a BytesIO which gets the utf-8 string from the
+ web-interface. Compatibility for old versions by using
+ StringIO.StringIO for emulating a io.BytesIO also works.
+ Thanks to Cédric Krier for reporting. Closes issue2550713.
+ Added a regression test for EditCSVAction (Ralf)
2011-05-29 1.4.18 (r4610)
index 6810c2177e9c096a12d4d0a425b72ea0c03d013d..fd6676460da7c8a486497e2ccf18948fe397d4d9 100644 (file)
--- a/doc/acknowledgements.txt
+++ b/doc/acknowledgements.txt
Michael Klatt,
Bastian Kleineidam,
Axel Kollmorgen,
-Cedric Krier,
+Cédric Krier,
John Kristensen,
Detlef Lannert,
Andrey Lebedev,