diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-06-10 18:43:50 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-06-10 18:43:50 +0900 |
commit | ae4c93087ddb0273f5c5205ef69fed5ae71221d4 (patch) | |
tree | 3b1721b212b41df13eddfcd68a1997861944b33e /NEWS | |
parent | ec87166d9d23a54701af5cc2e4c8f18df399bf14 (diff) | |
parent | 4836d8978d0b42b6a361c6a98962aec185e60023 (diff) | |
download | mailman2-ae4c93087ddb0273f5c5205ef69fed5ae71221d4.tar.gz mailman2-ae4c93087ddb0273f5c5205ef69fed5ae71221d4.tar.xz mailman2-ae4c93087ddb0273f5c5205ef69fed5ae71221d4.zip |
Merge lp:mailman/2.1 up to 1716
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -5,6 +5,32 @@ Copyright (C) 1998-2016 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.25 (xx-xxx-xxxx) + + New Features + + - The admindb held subscriptions listing now includes the date of the + most recent request from the address. (LP: #1697097) + + Bug fixes and other patches + + - Fixed MTA/Postfix.py to ensure that created aliases(.db) and + virtual-mailman(.db) files are readable by Postfix and the .db files are + owned by the Mailman user. (LP: #1696066) + + - Defended against certain web attacks that cause exceptions and "we hit + a bug" responses when POST data or query fragments contain multiple + values for the same parameter. (LP: #1695667) + + - The fix for LP: #1614841 caused a regression in the options CGI. This + has been fixed. (LP: #1602608) + + - Added a -a option to the (e)grep commands in contrib/mmdsr to account + for logs that may have non-ascii and be seen as binary. + + - Fixed the -V option to bin/list_lists to not show lists whose host is a + subdomain of the given domain. (LP: #1695610) + 2.1.24 (02-Jun-2017) Security |