diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-02-03 22:20:11 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-02-03 22:20:11 -0800 |
commit | 78fb8983ae8873ba1ff0640e556eb61b88dba9a7 (patch) | |
tree | 72f1d6b9951993362840bb891c42e1f8246ca8a9 /NEWS | |
parent | 5bd8d721b205a4b0d6ac3ef02f85353a32c678aa (diff) | |
download | mailman2-78fb8983ae8873ba1ff0640e556eb61b88dba9a7.tar.gz mailman2-78fb8983ae8873ba1ff0640e556eb61b88dba9a7.tar.xz mailman2-78fb8983ae8873ba1ff0640e556eb61b88dba9a7.zip |
Fixed a TypeError thrown in the roster CGI when called with a listname
containing a % character.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Fixed a TypeError thrown in the roster CGI when called with a listname + containing a % character. (LP: #1661810) + - Fixed a NameError issue in bin/add_members with DISABLE_COMMAND_LOCALE_CSET = yes. (LP: #1647450) |