diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2019-03-03 04:33:39 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2019-03-03 04:33:39 +0900 |
commit | 0b6ceac5bfe9fad6ce530d0369517516a3822634 (patch) | |
tree | 330318f1b7ea1d738a188735dc2f12de8acf813e /NEWS | |
parent | d8ee0235efb4052d0e489ba1dba0af812873df14 (diff) | |
parent | ae069ea19ddc31cb1ce9fa48f6b305ee6cdb4266 (diff) | |
download | mailman2-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-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |