aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-05-09 18:34:07 -0700
committerMark Sapiro <msapiro@value.net>2011-05-09 18:34:07 -0700
commit168f74f5b381070879789f8b6c4e4ee8b599dbd6 (patch)
treeff7e7aa77da017de17c03b29c242ee448acecc24 /NEWS
parent68c8d57f95b53ed2dc204bf0ee617c650df00c9a (diff)
downloadmailman2-168f74f5b381070879789f8b6c4e4ee8b599dbd6.tar.gz
mailman2-168f74f5b381070879789f8b6c4e4ee8b599dbd6.tar.xz
mailman2-168f74f5b381070879789f8b6c4e4ee8b599dbd6.zip
Prevented setting user passwords with leading/trailing whitespace. Bug #778088.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f6287bb7..02604231 100644
--- a/NEWS
+++ b/NEWS
@@ -55,8 +55,8 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
- - Strengthened escaping of user web data by including some characters that
- some older browsers misinterpret as < or >.
+ - Prevented setting user passwords with leading/trailing whitespace.
+ Bug #778088.
- Mailman now sets the 'secure' flag in cookies set via https URLs.
Bug #770377.