aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-05-13 22:27:14 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-05-13 22:27:14 +0900
commite8628587b18f5c073e14144c2b89d4c2d9960691 (patch)
tree3b034f2cdebd86e2956615a793fb88164f99ddb9 /NEWS
parent9ef3f2b8b404b2ee21be5708d6fcb6552121caea (diff)
parent48b5c517cec11db47c97a5ddacee6c5f8d15e4e4 (diff)
downloadmailman2-e8628587b18f5c073e14144c2b89d4c2d9960691.tar.gz
mailman2-e8628587b18f5c073e14144c2b89d4c2d9960691.tar.xz
mailman2-e8628587b18f5c073e14144c2b89d4c2d9960691.zip
Merge lp:mailman/2.1 up to rev 1702(no difference to lp:mailman/2.1, now)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 083f4027..2bd0e9b0 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ Here is a history of user visible changes to Mailman.
- cron/senddigests has a new -e/--exceptlist option to send pending
digests for all but a named list. (LP: #1619770)
+ - The values for DEFAULT_DIGEST_FOOTER and DEFAULT_MSG_FOOTER have been
+ changed to use a standard signature separator for DEFAULT_MSG_FOOTER
+ and to remove the unneded line of underscores from DEFAULT_DIGEST_FOOTER.
+ (LP: #266269)
+
i18n
- The Polish html templates have been recoded to use html entities
@@ -32,6 +37,11 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Subject prefixing has been improved to always have a space between
+ the prefix and the subject even with non-ascii in the prefix. This
+ will sometimes result in two spaces when the prefix is non-ascii but
+ the subject is ascii, but this is the lesser evil. (LP: #1525954)
+
- Treat message and digest headers and footers as empty if they contain
only whitespace. (LP: #1673307)