diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-12-19 12:23:41 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-12-19 12:23:41 -0800 |
commit | 6dc49d3d22ea2c5fc839826bc2f9ee7ba362f2ca (patch) | |
tree | f0b43f4278665bf7a6ada549b1c04b65b4a8032a /NEWS | |
parent | b0cdc157d624b90287308b7b83c4f603be3174b5 (diff) | |
download | mailman2-6dc49d3d22ea2c5fc839826bc2f9ee7ba362f2ca.tar.gz mailman2-6dc49d3d22ea2c5fc839826bc2f9ee7ba362f2ca.tar.xz mailman2-6dc49d3d22ea2c5fc839826bc2f9ee7ba362f2ca.zip |
Fixed an issue where in some circumstances HyperArch.py would translate
' at ' into the wrong language ultimately throwing a UnicodeDecodeError
when the translation was decoded with a different character set.
Bug #308152.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ Here is a history of user visible changes to Mailman. instead of bad listname when the list name had non-ascii characters. SF Bug #2126489. + - Fixed an issue where in some circumstances HyperArch.py would translate + ' at ' into the wrong language ultimately throwing a UnicodeDecodeError + when the translation was decoded with a different character set. + Bug #308152. + 2.1.11 (30-Jun-2008) New Features |