aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2019-03-03 04:33:39 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2019-03-03 04:33:39 +0900
commit0b6ceac5bfe9fad6ce530d0369517516a3822634 (patch)
tree330318f1b7ea1d738a188735dc2f12de8acf813e /NEWS
parentd8ee0235efb4052d0e489ba1dba0af812873df14 (diff)
parentae069ea19ddc31cb1ce9fa48f6b305ee6cdb4266 (diff)
downloadmailman2-0b6ceac5bfe9fad6ce530d0369517516a3822634.tar.gz
mailman2-0b6ceac5bfe9fad6ce530d0369517516a3822634.tar.xz
mailman2-0b6ceac5bfe9fad6ce530d0369517516a3822634.zip
merge lp:mailman/2.1 up to rev 1808
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cfca39a2..85b15ff2 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,13 @@ Here is a history of user visible changes to Mailman.
From: addresses listed or matching listed regexps. This can be used
to modify mail to addresses that don't accept external mail From:
themselves.
+
+ - There is a new MAX_LISTNAME_LENGTH setting. The fix for LP: #1780874
+ obtains a list of the names of all the all the lists in the installation
+ in order to determine the maximum length of a legitimate list name. It
+ does this on every web access and on sites with a very large number of
+ lists, this can have performance implications. See the description in
+ Defaults.py for more information.
Bug Fixes and other patches
@@ -28,6 +35,9 @@ Here is a history of user visible changes to Mailman.
- Corrected and augmented some security log messages. (LP: #1810098)
+ - Implemented use of QRUNNER_SLEEP_TIME for bin/qrunner --runner=All.
+ (LP: #1818205)
+
2.1.29 (24-Jul-2018)
Bug Fixes