aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-02-03 22:20:11 -0800
committerMark Sapiro <mark@msapiro.net>2017-02-03 22:20:11 -0800
commit78fb8983ae8873ba1ff0640e556eb61b88dba9a7 (patch)
tree72f1d6b9951993362840bb891c42e1f8246ca8a9 /NEWS
parent5bd8d721b205a4b0d6ac3ef02f85353a32c678aa (diff)
downloadmailman2-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94602592..7d2498c3 100644
--- a/NEWS
+++ b/NEWS
@@ -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)