diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-11-23 13:27:00 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-11-23 13:27:00 -0800 |
commit | 6e90f0855eea0c2f23deefbf9f478de478619933 (patch) | |
tree | 77ed589e915b98d182e5a31878fd5ba60db081b3 /NEWS | |
parent | 38575a69e772c1f35089b780c8317d9e8c4adf5f (diff) | |
download | mailman2-6e90f0855eea0c2f23deefbf9f478de478619933.tar.gz mailman2-6e90f0855eea0c2f23deefbf9f478de478619933.tar.xz mailman2-6e90f0855eea0c2f23deefbf9f478de478619933.zip |
Fixed UnicodeError in sending digests following changing list's preferred_language.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Fixed an issue causing UnicodeError in sending digests following a + change of a list's preferred_language. (LP: #1644356) + - Enhanced the fix for race conditions in MailList().Load(). (LP: #266464) - Fixed a typo in Utils.py that could have resulted in a NameError in |