diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-09-13 14:12:56 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-09-13 14:12:56 -0700 |
commit | e58957d954b69f9c368fccb7141098c7a0741ce0 (patch) | |
tree | 3453a7042918d4a491be6534f1345556d0ff2021 /NEWS | |
parent | ceb88caaee06806576bbaab2a4a313d9e7823d07 (diff) | |
download | mailman2-e58957d954b69f9c368fccb7141098c7a0741ce0.tar.gz mailman2-e58957d954b69f9c368fccb7141098c7a0741ce0.tar.xz mailman2-e58957d954b69f9c368fccb7141098c7a0741ce0.zip |
Configure/make no longer builds Japanese and Korean codecs in
pythonlib if Python already has them.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Configure/make no longer builds Japanese and Korean codecs in + pythonlib if Python already has them. + - Inadvertently setting a null site or list password allowed access to a list's web admin interface without authentication. Fixed by not accepting null passwords. |