aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2019-11-11 21:15:57 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2019-11-11 21:15:57 +0900
commit9cf674e0573c1c5f5cbb914a0626ab89f2f00707 (patch)
tree4334aed7acd8001fd82c07104de97640640f1460 /NEWS
parent436c7209b6abc78e9f294535cee54e187d6f4dca (diff)
parent74f050981cd4dca57451ea74a1ec4a8b3dba153f (diff)
downloadmailman2-9cf674e0573c1c5f5cbb914a0626ab89f2f00707.tar.gz
mailman2-9cf674e0573c1c5f5cbb914a0626ab89f2f00707.tar.xz
mailman2-9cf674e0573c1c5f5cbb914a0626ab89f2f00707.zip
merge lp:mailman/2.1 up to rev 1827
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01f8a34a..5da676cb 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,10 @@ Here is a history of user visible changes to Mailman.
now has a feature to sync the list's membership with a list of email
addresses as with the bin/sync_members command.
+ - There is a new drop_cc list attribute set from DEFAULT_DROP_CC. This
+ controls the dropping of addresses from the Cc: header in delivered
+ messages by the duplicate avoidance process. (LP: #1845751)
+
i18n
- The Japanese translation has been updated by Yasuhito FUTATSUKI.
@@ -70,6 +74,9 @@ Here is a history of user visible changes to Mailman.
- The paths.py module now extends sys.path with the result of
site.getsitepackages() if available. (LP: #1838866)
+ - A bug causing a UnicodeDecodeError in preparing to send the confirmation
+ request message to a new subscriber has been fixed. (LP: #1851442)
+
2.1.29 (24-Jul-2018)
Bug Fixes