diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-01-12 21:44:15 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-01-12 21:44:15 +0900 |
commit | 16572087609fc9c9b9f55c26c9c55985fbcad804 (patch) | |
tree | d0af2f969c000db00909f66f9501634c43c8df26 /NEWS | |
parent | adb3d9035314760b62d92bda4a41991b7420360f (diff) | |
parent | c4a7c961798353841a75c862a6fe9e22529db45d (diff) | |
download | mailman2-16572087609fc9c9b9f55c26c9c55985fbcad804.tar.gz mailman2-16572087609fc9c9b9f55c26c9c55985fbcad804.tar.xz mailman2-16572087609fc9c9b9f55c26c9c55985fbcad804.zip |
sync with lp:mailman/2.1 Rev 1734
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -7,8 +7,32 @@ Here is a history of user visible changes to Mailman. 2.1.26 (xx-xxx-xxxx) + New Features + + - Thanks to Lindsay Haisley, there is a new bin/mailman-config command + to display various information about this Mailman version and how it + was configured. + + i18n + + - The German translation of a couple of templates has been updated by + Thomas Hochstein. + + - The Japanese translation of Defaults.py.in has been updated by + Yasuhito FUTATSUKI. + Bug fixes and other patches + - Mailman 2.1.22 introduced a Python 2.7 dependency that could affect + bin/arch processing a message without a valid Date: header. The + dependency has been removed. (LP: #1740543) + + - Messages held for header_filter_rules now show the matched regexp in + the hold reason. (LP: #1737371) + + - When updating the group and mode of a .db file with Mailman's Postfix + integration, a missing file is ignored. (LP: #1734162) + - The DELIVERY_RETRY_WAIT setting is now effective. (LP: #1729472) 2.1.25 (26-Oct-2017) |